]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-01-30 Matthew FernandezMerge branch 'smattr/18710D9F-BA89-489A-BE10-CBD90E44A0...
2021-01-30 Matthew Fernandezremove unnecessary bracketing in pathscross()
2021-01-30 Matthew Fernandezfix typo in comparison in pathscross()
2021-01-30 Matthew Fernandezremove some use of K&R function syntax
2021-01-30 Matthew FernandezMerge branch !1709 into HEAD
2021-01-30 Matthew Fernandezchangelog entry for prior commit
2021-01-30 Alex HenrieFix bad free in lefty
2021-01-30 Matthew FernandezMerge branch 'smattr/3b850695-fd6d-437a-b88f-2d65888d30...
2021-01-30 Matthew Fernandezfix overflow check in sparse
2021-01-30 Matthew Fernandezremove cached allocation in userout
2021-01-30 Matthew Fernandezuse C99 standard for compiling C code
2021-01-30 Matthew Fernandezremove C++11 check when compiling with Qt5
2021-01-30 Matthew Fernandezrequire C++11 support for compiling
2021-01-30 Matthew Fernandezfix: stop ignoring changes to m4/*
2021-01-24 Matthew FernandezMerge branch 'smattr/BE94C9C3-A6E3-4C5F-B6D8-FA00B0FDD4...
2021-01-24 Matthew Fernandezadd some details about downstream projects
2021-01-24 Matthew FernandezMerge branch 'smattr/E64BA158-2E02-488E-9F5A-2ADC94C357...
2021-01-24 Matthew Fernandezfix: suppress re-running CI on tagged commits
2021-01-24 Matthew FernandezMerge branch 'smattr/480984E2-F863-4F4B-8813-9EFB371B8C...
2021-01-24 Matthew Fernandezdocument how to build Graphviz for developers
2021-01-24 Matthew FernandezMerge !1699
2021-01-23 Matthew Fernandezadd changelog item about prior commits
2021-01-23 Alex HenrieFix memory leak in make_map_internal
2021-01-23 Alex HenrieFix memory leak in gv_get_ps_fontlist
2021-01-23 Alex HenrieFix memory leaks in Multilevel_(MQ|Modularity)_Clusteri...
2021-01-23 Matthew FernandezMerge branch 'smattr/529f1002-e2fa-4706-ba00-2b3ad0811c...
2021-01-23 Matthew Fernandezfix: unify and correct RectArea implementations
2021-01-23 Matthew Fernandezfix: remove Circo test of root.gv from rtest.py-tested...
2021-01-23 Matthew FernandezMerge branch 'smattr/AB3ED35D-6FC9-4811-92FB-9C0FB6F5E9...
2021-01-23 Matthew Fernandezsupport Guile 2.2 in the Autotools build system
2021-01-23 Matthew Fernandezfix: lookup Guile version by guile-config, not guile
2021-01-23 Matthew Fernandezremove legacy Python 2 comments in Dockerfiles
2021-01-23 Matthew FernandezMerge cherry-picked commits from !1695
2021-01-23 Ed Jignore (or for one internal function remove) unused...
2021-01-23 Ed Jfix a comment typo
2021-01-23 Ed Jignore more generated files
2021-01-23 Matthew FernandezMerge branch 'smattr/D2B1FED2-41ED-4F48-81E6-B421639BB5...
2021-01-23 Matthew Fernandezremove some unnecessary bracketing in the HTML lexer
2021-01-23 Matthew Fernandezremove micro-optimizations in HTML lexer
2021-01-23 Matthew Fernandezfix incorrect parsing of ALIGN attribute in a <BR>...
2021-01-23 Matthew Fernandeztest case for #1913
2021-01-23 Matthew Fernandezremove a Vim modeline
2021-01-23 Matthew Fernandezuse libc limit constants instead of defining our own
2021-01-23 Matthew Fernandezremove a legacy RCS tag
2021-01-23 Matthew FernandezMerge branch 'smattr/E2228C5B-49AF-464B-9869-7F2D29F459...
2021-01-23 Matthew Fernandezremove the use of NIL and friends
2021-01-23 Matthew FernandezMerge branch 'smattr/3fd88959-c0fa-43fa-b8d0-1a39ff9cfa...
2021-01-23 Matthew Fernandezremove some unnecessary bracketing
2021-01-23 Matthew Fernandezremove some unnecessary casts
2021-01-23 Matthew Fernandezremove a Vim modeline comment
2021-01-23 Matthew Fernandezturn ISEDGE macro into a function
2021-01-23 Matthew Fernandezfix a comment typo
2021-01-23 Matthew Fernandezremove a RCS marker
2021-01-23 Matthew FernandezMerge branch 'smattr/36c9e35e-ec5c-4cf3-add5-51e394840f...
2021-01-23 Matthew Fernandezremove an dead store
2021-01-23 Matthew Fernandezremove some use of the NIL macro
2021-01-23 Matthew Fernandezremove an unnecessary intermediate buffer
2021-01-23 Matthew Fernandezremove commented out code
2021-01-23 Matthew Fernandezremove unused macros
2021-01-23 Matthew Fernandezremove micro-optimization in streq()
2021-01-23 Matthew Fernandezremove some unnecessary bracketing
2021-01-23 Matthew Fernandezremove some unnecessary casts
2021-01-23 Matthew FernandezMerge branch 'smattr/62f363ec-36df-4415-9029-91da24a612...
2021-01-23 Matthew Fernandezstop disabling assertions in libcgraph when DEBUG is...
2021-01-23 Matthew FernandezMerge branch 'smattr/3e8082b9-bc17-4b27-968e-caa712091d...
2021-01-23 Matthew FernandezVPSC: uniformly treat objects as structs that need...
2021-01-23 Matthew Fernandezremove a manual allocation
2021-01-23 Matthew Fernandezremove some useless code
2021-01-23 Matthew Fernandezuse empty() to check size() against 0 in VPSC
2021-01-23 Matthew Fernandezremove unnecessary extern C
2021-01-23 Matthew Fernandezremove some unused using declarations
2021-01-23 Matthew Fernandezremove unnecessary explicit void in VPSC
2021-01-23 Matthew Fernandezremove Vim modeline comments in VPSC
2021-01-23 Matthew Fernandezuse #pragma once guards in VPSC
2021-01-23 Matthew Fernandezupdate Adaptagrams URLs
2021-01-23 Matthew Fernandezremove VPSC RCS markers
2021-01-23 Matthew FernandezMerge branch 'smattr/A7F35B6D-9CED-4C89-B438-AE0CC4ECD4...
2021-01-23 Matthew Fernandezremove an unnecessary destructor
2021-01-23 Matthew Fernandezremove unused BadIterator exception
2021-01-23 Matthew Fernandezremove unused Overflow exception
2021-01-23 Matthew Fernandezremove unused OutOfMemory exception
2021-01-23 Matthew Fernandezremove undefined class
2021-01-23 Matthew FernandezMerge branch 'smattr/c8469035-634e-4199-bca6-86971c094e...
2021-01-23 Matthew Fernandezabbreviate some comparisons against boolean literals
2021-01-23 Matthew Fernandezremove unnecessary open coding of NULL
2021-01-23 Matthew Fernandezremove some unnecessary bracketing
2021-01-23 Matthew Fernandezremove an unnecessary prototype
2021-01-23 Matthew Fernandezremove unused INCIDENT macro
2021-01-23 Matthew Fernandezremove a now-unused jump buffer
2021-01-23 Matthew Fernandezremove use of longjmp() in update()
2021-01-23 Matthew Fernandezanticipate a non-zero return value from update()
2021-01-23 Matthew Fernandezadd a return value to update()
2021-01-23 Matthew Fernandezremove use of longjmp() in add_tree_edge()
2021-01-23 Matthew Fernandezanticipate add_tree_edge() returning non-zero
2021-01-23 Matthew Fernandezadd a return value to add_tree_edge()
2021-01-23 Matthew Fernandezanticipate merge_trees() returning NULL to indicate...
2021-01-23 Matthew Fernandezanticipate tight_subtree_search() returning a negative...
2021-01-23 Matthew Fernandezanticipate find_tight_subtree() returning NULL
2021-01-23 Matthew Fernandezanticipate return codes from feasible_tree other than...
2021-01-23 Matthew Fernandezinclude advice to disable assertions in a profiling...
next