]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-04-25 Matthew Fernandezgvpack: convert C stdio to C++ iostreams
2022-04-25 Matthew Fernandezgvpack: remove unnecessary guard in 'readGraphs'
2022-04-25 Matthew Fernandezgvpack: rewrite 'xName' to return a 'std::string'
2022-04-25 Matthew Fernandezgvpack: manage 'G_args' as a 'std::vector'
2022-04-25 Matthew Fernandezgvpack: remove '__cplusplus' guards
2022-04-25 Matthew Fernandezgvpack: drop stdbool.h #include
2022-04-25 Matthew Fernandezmove 'gvpack' into C++
2022-04-25 Matthew Fernandezgvpack: mark 'gvplugin_neato_layout_LTX_library' as...
2022-04-25 Matthew Fernandezgvpack: cast results of 'dtmatch'
2022-04-25 Matthew Fernandezgvpack: rename variables called 'new'
2022-04-25 Matthew Fernandezgvpack: cast string literals when calling 'agfindgraphattr'
2022-04-25 Matthew Fernandezgvpack: cast string literals when calling 'agfindnodeattr'
2022-04-25 Matthew Fernandezgvpack: cast assignment of string literal to 'rhs'
2022-04-25 Matthew Fernandezgvpack: cast string literal when calling 'agnodeattr'
2022-04-25 Matthew Fernandezgvpack: take const values in various functions that...
2022-04-25 Matthew Fernandezgvpack: use a const char array instead of mutable varia...
2022-04-25 Matthew Fernandezgvpack: cast assignment of string literal to mutable...
2022-04-25 Matthew FernandezMerge branch 'smattr/76A06EFC-E807-41D0-B837-936234C12C...
2022-04-24 Matthew Fernandezgxl2gv: replace custom 'slist' string stack with generi...
2022-04-24 Matthew Fernandezgxl2gv: replace inline stack implementation with generi...
2022-04-24 Matthew FernandezMerge branch 'smattr/06F42B8C-5B6E-438F-8110-3B743FAF61...
2022-04-24 Matthew Fernandezremove no longer used compat_unistd.h
2022-04-24 Matthew Fernandezremove no longer used unistd.h detection
2022-04-24 Matthew Fernandezgvpr: make #includes of unistd.h unconditional
2022-04-24 Matthew Fernandezast: make #includes of unistd.h unconditional
2022-04-24 Matthew Fernandeztreat 'X_OK' as an alias of 'R_OK' in the Windows unist...
2022-04-24 Matthew Fernandezimplement a 'S_ISDIR' shim for Windows
2022-04-24 Matthew Fernandezcommon: make #include of unistd.h unconditional
2022-04-24 Matthew Fernandezcgraph: control Flex unistd.h suppression by whether...
2022-04-24 Matthew Fernandezsfio: make #include of unistd.h unconditional
2022-04-24 Matthew Fernandezgvc: make #include of unistd.h unconditional
2022-04-24 Matthew Fernandezlefty: make a unix #include of unistd.h unconditional
2022-04-24 Matthew Fernandezgml2gv: control Flex unistd.h suppression by whether...
2022-04-24 Matthew Fernandezmove Windows unistd.h shim to its own directory
2022-04-24 Matthew Fernandezcommon: remove unused unistd.h #include
2022-04-24 Matthew Fernandezdoc sccmap: remove unused unistd.h #include
2022-04-24 Matthew Fernandezremove unistd.h check in plugin.demo
2022-04-24 Matthew FernandezMerge branch 'smattr/30329BC5-7D90-4D80-84EC-0821124864...
2022-04-24 Matthew Fernandezupgrade Pylint
2022-04-24 Matthew FernandezMerge branch 'doc' into 'main'
2022-04-24 Costa Shulyupinadd doxygen comment to cell::edges
2022-04-24 Matthew FernandezMerge branch 'smattr/CE3E9D6F-BFB1-44FB-BCCE-FAD52D1FE9...
2022-04-24 Matthew Fernandezlib/neatogen: replace inline stack with generic impleme...
2022-04-24 Matthew FernandezMerge branch 'smattr/9060F827-8691-4085-BB0D-430A545CC1...
2022-04-24 Matthew Fernandezsfio: remove function pointer dereferences and parens
2022-04-24 Matthew Fernandezsfio: remove unnecessary casts
2022-04-24 Matthew Fernandezsfio: remove open coded 'NULL'
2022-04-24 Matthew Fernandezsfio: use 'SIG_IGN' instead of custom ignoring signal...
2022-04-24 Matthew Fernandezsfio: remove unnecessary C++ guards in a C file
2022-04-24 Matthew Fernandezsfio: remove legacy '__SFDPP__directive' support
2022-04-24 Matthew Fernandezsfio: remove unused '_sfgetpath'
2022-04-24 Matthew Fernandezsfio: remove unused 'sfresize'
2022-04-24 Matthew FernandezMerge branch 'smattr/94A38AB0-13D5-4797-B464-88C8BE0165...
2022-04-23 Matthew Fernandezcommon: inline and remove 'agputs'
2022-04-23 Matthew Fernandezcommon: fuse adjacent 'print' calls
2022-04-23 Matthew Fernandezcommon: inline and remove 'printdouble'
2022-04-23 Matthew Fernandezcommon: inline and remove 'printint'
2022-04-23 Matthew Fernandezcommon: inline and remove 'printstring'
2022-04-23 Matthew Fernandezcommon: remove “slimey” comment
2022-04-23 Matthew FernandezAPI BREAK: change 'Agiodisc_t' output function from...
2022-04-23 Matthew FernandezMerge branch 'smattr/23C59ACB-D5E2-4D3C-AED1-16F3145755...
2022-04-23 Matthew Fernandezpack: replace inline stack with generic implementation
2022-04-23 Matthew FernandezMerge branch 'smattr/3777e2b7-e748-48b3-be40-2d466eeb7d...
2022-04-23 Matthew Fernandezdot2gxl: fix crashes when given an empty node id
2022-04-23 Matthew Fernandeztests: adjust #2092 test case to expect failure
2022-04-23 Matthew Fernandeztests: fix 'gvtest' import adjustment
2022-04-23 Matthew FernandezMerge branch 'smattr/1FB0FD97-370C-4494-96C7-660729E080...
2022-04-22 Matthew Fernandezdotgen: replace inline stack with generic implementation
2022-04-21 Matthew FernandezMerge branch 'smattr/92B5C0E4-9DD0-486F-BCF8-6CD2CF4D60...
2022-04-21 Matthew Fernandezcore plugin: remove 'GVPUTS' optimization
2022-04-20 Matthew FernandezMerge branch 'simplify-pdf-generation' into 'main'
2022-04-20 David SeifertSimplify PDF generation
2022-04-20 David Seifert`AC_CHECK_PROG(EGREP,...)` -> `AC_PROG_EGREP`
2022-04-20 David Seifert`AC_CHECK_PROGS(SED,...)` -> `AC_PROG_SED`
2022-04-20 David Seifert`AC_PROG_LIBTOOL` -> `LT_INIT`
2022-04-19 Matthew FernandezMerge branch 'smattr/504AC3D8-C9CA-4DBE-ADB1-61A6EC6E31...
2022-04-19 Matthew Fernandezcgraph: also flush C++ iostreams in exit wrapper
2022-04-19 Matthew FernandezMerge branch 'smattr/2876ED0F-59E3-4EAD-BF53-380662F6B6...
2022-04-19 Matthew Fernandezgvgen: replace inline stack with generation implementation
2022-04-19 Matthew FernandezMerge branch 'smattr/D117C632-7F81-42C4-859F-F6CA7D69D2...
2022-04-19 Matthew Fernandezremove 'HAVE_LIBXPMFORLEFTY' comment in Windows config.h
2022-04-19 Matthew FernandezMerge branch 'smattr/95332056-80BA-49C3-9F43-72BD2F1E20...
2022-04-19 Matthew Fernandezpack: take a const parameter in 'parsePackModeInfo'
2022-04-19 Matthew Fernandezcgraph: fix legacy type signature in man page
2022-04-18 Matthew FernandezMerge branch 'smattr/8B7C6044-6EC5-46EC-975D-79D9082F9A...
2022-04-18 Matthew Fernandezsccmap: replace inline stack with generation implementation
2022-04-18 Magnus JacobssonMerge branch 'remove-__USE_GNU-hacks-for-stdlib.h'...
2022-04-18 Magnus Jacobssonrender: unconditionally include stdlib.h
2022-04-18 Matthew FernandezMerge branch 'smattr/FEF51FF4-CEC3-46E0-B585-34C3E7E631...
2022-04-18 Matthew Fernandezadd a CONTRIBUTING.md, spelling out some implicit devel...
2022-04-18 Matthew FernandezMerge branch 'smattr/DA9E7312-A451-4627-BCFB-778A8505ED...
2022-04-18 Matthew Fernandezgml2gv: replace 'liststk' stack with generic implementation
2022-04-18 Matthew FernandezMerge branch 'smattr/2BDF9A34-A358-4559-A1F7-55A3385F30...
2022-04-17 Matthew Fernandeztests: use 'gvtest.dot' to simplify a test case
2022-04-17 Matthew Fernandeztests: switch test_large_graphs.py to *nix line endings
2022-04-17 Matthew Fernandeztests: suppress 'gvtest' Pytest warnings by name instea...
2022-04-17 Matthew Fernandezadd a changelog entry for CMake plugin enabling since...
2022-04-17 Matthew FernandezMerge branch 'smattr/12B33EC1-2DD6-4415-92C4-A3914D178A...
2022-04-17 Matthew Fernandezgraphml2gv: replace custom 'slist' string stack with...
2022-04-17 Matthew Fernandezgraphml2gv: replace inline stack implementation with...
next