]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-09-09 Matthew Fernandezneatogen newitem: squash a -Wunused-parameter compiler...
2021-09-09 Matthew Fernandezneatogen swap_ends_p: squash a -Wunused-parameter warning
2021-09-09 Matthew Fernandezneatogen spline_merge: squash a -Wunused-parameter...
2021-09-09 Matthew Fernandezfind_closest_pairs: squash a -Wmissing-field-initialize...
2021-09-09 Matthew Fernandezneatogen splineInfo: squash a -Wmissing-field-initializ...
2021-09-09 Matthew Fernandezdotgen splineInfo: squash a -Wmissing-field-initializer...
2021-09-09 Matthew FernandezMerge branch 'smattr/659C49B6-0A1A-4490-B1DD-DE326B38C8...
2021-09-09 Matthew Fernandeztcldot-io.c: remove unnecessary bracketing
2021-09-09 Matthew Fernandeztcldot myiodisc_memiofread: remove unnecessary cast
2021-09-09 Matthew Fernandeztcldot-io.c: remove commented out code
2021-09-09 Matthew Fernandeztcldot myiddisc_idregister: squash a spurious -Wswitch...
2021-09-09 Matthew Fernandeztcldot-id.c: remove unnecessary casts of state pointers
2021-09-09 Matthew Fernandeztcldot: myiddisc_free: squash a -Wunused-parameter...
2021-09-09 Matthew Fernandeztcldot myiddisc_map: squash a -Wunused-parameter compil...
2021-09-09 Matthew Fernandeztcldot myagxset: use a 'size_t' for string length inste...
2021-09-09 Matthew Fernandeztcldot deleteNode: squash a -Wunused-parameter compiler...
2021-09-09 Matthew Fernandeztcldot deleteEdge: squash a -Wunused-parameter compiler...
2021-09-09 Matthew Fernandeztcldot obj2cmd: squash a spurious -Wswitch-default...
2021-09-09 Matthew FernandezTcldot_string_writer: remove unnecessary cast
2021-09-09 Matthew FernandezMerge branch 'smattr/DD0814CF-B2A0-4318-A2E6-A7F8461638...
2021-09-09 Matthew Fernandezmake final Pylint step fail for any non-FIXME warning...
2021-09-09 Matthew Fernandezdisable Pylint duplicate-code warning
2021-09-09 Matthew Fernandezvuln.py: address a Pylint missing-function-docstring...
2021-09-09 Matthew Fernandezshapes.py: address a Pylint missing-function-docstring...
2021-09-09 Matthew Fernandezsilence Pylint import-errors about regression_test_helpers
2021-09-09 Matthew Fernandezregression_test_helpers.py: address a Pylint missing...
2021-09-09 Matthew Fernandezvuln.py: remove variable shadowing
2021-09-09 Matthew Fernandezaddress Pylint missing-module-docstring warnings
2021-09-09 Matthew Fernandeztest_regression.py: remove unused 'stdout' variable
2021-09-09 Matthew FernandezchkPos: remove strcmp micro-optimization
2021-09-09 Matthew FernandezMerge branch 'smattr/7890fb90-8b73-4677-a4f3-0f3a17dcf0...
2021-09-09 Matthew FernandezOCaml bindings: fix: only pass -fpermissive when compil...
2021-09-09 Matthew FernandezJava bindings gv_channel_writer: suppress -Wunused...
2021-09-09 Matthew FernandezGo bindings: suppress -Wunused-function compiler warnings
2021-09-09 Matthew FernandezMerge branch 'smattr/ab033750-c4e7-4e83-930b-4c85fa29cd...
2021-09-09 Matthew FernandezBinaryHeap: switch 'mask' in sanity check to 0 vs 1
2021-09-09 Matthew FernandezBinaryHeap: use 'size_t' to track heap sizes/positions...
2021-09-09 Matthew FernandezBinaryHeap: use 'calloc' instead of 'malloc' when alloc...
2021-09-09 Matthew FernandezBinaryHeap: rephrase 'sizeof(type)' code to 'sizeof...
2021-09-08 Matthew FernandezBinaryHeap_realloc: rephrase division by 5 code
2021-09-08 Magnus JacobssonMerge branch 'add-ubuntu21-04-static-build-job-to-CI...
2021-09-08 Magnus JacobssonCI: add ubuntu21-04-static-build job
2021-09-08 Magnus JacobssonCI: remove incorrect path to .gz file in deb build...
2021-09-08 Magnus Jacobssonci/build.sh: add support for static builds using config...
2021-09-08 Magnus Jacobssontclpkg: install .so files only when linking dynamically
2021-09-08 Magnus Jacobssongvpack_static: force the C++ compiler to be used also...
2021-09-08 Magnus JacobssonMerge branch 'add-cygwin-cmake-build-to-ci' into 'main'
2021-09-08 Magnus JacobssonCI: add windows-cygwin-cmake-build job
2021-09-08 Magnus JacobssonCPack: silence CPACK_CYGWIN_PATCH_NUMBER not set warning
2021-09-08 Magnus JacobssonCPack: generate Cygwin binary installer on Cygwin
2021-09-08 Magnus Jacobssontools: add workaround for cpack problem with Cygwin
2021-09-08 Magnus Jacobssondot: add workaround for cpack problem with Cygwin
2021-09-08 Magnus Jacobssonadd ci/cygwin-build.sh script
2021-09-08 Magnus Jacobssonci/build.sh: remove trailing text after actual version ID
2021-09-08 Magnus Jacobssonci/build.sh: add support for Cygwin
2021-09-08 Magnus Jacobssonplugin/core: make awk crlf agnostic when generating...
2021-09-08 Magnus Jacobssoncommon: make awk crlf agnostic when generating svgcolor_lib
2021-09-08 Matthew FernandezMerge branch 'smattr/C617D6FE-BA39-4D70-BF6F-7FAAFAEA2A...
2021-09-08 Matthew Fernandezfix: write Graphviz build version to GRAPHVIZ_VERSION...
2021-09-08 Matthew Fernandezautogen.sh: remove computation of GRAPHVIZ_VERSION
2021-09-07 Matthew FernandezMerge branch 'smattr/960bee28-a488-4e56-90bf-10b4b3408a...
2021-09-07 Matthew Fernandezclang-format tclpkg/gv/gv.cpp
2021-09-07 Matthew Fernandezuse C++ way of #including C headers in SWIG bindings
2021-09-07 Matthew Fernandezrephrase some integer to boolean conversions in the...
2021-09-07 Matthew Fernandezfix comment typo in SWIG bindings code
2021-09-07 Matthew Fernandezmove declarations closer to their usage in SWIG binding...
2021-09-07 Matthew Fernandezrephrase some nullptr tests in the SWIG bindings code
2021-09-07 Matthew Fernandezremove unnecessary conditional guards in the SWIG bindi...
2021-09-07 Matthew Fernandezremove an unnecessary use of C string functions in...
2021-09-07 Matthew Fernandezuse more modern reinterpret_cast instead of C-style...
2021-09-07 Matthew Fernandezremove unnecessary realloc in SWIG bindings code
2021-09-07 Matthew Fernandezremove commented out code in SWIG bindings code
2021-09-07 Matthew Fernandezreplace NULL with more modern nullptr in SWIG bindings...
2021-09-07 Magnus JacobssonMerge branch 'clean-up-build.sh' into 'main'
2021-09-07 Magnus JacobssonCI: archive build artifacts in windows-mingw64-cmake...
2021-09-07 Magnus JacobssonCI: archive build artifacts in windows-mingw32-cmake...
2021-09-07 Magnus Jacobssonci/build.sh: fail if trying to use an unset variable
2021-09-07 Magnus Jacobssonci/build.sh: fix missing VERSION_ID on MSYS2/MinGW
2021-09-07 Magnus Jacobssonci/build.sh: CMake: use fallback for unset CMAKE_OPTIONS
2021-09-07 Magnus Jacobssonci/build.sh: explicitly set build_system to autotools...
2021-09-07 Magnus Jacobssonci/build.sh: remove obsolete workaround for missing...
2021-09-07 Magnus Jacobssonci/build.sh: use /etc/os-release if and only if it...
2021-09-07 Magnus Jacobssonci/build.sh: autotools: fail if OSTYPE is unknown
2021-09-07 Magnus Jacobssonci/build.sh: autotools: use OSTYPE to determine if...
2021-09-07 Magnus Jacobssonci/build.sh: CMake: fail if OSTYPE is unknown
2021-09-07 Magnus Jacobssonci/build.sh: CMake: use OSTYPE to determine if on GNU...
2021-09-07 Magnus Jacobssonci/build.sh: CMake: use OSTYPE to determine if on MSYS2...
2021-09-07 Magnus Jacobssonci/build.sh: autotools: use OSTYPE to determine if...
2021-09-07 Magnus Jacobssonci/build.sh: CMake: use OSTYPE to determine if on macOS
2021-09-06 Matthew FernandezMerge branch 'generated-cmake-dep' into 'main'
2021-09-06 Matthew Fernandezadd CHANGELOG entry for prior commit
2021-09-06 Cameron Lowell... Ensure correct file-level dependency for generated...
2021-09-05 Matthew FernandezMerge branch 'smattr/1264c66c-9666-43b2-b04a-877f0d54f2...
2021-09-05 Matthew Fernandezremove `make check` Python targets
2021-09-05 Matthew FernandezMerge branch 'smattr/24AB31CD-C80E-4E3C-905F-C63B2C4382...
2021-09-05 Matthew Fernandezps_font_equiv.h: remove unused 'DARWIN' branch
2021-09-05 Matthew Fernandezfix message typo in D bindings configuration
2021-09-05 Matthew Fernandezremove Fedora 26 legacy comment
2021-09-04 Matthew FernandezMerge branch 'smattr/623e3f1a-6199-44f5-9e36-ee92e01a76...
2021-09-04 Matthew Fernandezdefault the Javascript bindings to JSC
next