]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-05-24 Matthew Fernandezgvpr: squash -Wunused-parameter warnings in 'setval'
2022-05-24 Matthew FernandezMerge branch 'maze-doc' into 'main'
2022-05-24 Costa Shulyupindoxygen comment for mkMaze
2022-05-24 Costa Shulyupindoxygen comment for mkMazeGraph
2022-05-24 Costa Shulyupindoxygen comment for findSVert
2022-05-24 Costa Shulyupindoxygen comment for createSEdges
2022-05-24 Costa Shulyupinconvert markSmall comment to doxygen
2022-05-24 Costa Shulyupindoxygen comments for updateWt and updateWts
2022-05-24 Costa Shulyupindoxygen comments for vcmpid and hcmpid
2022-05-24 Costa Shulyupindoxygen comment for psdump
2022-05-24 Matthew FernandezMerge branch 'smattr/5ACB60F9-F951-4162-8F8C-81C590EF69...
2022-05-24 Matthew Fernandezremove Autotools 'sort' discovery
2022-05-23 Matthew FernandezMerge branch 'smattr/CEAAF3D2-013D-47DF-AD73-0ED48E8FFF...
2022-05-23 Matthew Fernandezortho: use early return style pervasively in 'segCmp'
2022-05-23 Matthew Fernandezortho: remove dead code in 'segCmp'
2022-05-23 Matthew FernandezMerge branch 'smattr/4BC11EAE-57EF-4815-9C8B-F1C944042E...
2022-05-23 Matthew Fernandezcommon: squash -Wsign-conversion, -Wconversion warnings
2022-05-23 Matthew Fernandezcommon: squash -Wswitch-default warning in 'closestSide'
2022-05-23 Matthew Fernandezcommon: squash -Wswitch-default warning in 'cvtPt'
2022-05-23 Matthew Fernandezcommon: use a C99 bool for 'LR' parameter of 'parse_reclbl'
2022-05-23 Matthew Fernandezcommon: squash -Wswitch-default warning in 'invflip_side'
2022-05-23 Matthew Fernandezcommon: rename 'path' in 'cat_libfile', removing a...
2022-05-23 Matthew Fernandezcommon: use a 'size_t' for 'fread' return, squashing...
2022-05-23 Matthew Fernandezcommon: cast stat size results, squashing -Wsign-conver...
2022-05-23 Matthew Fernandezcgraph: take initial agxbuf backing memory as a char...
2022-05-23 Matthew Fernandezcgraph: use char pointers instead of unsigned char...
2022-05-23 Matthew Fernandezsmyrna: remove unnecessary casts in 'vertexCallback'
2022-05-23 Matthew FernandezMerge branch 'smattr/2A1D6F79-DE60-42C3-BE91-E03A32CEAF...
2022-05-23 Matthew Fernandezgv2gxl: replace unchecked allocations with cgraph alloc...
2022-05-23 Matthew Fernandezgv2gxl: undo micro-optimization in 'writeHdr'
2022-05-23 Matthew Fernandezgv2gxl: undo micro-optimization in 'createEdgeId'
2022-05-23 Matthew FernandezMerge branch 'smattr/30CAF70F-6306-453C-8BB6-E067256011...
2022-05-23 Matthew Fernandezgvpr: rephrase unorthodox way of clamping a signed...
2022-05-23 Matthew FernandezMerge branch 'smattr/5DC60227-8471-48EC-B804-9F7121EEE0...
2022-05-22 Matthew Fernandezgxl2gv: avoid large on-stack buffer
2022-05-22 Matthew FernandezMerge branch 'smattr/B73F2441-00A2-41E2-BADC-F58C855EAF...
2022-05-22 Matthew Fernandezgml2gv: simplify string construction during parsing
2022-05-22 Matthew FernandezMerge branch 'smattr/0400262B-2B65-4AC6-ADE1-8A6FC8110B...
2022-05-22 Matthew Fernandezadd 'gvmap' and 'gvmap.sh' to the CMake build system
2022-05-22 Matthew Fernandezgvmap: fix pointer-vs-int confusion in calling 'gv_reca...
2022-05-22 Matthew FernandezMerge branch 'smattr/E1146520-260F-4418-AE8D-1BCD48DEE4...
2022-05-22 Matthew Fernandezmm2gv: remove unused 'test_flag'
2022-05-22 Matthew Fernandezmm2gv: remove unused 'MALLOC'
2022-05-22 Matthew Fernandezmm2gv: squash -Wswitch-default warning
2022-05-22 Magnus JacobssonMerge branch 'add-missing-ubuntu-22.04-ci-jobs' into...
2022-05-22 Magnus Jacobssonreplace ubuntu21.10-cmake-ASan-test-including-ctest...
2022-05-22 Magnus Jacobssonupgrade jinja2 to version 2.11.3
2022-05-22 Magnus Jacobssoninstall lcov in Ubuntu 22.04 Docker image
2022-05-22 Magnus Jacobssonreplace ubuntu21-10-cmake-ASan-build-for-ctest CI job...
2022-05-22 Magnus Jacobssonreplace ubuntu21-10-cmake-minimal-build CI job with...
2022-05-22 Magnus Jacobssonreplace ubuntu21-10-static-build CI job with ubuntu22...
2022-05-22 Magnus Jacobssonchange out-of-source-build CI job to run on Ubuntu...
2022-05-21 Matthew FernandezMerge branch 'emitSearchGraph-doc' into 'main'
2022-05-21 Costa Shulyupindoxygen comment for emitSearchGraph
2022-05-21 Matthew FernandezMerge branch 'smattr/5d51a64e-f084-4c25-aa76-8e90509ab2...
2022-05-21 Matthew Fernandezxdot: replace unchecked allocations with cgraph alloc...
2022-05-21 Matthew Fernandezxdot: replace inline agxbuf copy with canonical cgraph...
2022-05-21 Matthew Fernandezcgraph: inline agxbuf functions into their header
2022-05-21 Matthew Fernandezcgraph: make 'strdup'/'strndup' wrappers includable...
2022-05-21 Matthew Fernandezcgraph: make alloc.h includable from C++
2022-05-21 Matthew Fernandezcgraph: realign 'agxbput_n' parameter name with its...
2022-05-21 Matthew Fernandezcgraph: relocate agxb printing functions’ prototypes
2022-05-21 Matthew Fernandezcgraph: rewrite agxbuf macros as functions
2022-05-20 Matthew FernandezMerge branch 'smattr/CD17D4AB-0B18-4721-8C3B-2595CBAAF5...
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'indent'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitInt'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitReal'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitPoint'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitSpline'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitAttr'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitNodeAttrs'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitNode'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitEdgeAttrs'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitEdge'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitGraphAttrs'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'gv_to_gml'
2022-05-20 Matthew FernandezMerge branch 'smattr/gitlab-1871' into 'main'
2022-05-20 Matthew Fernandezgml2gv: fix: recognize integer 'penwidth' values
2022-05-20 Matthew Fernandezadd a test case for #1871
2022-05-20 Matthew FernandezMerge branch 'smattr/0850CA2D-477E-4ADF-AF6B-7FD191CAF9...
2022-05-19 Matthew Fernandezgraphml2gv: read XML input in chunks of 'BUFSIZ'
2022-05-19 Matthew Fernandezgraphml2gv: undo micro-optimization in 'endElementHandler'
2022-05-19 Matthew Fernandezgraphml2gv: replace 'NEW' with 'gv_alloc'
2022-05-19 Matthew Fernandezgraphml2gv: replace 'N_NEW' with 'gv_calloc'
2022-05-19 Matthew Fernandezgraphml2gv: abbreviate an open coded 'strcat'
2022-05-15 Matthew FernandezMerge branch 'conditional-demo-install' into 'main'
2022-05-15 David SeifertAdd option for disabling/customizing of demos
2022-05-15 Magnus JacobssonMerge branch 'minor-cleanup-in-common' into 'main'
2022-05-15 Magnus Jacobssontaper: correct data type in comment
2022-05-15 Magnus JacobssonarrowStartClip: remove unnecessary use of the comma...
2022-05-15 Magnus JacobssonarrowEndClip: remove unnecessary use of the comma operator
2022-05-15 Magnus Jacobssonclip_and_install: fix misindentation
2022-05-14 Matthew FernandezMerge branch 'smattr/3E341EA7-F157-45F6-86CB-64B42C89EE...
2022-05-14 Matthew Fernandezgvgen: remove unnecessary parens
2022-05-14 Matthew Fernandezgvgen: inline some power-of-2 computations into one...
2022-05-14 Matthew Fernandezgvgen: consistently use 'int' in 'makeBinaryTree'
2022-05-14 Matthew Fernandezgvgen: remove parameter to 'readPos' that is always 1
2022-05-14 Matthew Fernandezgvgen: abbreviate setting 'type' in 'makeRandom'
2022-05-14 Matthew FernandezMerge branch 'smattr/35D73C8A-9B3B-4DEF-8B7A-DC30159942...
2022-05-14 Matthew Fernandezgml2gv: silence a -Wimplicit-fallthrough warning
next