]> granicus.if.org Git - graphviz/shortlog
graphviz
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'
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...
next