]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-04-17 Matthew Fernandezremove unused parameter e from addEdgeToNode
2021-04-17 Matthew Fernandezremove some commented out code
2021-04-17 Matthew Fernandeztrack edge counts as size_t in ortho.c
2021-04-17 Matthew Fernandezremove unused parameter ix to emitEdge
2021-04-17 Matthew Fernandezremove an unnecessary cast
2021-04-17 Matthew Fernandezrepresent route array lengths as size_t
2021-04-17 Matthew Fernandezremove some commented out code
2021-04-17 Matthew Fernandezsquash a -Wsign-conversion warning
2021-04-17 Matthew Fernandezsquash a -Wmissing-prototypes warning
2021-04-17 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-04-17 Matthew Fernandezsquash two -Wswitch-default warnings
2021-04-17 Matthew Fernandezsquash a -Wswitch-default warning
2021-04-17 Matthew Fernandezsquash a -Wswitch-default warning
2021-04-17 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-04-17 Matthew Fernandezuse a stronger type to squash a -Wconversion warning
2021-04-17 Matthew Fernandezremove unused parameter route_list from assignTracks
2021-04-17 Matthew Fernandezremove unused parameter nrtes from assignTracks
2021-04-17 Matthew FernandezMerge branch 'smattr/CC513531-8BFC-4587-8816-4E41C46726...
2021-04-17 Matthew Fernandezswap some use of hand rolled NIL for the standard NULL
2021-04-17 Matthew Fernandezremove unnecessary global initialization
2021-04-17 Matthew FernandezMerge branch 'smattr/5D993CF4-B158-4D08-AEFE-FC86452B0F...
2021-04-17 Matthew FernandezMove back to 2.47 development series
2021-04-17 Matthew FernandezMerge branch 'smattr/5689080F-D576-43E6-99D5-B96A4E4D6D... 2.47.1
2021-04-17 Matthew FernandezStable release 2.47.1
2021-04-14 Mark HansenMerge branch 'fopen' into 'main'
2021-04-14 Mark HansenOutput more useful error message on fopen failure
2021-04-10 Matthew FernandezMerge branch 'smattr/556EAFC0-B0EF-4141-AB81-47E2C24419...
2021-04-10 Matthew Fernandezremove an unused variable
2021-04-10 Matthew Fernandezsquash -Wunused-parameter warnings
2021-04-10 Matthew Fernandezsquash -Wunused-parameter warnings
2021-04-10 Matthew FernandezLASI plugin: remove use of endl
2021-04-10 Matthew FernandezLASI plugin: remove unnecessary use of a pointer
2021-04-10 Matthew FernandezLASI plugin: use job context instead of globals
2021-04-10 Matthew Fernandezdelete commented out code
2021-04-10 Matthew Fernandezremove useless code
2021-04-10 Matthew Fernandezsquash a -Wparentheses warning
2021-04-10 Matthew Fernandezsquash a -Wmisleading-indentation warning
2021-04-10 Matthew FernandezMerge branch 'smattr/1F78CB9B-13C5-4885-BAFA-8CB840D952...
2021-04-10 Matthew Fernandezpush a definition closer to its use
2021-04-10 Matthew Fernandezremove unused Info variable
2021-04-10 Matthew Fernandezremove unused SFIO Version
2021-04-10 Matthew Fernandezabbreviate some arithmetic
2021-04-10 Matthew Fernandezremove some unnecessary bracketing
2021-04-10 Matthew Fernandezremove some unnecessary casts
2021-04-10 Matthew Fernandezremove some commented out code
2021-04-10 Matthew Fernandezmark Origin as static const
2021-04-10 Matthew FernandezMerge branch 'smattr/30a4bc3c-4d5a-4130-8a78-60712ab980...
2021-04-10 Matthew Fernandezreplace a use of sfstropen with malloc+vsnprintf
2021-04-10 Matthew Fernandezadd missing #include
2021-04-10 Matthew FernandezMerge branch 'smattr/19cb473f-0226-41d2-9f69-0fc1b45513...
2021-04-10 Matthew Fernandezremove now-unused jmp_buf
2021-04-10 Matthew Fernandezreturn NULL from deriveGraph to indicate failure
2021-04-10 Matthew Fernandezanticipate a NULL return from deriveGraph
2021-04-10 Matthew Fernandezanticipate failure from layout
2021-04-10 Matthew Fernandezadd a return value to layout
2021-04-10 Matthew Fernandezanticipate failure from fdpLayout
2021-04-10 Matthew Fernandezadd a return value to fdpLayout
2021-04-10 Matthew Fernandezdelete commented out code
2021-04-10 Matthew FernandezMerge remote-tracking branch 'origin/smattr/1EBF65AE...
2021-04-10 Matthew Fernandezallow macOS CI tasks to run immediately
2021-04-10 Matthew Fernandezpropagate COLLECTION from macOS CI build tasks to macOS...
2021-04-10 Matthew Fernandezfix: propagate VERSION from macOS build tasks to macOS...
2021-04-09 Magnus JacobssonMerge branch 'fix-strcpy-param-overlap' into 'main'
2021-04-09 Magnus JacobssonFix AddressSanitizer: strcpy-param-overlap in gvconfig_...
2021-04-08 Matthew FernandezMerge branch 'smattr/19C32E28-7A45-406A-A700-B74AB173D7...
2021-04-08 Matthew Fernandezremove inlining of flip_rec_box
2021-04-08 Matthew FernandezMerge branch 'smattr/1DFCCF93-D5FA-4443-A701-9C65CC0902...
2021-04-08 Matthew Fernandezfix computation of minimum graph rank on large graphs
2021-04-07 Matthew FernandezMerge branch 'smattr/BC4B3197-1AC8-4F9E-BCB8-CDF5BFE64A...
2021-04-07 Matthew Fernandezoptimize some size()>0 checks
2021-04-07 Matthew Fernandezuse C++11 in-class member initialization to remove...
2021-04-07 Matthew Fernandezremove some explicit constructor calls
2021-04-07 Matthew Fernandezuse range-based for loops to clean up some manual iteration
2021-04-07 Matthew Fernandezstore Graphics as managed pointers in Visio::Render...
2021-04-07 Matthew Fernandeztake a reference instead of a pointer in Visio::Render...
2021-04-07 Matthew Fernandeztake a reference instead of a pointer in Visio::Render...
2021-04-07 Matthew Fernandeztake a reference instead of a pointer in Visio::Render...
2021-04-07 Matthew Fernandezremove const qualifier on Visio::Graphics
2021-04-07 Matthew Fernandezremove const qualifier from Visio::Render::AddGraphic...
2021-04-06 Matthew FernandezMerge branch 'smattr/72E0571B-88AC-4CBC-AC52-ABB391482F...
2021-04-06 Matthew Fernandezfix: do not recognize "&;" as an XML escape sequence
2021-04-06 Matthew Fernandezadd a test case for #797
2021-04-06 Matthew FernandezMerge branch 'smattr/8D352476-8903-4236-8AE7-1C1DA75CC4...
2021-04-06 Matthew Fernandezremove internal definitions of NULL
2021-04-06 Matthew Fernandezinclude stddef.h in some files that are using NULL
2021-04-06 Matthew Fernandezremove stray line feed characters
2021-04-06 Matthew Fernandezremove unhelpful comment
2021-04-06 Matthew Fernandezremove some commented out code
2021-04-04 Matthew FernandezMerge branch 'smattr/20D31C39-98CB-43AC-89A4-D37C86FA81...
2021-04-04 Matthew Fernandezswap an unnecessary MAX call for fmax
2021-04-04 Matthew Fernandezmove some definitions closer to their usage
2021-04-04 Matthew Fernandezmore precise return type for isLeaf
2021-04-04 Matthew Fernandezsquash -Wcompare, -Wconversion, -Wsign-convertion warnings
2021-04-04 Matthew Fernandezsquash some -Wsign-compare warnings
2021-04-04 Matthew Fernandezsquash a -Wsign-compare and a -Wconversion compiler...
2021-04-04 Matthew Fernandezremove some commented out code
2021-04-04 Matthew Fernandezsquash -Wconversion compiler warning
2021-04-04 Matthew FernandezMerge branch 'smattr/D2AA2D59-2982-42CC-9CA3-374F58FDC5...
2021-04-04 Matthew Fernandezsimplify some debugging code
2021-04-04 Matthew Fernandezremove unused struct name
next