]> granicus.if.org Git - graphviz/shortlog
graphviz
2020-11-14 Matthew Fernandezremove some unnecessary bracketing
2020-11-14 Matthew Fernandezreplace a malloc array allocation with calloc
2020-11-14 Matthew Fernandezremove some unnecessary casts of malloc return values
2020-11-14 Matthew Fernandezremove a use of longjmp and use explicit return instead
2020-11-12 Matthew FernandezMerge branch 'smattr/ea4ee7c7-8a0e-4f9f-bfdf-37e0827687...
2020-11-07 Matthew Fernandezremove unused xdotstate, xdotstyle
2020-11-07 Matthew Fernandezremove commented out code in Smyrna
2020-11-07 Matthew FernandezMerge branch 'smattr/4AE22380-A30F-4A49-B284-320A2BCDEB...
2020-11-07 Matthew Fernandezremove some unnecessary brackets
2020-11-07 Matthew Fernandezfix buffer under-read in fdp
2020-11-07 Matthew FernandezMerge branch 'smattr/c43d1d65-32e9-4049-a95f-9b209af13c...
2020-11-07 Matthew Fernandezsquash some unused parameter warnings
2020-11-07 Matthew Fernandezremove unused sg variable
2020-11-07 Matthew Fernandezsquash a -Wundef warning
2020-11-07 Matthew Fernandezremove an unused parameter to mincross_clust()
2020-11-07 Matthew Fernandezremove some unnecessary bracketing
2020-11-07 Matthew Fernandezintroduce an assertion on rank consistency
2020-11-07 Matthew Fernandezfix: anticipate empty clusters when using newrank
2020-11-07 Matthew FernandezMerge branch 'smattr/119AD784-5E65-4421-BC9A-F772B4532C...
2020-11-07 Matthew Fernandezoptimize gvputs() usage in the VRML plugin
2020-11-07 Matthew Fernandezremove an unnecessary unary +
2020-11-07 Matthew Fernandezfix: fclose(NULL) in the VRML plugin when current direc...
2020-11-04 Matthew FernandezMerge branch 'smattr/8b5fbbeb-e221-4eb3-a26b-0935708c35...
2020-11-04 Matthew Fernandezremove unnecessary cast of a parameter to realloc()
2020-11-04 Matthew Fernandezremove some unnecessary allocation casts
2020-11-04 Matthew Fernandezremove some unnecessary branching for malloc/realloc
2020-11-04 Matthew Fernandezremove some commented out code
2020-11-04 Matthew FernandezMerge branch 'smattr/5d4e3a2b-8dff-4eee-81b1-76ad3a6885...
2020-11-04 Matthew Fernandezsquash a -Wconversion warning
2020-11-04 Matthew Fernandezsquash a -Wconversion warning
2020-11-04 Matthew Fernandezsquash some -Wconversion warnings
2020-11-04 Matthew Fernandezremove an unnecessary cast
2020-11-04 Matthew Fernandezremove unused addSpace parameter to gv_trim_zeros()
2020-11-03 Matthew FernandezMerge branch 'smattr/DF679B9B-496A-45B6-B14B-856D8DD821...
2020-11-01 Magnus JacobssonMerge branch 'with-quartz-yes-on-macos' into 'master'
2020-11-01 Magnus JacobssonAdd --with-quartz=yes to configure on macOS
2020-11-01 Matthew FernandezMerge branch 'smattr/4EEAF0CE-D0C3-479C-A9F1-A91B90168C...
2020-11-01 Matthew Fernandezfix some #includes in the Quartz plugin
2020-10-31 Matthew Fernandezmake compiler warnings for CMake Linux/macOS builds... smattr/DF679B9B-496A-45B6-B14B-856D8DD8212B
2020-10-31 Matthew FernandezMerge branch 'smattr/9f1ba4b1-6f37-4d49-b1a2-3f1fee7ee7...
2020-10-31 Matthew Fernandezuse write() instead of print() for writing to a file
2020-10-31 Matthew Fernandezremove unused GRAPH variable
2020-10-31 Matthew Fernandezremove unused IDX variable
2020-10-31 Matthew Fernandezunfuse another with block in rtest
2020-10-31 Matthew Fernandezunfuse a with block in rtest
2020-10-31 Matthew Fernandezfix handling of KFLAGS and TFLAGS in rtest
2020-10-31 Matthew Fernandezwrite readSubtests() more Pythonically
2020-10-31 Matthew Fernandezuse shutil.rmtree in preference to pathlib unlink
2020-10-31 Matthew Fernandezfix: remove unused format arguments in rtest
2020-10-31 Matthew FernandezMerge branch 'smattr/81334456-1889-4c1c-b6ee-3e83aa779c...
2020-10-31 Matthew Fernandezfix printf format code in agnameof()
2020-10-31 Matthew Fernandezuse safer snprintf in agnameof()
2020-10-31 Matthew Fernandezreduce the scope of a buffer in agnameof()
2020-10-31 Matthew Fernandezfix printf format code in write_nodename()
2020-10-31 Matthew Fernandezuse safer snprintf in write_nodename()
2020-10-31 Matthew Fernandezreduce the scope of buffer in write_nodename()
2020-10-31 Matthew Fernandezfix buffer overflow in write_nodename()
2020-10-31 Matthew Fernandezfix missing bracketing in a macro expansion
2020-10-31 Matthew Fernandezfix handling of varargs in gvprintf
2020-10-31 Matthew Fernandezswitch to safer snprintf in portName()
2020-10-31 Matthew Fernandezfix print of an AGSEQ
2020-10-31 Matthew Fernandezfix a buffer overflow in string construction
2020-10-31 Matthew FernandezMerge branch 'smattr/029D9712-951E-4082-B254-9B0BB83BC3...
2020-10-31 Matthew Fernandezremove a now unused jmp_buf
2020-10-31 Matthew Fernandezindicate failure in growops() by return value instead...
2020-10-31 Matthew Fernandezindicate failure from growtris() by return value instea...
2020-10-31 Matthew Fernandezadd a return value to loadtriangle()
2020-10-31 Matthew Fernandezadd a return value to triangulate()
2020-10-31 Matthew Fernandezremove unnecessary use of longjmp() in growdq()
2020-10-31 Matthew Fernandezremove an unnecessary use of longjmp() in growpnls()
2020-10-30 Matthew FernandezMerge branch 'smattr/4b7c9c53-bdf9-48ef-8fa6-7c06fc5720...
2020-10-30 Matthew Fernandezstop shipping strcasecmp.h
2020-10-29 Mark HansenMerge branch 'orientation' into 'master'
2020-10-29 Mark HansenDelete attrs.html from main graphviz repo
2020-10-29 Matthew FernandezMerge branch 'smattr/f037c2f4-a5af-4f90-a41d-412fb74c42...
2020-10-29 Matthew Fernandezrun pytest with --verbose in CI
2020-10-29 Matthew Fernandezadd test cases for validating in-repo HTML files
2020-10-29 Matthew FernandezMerge branch 'smattr/38BA03F9-7DC4-4E4F-8B4C-51C3F36085...
2020-10-29 Matthew Fernandezremove unnecessary casts from parameters to memcpy
2020-10-29 Matthew Fernandezrephrase some swapping code
2020-10-29 Matthew Fernandezremove unnecessary casts on arguments to free()
2020-10-29 Matthew Fernandezremove unnecessary guards on calls to free()
2020-10-29 Matthew Fernandezfix memory leak in gvplugin_list
2020-10-29 Matthew Fernandezremove some unnecessary casts of arguments to realloc()
2020-10-29 Matthew Fernandezremove unnecessary casts of realloc() return value
2020-10-29 Matthew Fernandezremove unnecessary casts of calloc() return value
2020-10-29 Matthew Fernandezremove unnecessary casts of malloc() return value
2020-10-28 Magnus JacobssonMerge branch 'add-some-missing-tools-to-macos-autotools...
2020-10-28 Magnus JacobssonEnable dotty, lefty, lneato and vimdot to be built...
2020-10-28 Magnus JacobssonMove common commands from macOS jobs to macos_build_def...
2020-10-28 Matthew FernandezMerge branch 'smattr/6f54cfb5-5fb4-42a0-aba0-41e1553727...
2020-10-27 Matthew FernandezMerge branch 'smattr/BDA848A6-E53C-4722-BDF7-B826776816...
2020-10-27 Matthew Fernandezremove fine grained test skip logic and now depend...
2020-10-27 Matthew Fernandezadd others to the CI tool check that do not need fine...
2020-10-25 Matthew Fernandezadd exemption list for Autotools macOS build in CI...
2020-10-25 Matthew Fernandezadd MSBuild exemption list to CI tool check
2020-10-25 Matthew Fernandezadd CMake exemptions to CI tool check
2020-10-25 Matthew Fernandezextend CI tool check to dot_builtins
2020-10-25 Matthew Fernandezextend CI tool check to Mingle
2020-10-25 Matthew Fernandezcheck that Smyrna exists in CI
next