]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-07-22 Matthew Fernandezqualify color_palettes_Q’s argument as const
2021-07-22 Matthew Fernandezfix memory leak in edgepaint command line parsing
2021-07-22 Matthew Fernandezadd a test case for #1971
2021-07-22 Matthew Fernandezadd a test case for edgepaint command line parsing
2021-07-22 Matthew Fernandezreflow edgepaint man page and make content consistent
2021-07-22 Matthew Fernandezfix typos in edgepaint man page
2021-07-22 Matthew Fernandezupdate URLs in edgepaint usage text and man page
2021-07-22 Matthew Fernandezfix typo in edgepaint usage text
2021-07-21 Magnus JacobssonMerge branch 'stop-redefining-extern' into 'main'
2021-07-21 Magnus Jacobsson[nfc] define VIS_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define PATHUTIL_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define PACK_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define GVPLUGIN_LOADIMAGE_API instead of redefini...
2021-07-21 Magnus Jacobsson[nfc] define GVIO_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] remove useless redefining of extern to nothing
2021-07-21 Magnus Jacobsson[nfc] define GVC_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define UTILS_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define RENDER_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define POINTSET_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define MEMORY_API instead of redefining extern
2021-07-21 Magnus Jacobsson[nfc] define GEOMPROCS_API instead of redefining extern
2021-07-21 Matthew FernandezMerge branch 'smattr/422ba606-2c84-4de0-80b0-e20611ff87...
2021-07-21 Matthew Fernandezstr_mpy: [nfc] pre-compute and allocate the result...
2021-07-21 Matthew Fernandezstr_mpy: [nfc] rewrite in more modern C99 style
2021-07-21 Matthew Fernandezstr_mod: [nfc] pre-compute and allocate the result...
2021-07-21 Matthew Fernandezstr_mod: [nfc] rewrite in more modern C99 style
2021-07-21 Matthew Fernandezstr_xor: [nfc] pre-compute and allocate the result...
2021-07-21 Matthew Fernandezstr_xor: [nfc] rewrite in more modern C99 style
2021-07-21 Matthew Fernandezstr_and: [nfc] pre-compute and allocate the result...
2021-07-21 Matthew Fernandezstr_and: [nfc] rewrite in more modern C99 style
2021-07-21 Matthew Fernandezstr_ior: [nfc] pre-compute and allocate the result...
2021-07-21 Matthew Fernandezstr_ior: [nfc] rewrite in more modern C99 style
2021-07-20 Matthew FernandezMerge branch 'smattr/e0ddc47d-fb9b-459e-a69c-ff27972c83...
2021-07-20 Matthew FernandezDotIO.c: use unsigned types where possible when interac...
2021-07-20 Matthew Fernandez_sffilbuf: squash another -Wsign-compare warning
2021-07-20 Matthew Fernandez_sffilbuf: squash a -Wsign-compare warning
2021-07-20 Matthew Fernandezagcallbacks: force flag to be treated as a boolean
2021-07-20 Matthew Fernandezmark all cb_t switches as exhaustive
2021-07-20 Matthew Fernandezuse an enum for CB_* constants
2021-07-20 Matthew Fernandezagrename: mark switch as covering all cases
2021-07-20 Matthew Fernandezattrstmt: mark unreachable case in kind switch
2021-07-20 Matthew Fernandezmultilevel_spring_electrical_embedding_core: remove...
2021-07-18 Matthew FernandezMerge branch 'smattr/1c5ab0d2-4505-400c-9113-29aea91e54...
2021-07-18 Matthew Fernandezremove unused exstrdup
2021-07-18 Matthew Fernandezinline exfree and remove it
2021-07-18 Matthew Fernandezremove return value from vmfree
2021-07-18 Matthew Fernandezremove vmhdr.h
2021-07-18 Matthew Fernandezrename vmbest.c to vmalloc.c
2021-07-18 Matthew Fernandezremove vmalloc indirection through function pointers
2021-07-18 Matthew Fernandezremove prototype for unimplemented vmaddr
2021-07-18 Matthew Fernandezreplace ASSERT macro with standard assert
2021-07-18 Matthew FernandezMerge branch 'smattr/42F20EFF-77BB-4A0B-8730-E80BFCB58A...
2021-07-18 Matthew Fernandezremove some further commented out code
2021-07-18 Matthew Fernandezremove some commented out code
2021-07-18 Matthew Fernandezfix a couple of comment typos
2021-07-18 Matthew Fernandezreplace 1-byte strstr calls with strchr
2021-07-18 Matthew Fernandezremove unnecessary INT32_MAX definition
2021-07-18 Matthew Fernandezremove unused UINT32_MAX definition
2021-07-18 Matthew Fernandezremove redundant #include
2021-07-18 Matthew FernandezMerge branch 'smattr/e2b47b18-64c6-46f9-9ebe-57f338c3b2...
2021-07-18 Matthew Fernandezfix: remove hard limit of 1000 boxes in dot spline...
2021-07-18 Matthew Fernandezmake_flat_edge: use a local box array instead of the...
2021-07-18 Matthew Fernandezmake_flat_bottom_edges: use a local box array instead...
2021-07-18 Matthew Fernandezmake_flat_labeled_edge: use a local box array instead...
2021-07-18 Matthew Fernandezadd a test case for #2095
2021-07-18 Matthew FernandezMerge branch 'smattr/d9d50ca2-985b-4441-8273-68f407feeb...
2021-07-18 Matthew Fernandezremove some unnecessary bracketing
2021-07-18 Matthew Fernandezadd a warning message when using layout on a non-graph
2021-07-18 Matthew Fernandezextend #2078 test case to ensure correct layout usage...
2021-07-18 Matthew Fernandezupdate #2078 test case to expect a warning
2021-07-18 Matthew Fernandezremove unnecessary casts of string table entries
2021-07-18 Matthew Fernandezrewrite streq as a function and remove micro-optimization
2021-07-18 Matthew Fernandezremove commented out assertion
2021-07-18 Matthew Fernandezremove unhelpful comment
2021-07-18 Matthew FernandezMerge branch 'smattr/cbbcfbb8-167d-442f-ad12-962871e79e...
2021-07-18 Matthew Fernandezrewrite is_id_char macro as a function
2021-07-18 Matthew Fernandezremove use of an unsigned char in _agstrcanon
2021-07-18 Matthew Fernandeztake a const pointer as the first argument to agcanonht...
2021-07-18 Matthew Fernandeztake a const pointer in getoutputbuffer
2021-07-18 Matthew Fernandezremove now unnecessary cast of a parameter to an agstrf...
2021-07-18 Matthew Fernandeztake a const pointer in agstrfree
2021-07-18 Matthew Fernandeztake a const pointer in agstrbind
2021-07-18 Matthew Fernandeztake a const pointer in refstrbind
2021-07-18 Matthew Fernandeztake a const pointer in aghtmlstr
2021-07-18 Matthew Fernandeztake a const pointer in agstrdup_html
2021-07-18 Matthew Fernandezremove now unnecessary cast of a parameter to an agstrd...
2021-07-18 Matthew Fernandeztake a const pointer in agstrdup
2021-07-18 Matthew Fernandeztake a const pointer in refsymbind
2021-07-18 Matthew FernandezMerge branch 'smattr/0b95f0d8-6fc3-4b7f-85e0-f6a2fbdee4...
2021-07-17 Matthew Fernandezagrefstrdump: dump dictionary associated with the curre...
2021-07-17 Matthew FernandezMerge branch 'smattr/6a348cdc-bade-4d57-ba72-d23352ae56...
2021-07-17 Matthew FernandezCMake: remove unnecessary C++ -Wextra addition in tests/
2021-07-17 Matthew FernandezCMake: enable -Wextra for C++
2021-07-17 Matthew FernandezMerge branch 'smattr/ed045d7d-d4fa-44d4-8028-c38121b4df...
2021-07-17 Matthew FernandezSparseMatrix_copy: avoid calling memcpy with null pointers
2021-07-17 Matthew FernandezMerge branch 'smattr/7f6d376d-f48e-411e-bd4d-24d3e415d7...
2021-07-17 Matthew Fernandezdisable -Wunused-parameter when building SWIG-generated...
2021-07-17 Matthew Fernandezremove commented out code
2021-07-17 Matthew Fernandezdeal exclusively in size_t in Java bindings support...
2021-07-17 Matthew Fernandezdisable -Wunused-variable when building SWIG-generated...
next