]> granicus.if.org Git - graphviz/shortlog
graphviz
2020-07-06 Matthew Fernandezremove unused vmtrace API
2020-07-06 Matthew Fernandezremove undefs of stdlib.h functions that are not relied...
2020-07-06 Matthew Fernandezremove unused vmsize API
2020-07-06 Matthew Fernandezremove unused vmalign API
2020-07-06 Matthew Fernandezremove unused vmcompact API
2020-07-06 Matthew Fernandezremove unused vmdisc API
2020-07-06 Matthew Fernandezremove unused vmsegment API
2020-07-06 Matthew Fernandezremove unused Vmdebug allocator method
2020-07-06 Matthew Fernandezremove unused Vmpool allocator method
2020-07-06 Matthew Fernandezremove unused Vmlast allocator method
2020-07-06 Matthew Fernandezremove no longer used Vmprofile allocator method
2020-07-06 Matthew Fernandezremove malloc interception within vmalloc
2020-07-05 Matthew Fernandezremove VMFL allocation interceptors
2020-07-05 Matthew Fernandezremove support for vmalloc debugging in libexpr
2020-07-03 Matthew FernandezMerge branch 'bd40bdf5-3761-4ae6-b1ef-f7904ff251ba...
2020-07-01 Matthew FernandezMerge branch 'dbdb31b0-dc0d-4b04-a62e-767d0fa0868e...
2020-07-01 Matthew FernandezMerge branch '2B9AE17E-6066-4038-B391-5C51411ED77D...
2020-06-30 Matthew FernandezMerge branch '5ACFD17E-A8C7-4FE9-80D0-38DF90EA199D...
2020-06-29 Magnus JacobssonMerge branch 'return-to-2.45-dev' into 'master'
2020-06-29 Magnus JacobssonMove back to 2.45 development series
2020-06-29 Magnus JacobssonMerge branch 'stable-release-2.44.1' into 'master' 2.44.1
2020-06-29 Magnus JacobssonStable Release 2.44.1
2020-06-29 Magnus JacobssonMerge branch 'cmake-graphviz-version-from-autogen'...
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 Matthew Fernandezremove some -Wcast-qual compiler warnings
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 Fernandezremove index.html fragment
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-25 Matthew Fernandezfix memory leak in vector allocation
2020-06-25 Matthew Fernandezrelocate vec_get() so we can call it earlier
2020-06-25 Matthew Fernandezmark the parameter to vec_length() as const
2020-06-25 Matthew Fernandezrelocate vec_length() so we can call it earlier
2020-06-23 Matthew FernandezMerge branch 'F2AA1D9F-EB82-4EB5-8B26-C5765A343AE9...
2020-06-23 Matthew Fernandezfix: remove generated patchwork.1.pdf during distclean
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...
next