]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-03-18 Matthew Fernandezfix: missing value in CIELAB lookup table
2021-03-17 Matthew FernandezMerge branch 'smattr/11A3B453-C39B-4B15-91B1-3312A8B526...
2021-03-17 Matthew Fernandeztrack metrics from pylint job in CI
2021-03-16 Matthew FernandezMerge branch 'smattr/D5D52AEF-8F8A-4CFE-B22D-889A8D2F96...
2021-03-16 Matthew Fernandezremove unused layout_similarity.c
2021-03-16 Matthew Fernandezremove unused lib/circogen files
2021-03-16 Matthew Fernandezremove unused lib/glcomp files
2021-03-16 Matthew Fernandezremove unused lib/common files
2021-03-16 Matthew Fernandezremove unused plugin/core files
2021-03-16 Matthew Fernandezremove unused smyrna files
2021-03-16 Matthew Fernandezremove unused gvpack_builtins.c
2021-03-16 Matthew Fernandezremove unused sfexit.c
2021-03-16 Matthew FernandezMerge branch 'smattr/59c0681a-e63f-44ca-b903-04fb073e17...
2021-03-16 Matthew Fernandezswap sprintf for snprintf where straightforward
2021-03-16 Matthew Fernandezremove an unnecessary intermediate buffer
2021-03-16 Matthew Fernandezremove an unnecessary intermediate buffer
2021-03-16 Matthew Fernandezremove some commented out code
2021-03-16 Matthew Fernandezmove short lived arrays to the stack
2021-03-16 Matthew Fernandezremove some commented out code
2021-03-16 Matthew Fernandezremove some commented out code
2021-03-16 Matthew Fernandezremove an unnecessary intermediate buffer
2021-03-16 Matthew Fernandezremove some commented out code
2021-03-16 Matthew Fernandezremove some errant comments
2021-03-16 Matthew Fernandezmove a heap-allocated smyrna buffer to the stack
2021-03-16 Matthew Fernandezremove redundant lefty conditional
2021-03-16 Matthew Fernandezrephrase extremely visually confusing lefty comparison
2021-03-16 Matthew Fernandezrephrase unnecessarily cryptic string comparisons in...
2021-03-16 Matthew Fernandezremove some unnecessary intermediate buffers in lefty
2021-03-16 Matthew Fernandezconvert sprintf calls in xdot to snprintf
2021-03-16 Matthew FernandezMerge branch 'smattr/3DB6A16B-DE0E-4004-A579-D109134E73...
2021-03-16 Matthew Fernandezremove unused hpglgen.c
2021-03-16 Matthew FernandezMerge branch 'smattr/26d4fb27-7a4a-4114-9dff-541dec3edc...
2021-03-16 Matthew Fernandezremove unused plot_dot_map argument to plot_dot_map
2021-03-16 Matthew Fernandezremove unused poly_point_map parameter to get_country_graph
2021-03-16 Matthew Fernandezremove unused function plot_processing_polygons
2021-03-16 Matthew Fernandezmark plot_dot_polygons static
2021-03-16 Matthew Fernandezmark processing_one_poly static
2021-03-16 Matthew Fernandezremove unused close argument from processing_polygon
2021-03-16 Matthew Fernandezremove unused close argument to dot_one_poly
2021-03-16 Matthew Fernandezmark dot_one_poly static
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'
next