]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-03-16 Matthew Fernandezremove unused parameter to dot_polygon
2021-03-16 Matthew Fernandezremove unused parameter to plot_dot_labels
2021-03-16 Matthew Fernandezmark plot_dot_labels static
2021-03-16 Matthew Fernandezremove unused parameters from plot_dot_edges
2021-03-16 Matthew Fernandezremove commented out code in gvmap
2021-03-16 Matthew Fernandezremove plot_*_map prototypes
2021-03-16 Matthew Fernandezsquash some -Wmissing-prototypes warnings in gvmap
2021-03-16 Matthew Fernandezremove unused label_sizes argument to improve_contiguity
2021-03-16 Matthew Fernandezremove intermediate string construction altogether...
2021-03-16 Matthew Fernandezabbreviate computation of len_swidth in gvmap
2021-03-16 Matthew Fernandezremove redundant swidth computation
2021-03-16 Matthew FernandezMerge branch 'smattr/FD7CAB8E-F5F4-476A-83DE-B2F650DD87...
2021-03-16 Matthew Fernandezfix: remove BROWSER #define from Windows MS Build compi...
2021-03-16 Matthew FernandezMerge branch 'smattr/6992578B-3535-4D79-B858-D75963CAD5...
2021-03-16 Matthew FernandezStart 2.47 development series
2021-03-16 Matthew FernandezMerge branch 'smattr/2438B2D8-0DA8-4113-BB34-552A50EC9C... 2.47.0
2021-03-10 Matthew FernandezStable Release 2.47.0
2021-03-10 Matthew FernandezMerge branch 'smattr/DE0345C1-564D-44F6-82A4-8369EFE015...
2021-03-10 Matthew Fernandezfix: correctly recognize Windows packages in deploy...
2021-03-09 Matthew FernandezMerge branch 'smattr/F122BD95-99D1-4293-A809-6EF587D2D8...
2021-03-09 Matthew Fernandezgenerate checksums for macOS and Windows packages durin...
2021-03-09 Matthew Fernandezgenerate a SHA256 checksum of the release tarball in...
2021-03-09 Matthew Fernandezextract checksumming in deploy script into a function
2021-03-09 Matthew FernandezMerge branch 'swaldhoer/simple-python-fixes'
2021-03-09 swaldhoeruse main convention
2021-03-07 Matthew FernandezMerge branch 'smattr/8FF1769C-58CB-4DD6-891E-3ACEE75C40...
2021-03-07 Matthew Fernandezavoid some use of literal 0 for a pointer
2021-03-07 Matthew Fernandezuse more explicit types for some booleans
2021-03-07 Matthew Fernandezreflow some lines
2021-03-07 Matthew Fernandezremove some unnecessary bracketing
2021-03-07 Matthew Fernandezundo another strcmp micro-optimization
2021-03-07 Matthew Fernandezreplace another sfstropen with agxbuf
2021-03-07 Matthew Fernandezreplace another sfstropen in GVPR with an agxbuf
2021-03-07 Matthew Fernandezremove a use of sfstropen in GVPR
2021-03-07 Matthew FernandezMerge branch 'smattr/37ce32ea-c880-4551-bbc7-91d0a3ccc5...
2021-03-07 Matthew Fernandezrewrite agxbputc as a function
2021-03-06 Matthew FernandezMerge branch 'smattr/F8CE1A6E-745B-4768-839C-5004B9EECA...
2021-03-06 Matthew Fernandezremove commented out M_PI
2021-03-06 Matthew Fernandezremove another strcmp micro-optimization
2021-03-06 Matthew Fernandezremove no-longer-used Strcmp
2021-03-06 Matthew Fernandezswap Strcmp calls for strcmp
2021-03-06 Matthew FernandezMerge branch 'smattr/d509f519-e63e-4df1-ab2b-6daac754ff...
2021-03-06 Matthew Fernandezremove intermediate buffer in libxdot
2021-03-06 Matthew Fernandezremove irrelevant comment
2021-03-06 Matthew Fernandezadd a test case for xdot's JSON output
2021-03-06 Matthew Fernandezrefactor existing test cases that compile C to call...
2021-03-06 Matthew Fernandezhelper test function for running C code
2021-03-06 Matthew Fernandezhelper test function for compiling C code
2021-03-06 Matthew Fernandezadd a test program for proving jsonXDot
2021-03-05 Mark HansenMerge branch 'master' into 'master'
2021-03-04 Mark HansenRevert "Revert "Build docker images with buildkit""
2021-03-03 Matthew FernandezMerge branch 'smattr/7DFF32C2-8BCC-4FDB-8174-28981F4494...
2021-03-03 Matthew Fernandezremoves Windows strdup redirection
2021-03-02 Mark HansenMerge branch 'arrows' into 'master'
2021-03-02 Mark HansenMerge branch 'shapes-no-table' into 'master'
2021-03-02 Mark HansenMove arrows.html generation into jinja2 templates.
2021-03-02 Mark HansenGenerate shapes responsively: reflow small screens
2021-03-02 Mark HansenGenerate shapes responsively: reflow small screens
2021-03-02 Mark HansenMerge branch 'no-color' into 'master'
2021-03-02 Mark HansenMerge branch 'awk-color' into 'master'
2021-03-02 Mark HansenRemove colors.html.j2, it's migrated to docs repo
2021-03-02 Mark HansenFix single-line color generation
2021-03-02 Mark HansenFix single-line color generation
2021-03-02 Mark HansenMerge branch 'color-template2' into 'master'
2021-03-02 Mark HansenClose output file descriptor only after done writing
2021-03-02 Mark HansenMerge branch 'color-template2' into 'master'
2021-03-02 Mark HansenSplit generation of colors.html in Makefile
2021-03-02 Mark HansenMerge branch 'lang-2' into 'master'
2021-03-02 Matthew FernandezMerge branch 'smattr/A6912F38-21BB-46AC-AE57-DF0CA19901...
2021-03-02 Matthew Fernandezremove commented out execOp
2021-03-02 Matthew Fernandezremove unnecessary bracketing
2021-03-02 Matthew Fernandezremove use of int as size_t in gprintf
2021-03-02 Matthew Fernandezremove use of int as size_t in pathAppend
2021-03-02 Matthew Fernandezuse stronger typing for pathAppend
2021-03-02 Matthew Fernandezremove commented out code in make_map.c
2021-03-02 Matthew Fernandezremove commented out #include
2021-03-02 Matthew Fernandezremove intermediate buffer in dot_polygon
2021-03-02 Matthew Fernandezremove use of int as size_t in dot_polygon
2021-03-02 Matthew Fernandezremove use of %d to print size_t
2021-03-02 Matthew Fernandezremove some unnecessary casts
2021-03-02 Matthew Fernandezremove some unnecessary bracketing
2021-03-02 Matthew Fernandezremove use of int as size_t in colorxlate
2021-03-02 Matthew Fernandezremove use of int as size_t in fullColor
2021-03-02 Matthew Fernandezremove use of int as size_t in canontoken
2021-03-02 Matthew Fernandezremove strncmp micro-optimization in rindexOf
2021-03-02 Matthew Fernandezremove use of int as size_t in rindexOf
2021-03-02 Matthew Fernandezrewrite indexOf
2021-03-02 Matthew Fernandezremove commented out strdup
2021-03-01 Matthew FernandezMerge branch 'smattr/487954c2-c50c-4d99-a3d0-a013794158...
2021-03-01 Matthew Fernandezremove now-legacy rtest2 directory
2021-03-01 Matthew Fernandezconsolidate ported rtest2 into tests/
2021-03-01 Matthew Fernandezport rtest2 to pytest
2021-03-01 Matthew Fernandezdecompress test_reference
2021-03-01 Mark HansenMerge branch 'color-template' into 'master'
2021-03-01 Mark HansenMerge branch 'w3data' into 'master'
2021-03-01 Mark HansenMerge branch 'lang' into 'master'
2021-03-01 Mark HansenMerge branch 'no_json' into 'master'
2021-03-01 Mark HansenMerge branch 'no-a_' into 'master'
2021-03-01 Mark HansenRemove lang.html.j2: it's migrated repos
2021-03-01 Mark HansenUse python template to generate colors.html
next