]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-05-05 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-05-05 Matthew Fernandezuse stronger types for dijkstra command line flags
2021-05-05 Matthew Fernandezfree some allocated memory prior to exiting dijkstra
2021-05-05 Matthew Fernandezremove the use of 0 for pointers in dijkstra
2021-05-05 Matthew Fernandezuse calloc instead of malloc for some arrays in dijkstra
2021-05-05 Matthew Fernandezremove use of HUGE
2021-05-05 Matthew Fernandezremove some commented out code
2021-05-03 Matthew FernandezMerge branch 'smattr/6d5c1473-c70e-45ad-81b8-5a6386ba29...
2021-05-03 Matthew Fernandezadd a test case to keep .vcxproj and .vcxproj.filters...
2021-05-02 Matthew FernandezMerge branch 'tred' into 'main'
2021-05-02 Saleem AbdulrasoolGVC: export 'gvToolTred'
2021-05-02 Matthew FernandezMerge branch 'close-the-door' into 'main'
2021-05-02 Saleem Abdulrasoolxdot: remove unused Windows.h header
2021-05-02 Matthew FernandezMerge branch 'smattr/3C4AE1AF-408F-4CB2-9F54-0457CE6C3F...
2021-05-02 Matthew Fernandezremove some non-existent paths from MSVC include direct...
2021-05-02 Matthew Fernandezremove unused lib/inkpot
2021-05-01 Matthew FernandezMerge branch 'smattr/AB2A899C-BF99-4303-82F9-79AA1D1078...
2021-05-01 Matthew Fernandeztry to work around `lneato -?` flakiness on Windows
2021-05-01 Matthew FernandezMerge branch 'smattr/880181C2-61D1-421D-9FA4-B15E4A19C7...
2021-05-01 Matthew Fernandezremove /etc/redhat-release path in build script
2021-05-01 Matthew FernandezMerge branch 'smattr/3E2C5588-8462-437B-9A7B-2ADA9D6376...
2021-05-01 Matthew Fernandezabbreviate r2hex in lib/sparse
2021-05-01 Matthew Fernandezsimplify color printing in lib/sparse
2021-05-01 Matthew Fernandezsimplify color printing in mm2gv
2021-05-01 Matthew FernandezMerge branch 'smattr/747D40FC-E73B-4D36-A74A-99425E25AD...
2021-05-01 Matthew Fernandezremove python3.exe copying in Windows CI
2021-05-01 Matthew Fernandezcall Python as `python` instead of `python3` in MSBuild...
2021-05-01 Matthew Fernandezuse CMake support to locate Python 3 before calling it
2021-05-01 Matthew Fernandezremove test suite assumption that Python can be run...
2021-05-01 Matthew Fernandezremove unused cmake-build_and_test.sh script
2021-05-01 Matthew FernandezMerge branch 'independence-inn' into 'main'
2021-05-01 Saleem Abdulrasoolbuild: use CMake to drive the position independence
2021-05-01 Matthew FernandezMerge branch 'smattr/8AC007D7-AEDE-49D4-800C-266AB9198B...
2021-05-01 Matthew Fernandezremove an unused variable
2021-05-01 Matthew Fernandezremove unused parameter to judge()
2021-05-01 Matthew Fernandezdisable Pylint too-few-public-methods
2021-05-01 Matthew Fernandezremove an unnecessary Python class
2021-05-01 Matthew Fernandezsuppress an import-position Pylint warning
2021-05-01 Matthew Fernandezsquash multiple-imports Pyint warning
2021-05-01 Matthew Fernandezremove an unnecessary class in a Python file
2021-05-01 Matthew Fernandezreplace tabs in one Python file
2021-05-01 Matthew Fernandezsquash no-else-after-return Pylint warnings
2021-05-01 Matthew Fernandezdisable Pylint too-many-branches and too-many-statements
2021-05-01 Matthew Fernandezsquash Pylint warnings for multiple statements on a...
2021-05-01 Matthew Fernandezdisable Pylint redefined-builtin warning
2021-05-01 Matthew Fernandezsquash wrong-import-order Pylint warnings for run_c
2021-05-01 Matthew Fernandezfix a numbe of Pylint import-order warnings
2021-05-01 Matthew Fernandezremove a Python == comparison against None
2021-05-01 Matthew Fernandezreplace exit() with sys.exit() in Python files
2021-05-01 Matthew Fernandezremove unnecessary semi-colons in Python files
2021-05-01 Matthew Fernandezfix some Pylint lines-too-long warnings
2021-05-01 Matthew Fernandezremove unused imports in Python files
2021-05-01 Matthew Fernandezremove trailing newlines from Python files
2021-05-01 Matthew Fernandezremove trailing whitespace in Python files
2021-04-29 Matthew FernandezMerge branch 'smattr/AD0827FA-EDD0-4329-BA29-B4A9775151...
2021-04-29 Matthew Fernandezreplace a use of snprintf pattern with gv_sprint
2021-04-29 Matthew Fernandezadd sprintf-like helper
2021-04-28 Matthew FernandezMerge branch 'smattr/E31C3F18-8D47-4280-873E-857FC13A19...
2021-04-28 Matthew Fernandezremove unnecessary bracketing and space in tclhandle.c
2021-04-28 Matthew Fernandezremove unused ISSPACE
2021-04-28 Matthew Fernandezcompute tclhandleEntryAlignment at compile time
2021-04-28 Matthew Fernandezremove useless cast
2021-04-28 Matthew Fernandezfix: consistently treat entry indices as uint64_t in...
2021-04-28 Matthew FernandezMerge branch 'smattr/b3c0b645-f677-4b03-b68f-18e05373d6...
2021-04-28 Matthew Fernandezsquash -Wunused-parameter warning in pic_polygon
2021-04-28 Matthew Fernandezsquash -Wunused-parameter warnings in pic_bezier
2021-04-28 Matthew Fernandezsquash two -Wsign-compare warnings in pic_string
2021-04-28 Matthew Fernandezsquash -Wsign-conversion warnings in pic_string
2021-04-28 Matthew Fernandezremove an open coded fmax
2021-04-28 Matthew Fernandezfold printing of some constants into the format string...
2021-04-28 Matthew Fernandezdo pov_begin_graph computation entirely on doubles
2021-04-28 Matthew Fernandezremove unnecessary calls to fabsf
2021-04-27 Matthew Fernandezfix some casts to incorrect target type
2021-04-27 Matthew Fernandezremove use of %d to emit unsigneds in VML plugin
2021-04-27 Matthew Fernandezsquash -Wunused-parameter in tkgen_begin_edge
2021-04-27 Matthew Fernandezsquash -Wunused-parameter warning in tkgen_begin_node
2021-04-27 Matthew Fernandezsquash 8 -Wconversion warnings
2021-04-27 Matthew Fernandezremove unused parameters to svg_rgradstyle
2021-04-27 Matthew Fernandezremove commented out code
2021-04-26 Matthew FernandezMerge branch 'smattr/b06d6e22-33f7-4371-ba03-b58b72af0d...
2021-04-26 Matthew Fernandezreplace use of NULL in the Visio plugin with more moder...
2021-04-26 Matthew Fernandezmore precisely express inheritance relationship in...
2021-04-26 Matthew Fernandezremove manual memory management of _points in Path...
2021-04-26 Matthew Fernandezremove the use of %d to print unsigned integers in...
2021-04-26 Matthew Fernandezremove Visual Studio options files
2021-04-26 Matthew Fernandezremove the use of C-style casts to convert void* to...
2021-04-26 Matthew FernandezMerge 'jfriesne/jaf-fix-uninitialized-memory-read-in...
2021-04-26 Matthew Fernandezadd a changelog entry for prior commit
2021-04-26 Jeremy FriesnerFix for uninitialized-memory-read in call_tri() that...
2021-04-25 Matthew FernandezMerge branch 'smattr/d0423bd6-65fb-4d10-abf7-905a337bab...
2021-04-25 Matthew Fernandezremove unused display function
2021-04-25 Matthew Fernandezfix type of variable used for interacting with getopt
2021-04-25 Matthew Fernandezremove unused modefile parameter to load_mouse_actions
2021-04-25 Matthew Fernandezremove commented out code
2021-04-25 Matthew Fernandezfix some incorrect function return type definitions
2021-04-25 Matthew Fernandezsquash -Wunused-parameter warnings in outfn
2021-04-25 Matthew Fernandezsquash -Wunused-parameter warnings in on_dlgOpenGraph_b...
2021-04-25 Matthew Fernandezsquash -Wunused-parameter warning in dlgOpenGraph_OK_Cl...
2021-04-25 Matthew Fernandezsquash -Wunused-parameter warnings in save_graph_clicked
2021-04-25 Matthew Fernandezabbreviate an increment
next