]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-05-01 Matthew Fernandezmm2gv: remove unnecessary parens
2022-04-29 Matthew FernandezMerge branch 'smattr/12BC1FB5-DA85-4A0A-AE5A-7A20033F8C...
2022-04-29 Matthew Fernandezsfio: remove 'SF_MTSAFE'
2022-04-29 Matthew Fernandezsfio: remove unused 'S_ISFIFO'
2022-04-29 Matthew Fernandezsfio: remove 'fstat' prototype
2022-04-29 Matthew Fernandezremove stat.h detection and juggling
2022-04-29 Matthew Fernandezsfio: fix misuse of 'HAVE_SYS_STAT_H'
2022-04-28 Matthew FernandezMerge branch 'smattr/D02F76A1-BD16-4E4D-801E-943D629C95...
2022-04-28 Matthew Fernandezreplace various SFIO to stderr with C stdio
2022-04-28 Matthew FernandezMerge branch 'smattr/A6A8CDBD-0D7F-40AF-BADB-8AEC1DCCF2...
2022-04-28 Matthew Fernandezgvpr: replace use of alternative stack implementation...
2022-04-28 Matthew FernandezMerge branch 'smattr/B59EB35A-0770-4D5F-9E65-123D103FD6...
2022-04-28 Matthew Fernandezcgraph: remove 'itos'
2022-04-28 Matthew Fernandezsparse: fix: avoid a use of 'itos'
2022-04-28 Matthew Fernandezcommon: fix: avoid a use of 'itos'
2022-04-28 Matthew FernandezMerge branch 'smattr/0E2CB714-5EBC-4EA4-B2EA-402E311334...
2022-04-28 Matthew Fernandezgvedit: avoid the need to cast arguments to 'errorPipe'
2022-04-28 Matthew Fernandezgvedit: remove unnecessary 'QString' construction
2022-04-28 Matthew Fernandezgvedit: remove unnecessary parens
2022-04-28 Matthew Fernandezgvedit: standardize on more modern 'nullptr'
2022-04-28 Matthew Fernandezgvedit: remove unnecessary casts when calling Graphviz...
2022-04-28 Matthew Fernandezgvedit: use a 'unique_ptr' to avoid manually managing...
2022-04-28 Matthew FernandezMerge branch 'smattr/AC0D09C8-AC89-46D5-AB9A-796C8CF8D9...
2022-04-28 Matthew Fernandezcgraph: remove some unused struct names
2022-04-28 Matthew Fernandezcgraph: use a C99 bool for 'maybe_num'
2022-04-28 Matthew Fernandezcgraph: inline and remove 'ISALNUM'
2022-04-28 Matthew Fernandezcgraph: realign 'agmapnametoid' parameter name with...
2022-04-27 Matthew FernandezMerge branch 'cdt-doc' into 'main'
2022-04-26 Costa Shulyupindoxygen comment for Dtoset etc
2022-04-26 Costa Shulyupindoxygen comment for cdt.h
2022-04-26 Costa Shulyupindoxygen comment for lib/cdt
2022-04-26 Matthew FernandezMerge branch 'pq' into 'main'
2022-04-25 Costa Shulyupinupgragde lib/ortho/fPQ.h comment to doxygen style
2022-04-25 Matthew FernandezMerge branch 'smattr/9F31BC78-A50E-4AD8-8640-72058C3795...
2022-04-25 Matthew Fernandezremove unused glyphwidth.ps
2022-04-25 Matthew FernandezMerge branch 'smattr/83F37629-35B5-4AEA-AC37-EE8EBF5E6D...
2022-04-25 Matthew Fernandezgvpack: use C++ style of indicating unused parameters
2022-04-25 Matthew Fernandezgvpack: use C++ casts instead of C casts
2022-04-25 Matthew Fernandezgvpack: use C++ 'nullptr' in preference to C 'NULL'
2022-04-25 Matthew Fernandezgvpack: use 'std::string' to simplify dynamic string...
2022-04-25 Matthew Fernandezgvpack: manage graph collection as a 'std::vector'
2022-04-25 Matthew Fernandezgvpack: track graph counts as a 'size_t'
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'
next