]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-09-04 Matthew Fernandezremove unnecessary casts around usage of 'bsearch'
2021-09-04 Matthew Fernandezcolorxlate: remove unnecessary bracketing
2021-09-04 Matthew Fernandezcolorxlate: remove a strcmp micro-optimization
2021-09-04 Matthew Fernandezcolorxlate: use char pointers instead of unsigned char...
2021-09-04 Matthew FernandezMerge branch 'smattr/7e2248f2-8a26-4cfa-9908-b5d191b007...
2021-09-04 Matthew Fernandezp_plain: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_plaintext: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_square: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_box: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_triangle: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_egg: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_circle: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_ellipse: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_polygon: squash -Wmissing-field-initializer warning
2021-09-04 Matthew FernandezCenter: squash -Wmissing-field-initializer warning
2021-09-04 Matthew FernandezMerge branch 'smattr/9A8B94F0-FA1E-4200-A71D-03595C913A...
2021-09-04 Matthew Fernandezremove Fedora ≤ 32 work around
2021-09-04 Matthew Fernandezremove Fedora 32 CI testing
2021-09-03 Matthew FernandezMerge branch 'smattr/C574183C-758B-4503-AFE2-3BEE5F2BBA...
2021-09-03 Matthew Fernandezfix some missing Python docstrings
2021-09-03 Matthew Fernandezsquash Pylint warnings about shadowing 'root'
2021-09-03 Matthew Fernandezsquash Pylint warnings about shadowing 'p'
2021-09-03 Matthew Fernandezsquash Pylint wrong-import-position warnings
2021-09-03 Matthew Fernandezsquash a Pylint line-too-long warning
2021-09-02 Matthew FernandezMerge branch 'smattr/8D176743-758B-4021-8E02-E18155F750...
2021-09-02 Matthew Fernandezsmyrna: remove expat installation when using MS Build
2021-09-01 Magnus JacobssonMerge branch 'add-mingw-cmake-builds-to-ci' into 'main'
2021-09-01 Magnus JacobssonCI: add windows-mingw64-cmake-build job
2021-09-01 Magnus JacobssonCI: add windows-mingw32-cmake-build job
2021-09-01 Magnus Jacobssonadd ci/mingw-build.sh script
2021-09-01 Magnus Jacobssonci/build.sh: CMake: move the MinGW zip and exe build...
2021-08-31 Magnus Jacobssonremove import/export declaration of lt_preloaded_sybols...
2021-08-31 Magnus Jacobssonlabel: CMake: ensure label symbols are exported from...
2021-08-31 Magnus Jacobssonortho: CMake: ensure ortho symbols are exported from gvc
2021-08-31 Magnus Jacobssoncommon: ensure correct import/export declarations of...
2021-08-31 Magnus JacobssonCMake: fix expat runtime library not found by cpack...
2021-08-31 Magnus Jacobssongvc: WIN32: install expat runtime library only if we...
2021-08-31 Magnus Jacobssongvc: CMake: link to ltdl even on Windows with MinGW
2021-08-31 Magnus JacobssonCMake: FindLTDL: ensure ltdl is found with MinGW
2021-08-31 Magnus JacobssonCMake: add use_win_pre_inst_libs option
2021-08-30 Magnus JacobssonMerge branch 'more-linking-clean-up' into 'main'
2021-08-30 Magnus Jacobssoncommon: link to expat privately instead of publicly
2021-08-30 Magnus Jacobssonplugin/neato_layout: remove linking to cdt
2021-08-30 Magnus Jacobssonplugin/gd: remove linking to cdt
2021-08-30 Magnus Jacobssonplugin/dot_layout: remove linking to cdt
2021-08-30 Magnus Jacobssonplugin/core: remove linking to cdt
2021-08-30 Magnus Jacobssongvc: link to cdt privately instead of publicly
2021-08-30 Magnus Jacobssongxl2gv: remove linking to cdt
2021-08-30 Magnus Jacobssongvpack: remove linking to cdt
2021-08-30 Magnus Jacobssongraphml2gv: remove linking to cdt
2021-08-30 Magnus Jacobssondijkstra: remove linking to cdt
2021-08-30 Magnus Jacobssonneatogen: add linking to sparse
2021-08-30 Magnus Jacobssonneatogen: add linking to gvc
2021-08-30 Magnus Jacobssonneatogen: add linking to pathplan
2021-08-30 Magnus Jacobssonsfdpgen: add linking to neatogen
2021-08-30 Magnus Jacobssonsfdpgen: add linking to sparse
2021-08-30 Magnus Jacobssonsfdpgen: add linking to gvc
2021-08-30 Magnus Jacobssongraphml2gv: remove useless linking to ingraphs
2021-08-30 Magnus Jacobssongml2gv: remove useless linking to ingraphs
2021-08-30 Magnus Jacobssoningraphs: add linking to cgraph
2021-08-30 Magnus Jacobssonlabel: add linking to cdt
2021-08-30 Magnus Jacobssongvc: CMake: link to pack privately instead of publicly
2021-08-30 Matthew FernandezMerge branch 'smattr/550FBFBC-60E7-4C91-85B7-795331C1A5...
2021-08-30 Matthew Fernandezremove SWIG #include malloc.h work arounds
2021-08-30 Magnus JacobssonMerge branch 'clean-up-expat-xdot-and-label-linking...
2021-08-30 Magnus Jacobssongvc: CMake: remove now obsolete linking to label
2021-08-30 Magnus Jacobssoncommon: add linking to label
2021-08-30 Magnus Jacobssongvc: CMake: remove now obsolete linking to xdot
2021-08-30 Magnus Jacobssonplugin/core: add linking to xdot
2021-08-30 Magnus Jacobssoncommon: add linking to xdot
2021-08-30 Magnus Jacobssongvc: CMake: replace now obsolete linking to expat
2021-08-30 Magnus Jacobssoncommon: add linking to expat if we have it
2021-08-29 Magnus JacobssonMerge branch 'clean-up-cgraph-linking' into 'main'
2021-08-29 Magnus Jacobssongvc: change to link to cgraph privately
2021-08-29 Magnus Jacobssonplugin/neato_layout: remove now obsolete linking to...
2021-08-29 Magnus Jacobssonosage: add linking to cgraph
2021-08-29 Magnus Jacobssonpatchwork: add linking to cgraph
2021-08-29 Magnus Jacobssontwopigen: add linking to cgraph
2021-08-29 Magnus Jacobssonneatogen: add linking to cgraph
2021-08-29 Magnus Jacobssonfdpgen: add linking to cgraph
2021-08-29 Magnus Jacobssoncircogen: add linking to cgraph
2021-08-29 Magnus Jacobssonplugin/dot_layout: CMake: remove now obsolete linking...
2021-08-29 Magnus Jacobssondotgen: add linking to cgraph
2021-08-29 Magnus Jacobssoncmd/gvpr: explicitly include cgraph.h in gvprmain.c
2021-08-29 Magnus Jacobssondot: explicitly include cgraph.h in dot.c
2021-08-29 Magnus Jacobssonplugin/pango: add linking to cgraph
2021-08-29 Magnus Jacobssoncommon: add linking to cgraph
2021-08-29 Matthew FernandezMerge branch 'smattr/54AF45E5-AEC5-41BC-A85B-896646F2E5...
2021-08-29 Matthew Fernandezinline config_python.py into configure.ac
2021-08-29 Matthew Fernandezremove $PYTHON_VERSION_SHORT in Autotools
2021-08-29 Matthew Fernandezremove a commented out Autotools line
2021-08-29 Matthew Fernandezremove Autotools probing of Python ≤ 2
2021-08-29 Magnus JacobssonMerge branch 'upgrade-windows-libraries-to-rx-spencer...
2021-08-28 Magnus JacobssonMerge branch 'pathplan-cmake-linking-cleanup' into...
2021-08-28 Magnus JacobssonUpdate windows libraries submodule to get removal of...
2021-08-28 Magnus Jacobssonplugin/neato_layout: CMake: remove now obsolete linking...
2021-08-28 Magnus Jacobssonfdpgen: CMake: add linking to pathplan
2021-08-28 Magnus Jacobssonplugin/dot_layout: CMake: remove now obsolete linking...
2021-08-28 Magnus Jacobssonmm2gv: CMake: remove now obsolete linking to pathplan
2021-08-28 Magnus Jacobssongvc: CMake: replace now obsolete linking to pathplan...
next