]> granicus.if.org Git - graphviz/shortlog
graphviz
2020-06-29 Magnus JacobssonStable Release 2.44.1
2020-06-29 Magnus JacobssonGenerate build date in UTC also in CMake
2020-06-29 Magnus JacobssonRemove obsolete CMakeLists.txt update from DEVELOPERS.md
2020-06-29 Magnus JacobssonAllow build date to be overridden by cmake -DDATE=
2020-06-29 Magnus JacobssonAdd generation of DATE file containing build date
2020-06-29 Magnus JacobssonChange to use patch version in the Windows installer
2020-06-29 Magnus JacobssonAllow version to be overridden by cmake -DVERSION=
2020-06-29 Magnus JacobssonMake CMake get Graphviz version from autogen.sh by...
2020-06-29 Magnus JacobssonMerge branch 'gitlab-ci-windows' into 'master'
2020-06-27 Magnus JacobssonMake Windows binaries contain version and platform...
2020-06-27 Magnus JacobssonRemove Appveyor stuff from DEVELOPERS.md
2020-06-27 Magnus JacobssonFix linting errors in DEVELOPERS.md
2020-06-27 Magnus JacobssonDon't show progress from choco installs
2020-06-27 Magnus JacobssonAdd deploy of Windows binaries to www2.graphviz.org
2020-06-27 Magnus JacobssonConvert lab_gamut data to plain array (was array of...
2020-06-27 Magnus JacobssonDisable code analysis for lab_gamut
2020-06-27 Magnus JacobssonAdd Windows build jobs to GitLab pipeline
2020-06-27 Magnus JacobssonRetarget to Visual Studio 2019 and toolset v142
2020-06-27 Matthew FernandezMerge branch 'e467ae7f-137b-4133-a0f7-868171fc13db...
2020-06-27 Matthew FernandezMerge branch 'dac2636e-2144-4c57-8e9c-33fc072b6642...
2020-06-26 Matthew FernandezMerge branch 'master' of ssh://gitlab.com/graphviz...
2020-06-26 Matthew FernandezMerge branch '349F18B3-F9F4-487E-BED4-E534CF4FCF59...
2020-06-23 Matthew FernandezMerge branch 'F2AA1D9F-EB82-4EB5-8B26-C5765A343AE9...
2020-06-22 Matthew Fernandezswap malloc(n*m) pattern for calloc(n,m)
2020-06-22 Matthew Fernandezremove some now-redundant error handling from a call...
2020-06-22 Matthew Fernandezremove some now-redundant error handling following...
2020-06-22 Matthew Fernandezremove allocation failure check in setPrefix
2020-06-22 Matthew Fernandezuse calloc instead of malloc;memset in zmalloc()
2020-06-22 Matthew Fernandezalso provide a calloc wrapper in lib/common
2020-06-22 Matthew Fernandezremove commented out gmalloc variants
2020-06-22 Matthew Fernandezexit on failure of any of the lib/common malloc wrappers
2020-06-22 Matthew Fernandezrefactor a RALLOC call that can tolerate failure to...
2020-06-22 Matthew Fernandezrefactor calls to NEW that can tolerate failure into...
2020-06-22 Matthew Fernandezrefactor any N_GNEW calls that can tolerate allocation...
2020-06-22 Matthew Fernandezrefactor a GNEW call that can tolerate failure into...
2020-06-22 Matthew Fernandezremove one unused N_NEW wrapper
2020-06-22 Matthew Fernandezremove incorrect commented out use of NEW()
2020-06-22 Matthew FernandezRevert "Merge branch 'master' of ssh://gitlab.com/graph...
2020-06-22 Matthew FernandezMerge branch 'master' of ssh://gitlab.com/graphviz...
2020-06-21 Magnus JacobssonMerge branch 'fix-sh-syntax-error-in-debian-rules'...
2020-06-20 Matthew Fernandezremove a level of pointer indirection and add a const...
2020-06-20 Matthew Fernandezremove some pointer indirection and add a const in...
2020-06-20 Matthew Fernandezremove unnecessary pointer indirection and add const...
2020-06-20 Matthew Fernandezemove an unnecessary level of pointer indirection in...
2020-06-20 Matthew Fernandezremove an unnecessary level of pointer indirection...
2020-06-20 Matthew Fernandezupdate #include path in demo C code
2020-06-20 Matthew Fernandezremove lib/agraph
2020-06-20 Matthew Fernandezupdate some legacy comments, libagraph->libcgraph
2020-06-20 Matthew Fernandezremove a legacy reference to libagraph
2020-06-20 Matthew Fernandezremove libgraph, libagraph references in gxl2gv's manpage
2020-06-20 Matthew Fernandezremove a comment reference to legacy libgraph, libagraph
2020-06-20 Matthew FernandezMerge branch 'master' of ssh://gitlab.com/graphviz...
2020-06-20 Matthew Fernandezremove unused align.h
2020-06-20 Matthew Fernandezremove unused #includes of align.h
2020-06-20 Matthew Fernandezremove unused strsubmatch function
2020-06-20 Matthew Fernandezremove unused pathinclude function
2020-06-20 Matthew Fernandezremove unused fmtnesq function
2020-06-20 Matthew Fernandezremove lab_gamut manpage
2020-06-20 Matthew Fernandezstop shipping a PDF of the lab_gamut manpage
2020-06-20 Matthew Fernandezremove commented out line
2020-06-20 Matthew FernandezMerge branch '461036BD-675E-4AA6-85E2-4381BC03CC99...
2020-06-16 Matthew Fernandezswap malloc(n*m) pattern for calloc(n,m)
2020-06-16 Matthew Fernandezremove some now-redundant error handling from a call...
2020-06-16 Matthew Fernandezremove some now-redundant error handling following...
2020-06-16 Matthew Fernandezremove allocation failure check in setPrefix
2020-06-16 Matthew Fernandezuse calloc instead of malloc;memset in zmalloc()
2020-06-16 Matthew Fernandezalso provide a calloc wrapper in lib/common
2020-06-16 Matthew Fernandezremove commented out gmalloc variants
2020-06-16 Matthew Fernandezexit on failure of any of the lib/common malloc wrappers
2020-06-16 Matthew Fernandezrefactor a RALLOC call that can tolerate failure to...
2020-06-16 Matthew Fernandezrefactor calls to NEW that can tolerate failure into...
2020-06-16 Matthew Fernandezrefactor any N_GNEW calls that can tolerate allocation...
2020-06-16 Matthew Fernandezrefactor a GNEW call that can tolerate failure into...
2020-06-16 Matthew Fernandezremove one unused N_NEW wrapper
2020-06-16 Matthew FernandezMerge branch '7fce6ce6-df5b-4bc3-938e-28db4c30689a...
2020-06-16 Matthew Fernandezremove incorrect commented out use of NEW()
2020-06-15 Matthew FernandezMerge branch 'master' of ssh://gitlab.com/graphviz...
2020-06-15 Magnus JacobssonUpdate CHANGELOG.md
2020-06-15 Magnus JacobssonFix sh syntax error in debian/rules
2020-06-15 Magnus JacobssonMerge branch 'generate-configuration-table' into 'master'
2020-06-15 Magnus JacobssonMerge branch 'add-developers-guide' into 'master'
2020-06-15 Magnus JacobssonMerge branch 'convert-changelog-to-markdown' into ...
2020-06-15 Mark HansenMerge branch '561bf79c-b7dd-4219-8c72-e64b33dc5472...
2020-06-14 Matthew FernandezMerge branch '4d767af9-1ea9-455a-b8bf-c7de2c0f8aed...
2020-06-14 Matthew Fernandezdeallocate memory before exiting mkdefs.c
2020-06-14 Matthew Fernandezremove legacy lib/graph
2020-06-14 Matthew Fernandezremove unused include reference to lib/graph
2020-06-13 Matthew Fernandezunfold groff|ps2pdf build steps into separate recipes
2020-06-13 Matthew Fernandezfix incorrect makefile target for prune manpage PDF
2020-06-13 Matthew Fernandezremove some further suppression of Groff errors in...
2020-06-13 Matthew Fernandezfix empty content in man page PDFs
2020-06-13 Matthew Fernandezmark some static functions as such
2020-06-13 Matthew Fernandezremove internal prototype for unused function printvis
2020-06-13 Matthew Fernandezmore precise definition of vec_new
2020-06-13 Magnus JacobssonAdd generation of compile configuration table to CI
2020-06-13 Magnus JacobssonAdd coloring options
2020-06-13 Magnus JacobssonAdd --short option
2020-06-13 Magnus JacobssonAdd HTML output format
2020-06-13 Magnus JacobssonAdd JSON output
2020-06-13 Magnus JacobssonAdd ci/generate-configuration-table.py
next