]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-02-23 Matthew FernandezMerge branch 'aglasterr' into 'main'
2022-02-23 Costa Shulyupinlib/cgraph: use return value of 'fread' in aglasterr
2022-02-23 Matthew FernandezMerge branch 'fix' into 'main'
2022-02-23 Costa Shulyupinrefactor circularLayout
2022-02-22 Matthew FernandezMerge branch 'smattr/46A5B7F0-9139-42B6-90B3-E359650405...
2022-02-22 Matthew Fernandezlib/common: [nfc] replace 'nToName' with 'itos'
2022-02-22 Magnus JacobssonMerge branch 'fix-C++-API-not-usable-after-install...
2022-02-22 Magnus Jacobssonadd a CHANGELOG entry for the C++ API not usable after...
2022-02-22 Magnus Jacobssongvc++: include "AGraph.h" instead of <AGraph.h> in...
2022-02-22 Magnus Jacobssongvc++: include "gvc.h" instead of <gvc.h> in GVContext.h
2022-02-22 Magnus Jacobssoncgraph++: include "cgraph.h" instead of <cgraph.h>...
2022-02-22 Magnus Jacobssongvc++: include AGraph.h without the cgraph++ directory...
2022-02-22 Magnus Jacobssongvc++: include gvc.h without the gvc directory prefix...
2022-02-22 Magnus Jacobssoncgraph++: include cgraph.h without the cgraph directory...
2022-02-21 Matthew FernandezMerge branch 'smattr/5E2D9BBC-3087-4FC2-8C95-929FC239F0...
2022-02-21 Matthew Fernandezdiffimg: handle allocation errors
2022-02-21 Matthew FernandezMerge branch 'smattr/3ECB75F8-D9B2-4B09-9DD4-DCEF26761D...
2022-02-20 Matthew Fernandezcgraph: [nfc] guard 'strcasecmp' definition to avoid...
2022-02-20 Matthew FernandezMerge branch 'smattr/dc60dea5-b999-463f-976a-13c2b7443e...
2022-02-20 Matthew Fernandez[nfc] remove 'NOTUSED' and propagate its definition...
2022-02-20 Matthew FernandezMerge branch 'smattr/B20B33D7-255E-4435-A2DD-403C0F96EC...
2022-02-20 Matthew FernandezMS Build: remove references to non-existent ReadMe...
2022-02-20 Matthew FernandezMerge branch 'smattr/9e779c9a-a15f-478d-b576-789a6bdba4...
2022-02-20 Matthew Fernandezfix 'gvpr' usage output
2022-02-20 Matthew Fernandezadd a test case demonstrating a GVPR regression
2022-02-20 Matthew FernandezMerge branch 'smattr/45757D7F-6696-4553-985F-16E4C839E4...
2022-02-20 Matthew Fernandeztclpkg vgpanecmd: remove acceptance of ambiguous abbrev...
2022-02-20 Matthew FernandezMerge branch 'smattr/294959A0-076C-47FA-AF24-40225D33D7...
2022-02-20 Matthew FernandezCI: [nfc] remove writing of OS_ID file
2022-02-20 Matthew FernandezCI: [nfc] remove setting of '$OS_ID'
2022-02-20 Matthew FernandezCI: remove the use of '$OS_ID' during testing
2022-02-20 Matthew FernandezMerge branch 'smattr/4DE02E85-5B6C-45CD-BB3C-4C7183C5DD...
2022-02-20 Matthew Fernandezneatogen: [nfc] remove 'DEVDBG' guarded code
2022-02-19 Matthew FernandezMerge branch 'smattr/08C6E85C-C8A0-48CB-B812-98567782EB...
2022-02-19 Matthew Fernandezupgrade Pylint dependency
2022-02-19 Matthew FernandezMerge branch 'smattr/4F517B52-B8A0-4A70-9E3E-AAB95452CC...
2022-02-19 Rob HartMove maxiter check after the feasible_tree() call.
2022-02-19 Matthew Fernandeztests: [nfc] conform with double quotes for strings...
2022-02-19 Matthew Fernandeztests: [nfc] use newer 'dot' helper in #1902
2022-02-19 Matthew Fernandeztests: [nfc] use more modern 'pathlib' in #1902
2022-02-19 Rob HartRegression test for issue 1902
2022-02-19 Matthew FernandezMerge branch 'smattr/5DE18E14-8822-4DB4-96DF-550AEDEBC5...
2022-02-16 Matthew FernandezCI: [nfc] abbreviate metrics file creation
2022-02-16 Matthew FernandezCI: remove log file deletion steps
2022-02-16 Matthew FernandezMerge branch 'smattr/C3D5797C-DD58-4F74-AD17-DE8C39AEFA...
2022-02-16 Matthew Fernandezneatogen: [nfc] brace a single-line if block
2022-02-16 Matthew Fernandezneatogen: [nfc] remove some temporaries
2022-02-16 Matthew Fernandezneatogen max_absf: replace open coded max with a call...
2022-02-16 Matthew Fernandezneatogen max_abs: replace open coded max with a call...
2022-02-16 Matthew Fernandezneatogen: [nfc] remove a no-op cast
2022-02-16 Matthew Fernandezneatogen: replace float-casted calls to 'fabs' with...
2022-02-16 Matthew Fernandezneatogen: replace float-casted calls to 'sqrt' with...
2022-02-16 Matthew FernandezRevert "work around a bug in GCC: It generates a call...
2022-02-16 Matthew Fernandezneatogen: [nfc] brace some single-line if blocks
2022-02-16 Matthew FernandezRevert "more sqrt"
2022-02-16 Matthew Fernandezneatogen: [nfc] reflow some code
2022-02-16 Matthew Fernandezneatogen: [nfc] rephrase some boolean accumulation
2022-02-16 Matthew Fernandezneatogen: [nfc] remove some unnecessary parens
2022-02-16 Matthew Fernandezneatogen: [nfc] remove unused 'smooth_pivots'
2022-02-16 Matthew FernandezMerge branch 'smattr/0F5C00D7-F0E5-4778-873C-20B1C96B5E...
2022-02-15 Matthew FernandezCMake: add a 'dot2gxl' symlink for 'gxl2gv', mimicking...
2022-02-15 Matthew FernandezCMake: [nfc] fix indentation in cmd/tools
2022-02-15 Matthew FernandezMerge branch 'smattr/C1FE7971-289E-489C-A464-4819A487BB...
2022-02-15 Matthew FernandezCMake: detect and enable extra optional GD features...
2022-02-15 Matthew FernandezCI: get more precise about when #1786 test case fails
2022-02-15 Matthew FernandezCI: [nfc] abstract check for CMake build system
2022-02-15 Matthew Fernandezmove #1786 test case into CI-only tests
2022-02-15 Matthew FernandezMerge branch 'remove-unused' into 'main'
2022-02-15 Costa Shulyupinremove unused argument filled in cylinder_draw
2022-02-15 Costa Shulyupinremove unused argument initwid in pathtolines
2022-02-15 Costa Shulyupinremove unused argument g in emit_end_graph
2022-02-15 Matthew FernandezMerge branch 'smattr/DE7A1A76-9F51-4A03-BCDD-1ACC26BF6C...
2022-02-15 Matthew FernandezAPI BREAK: remove no longer used 'MAXFLOAT'
2022-02-15 Matthew Fernandezneatogen: use '-FLT_MAX' as a sentinel instead of ...
2022-02-15 Matthew Fernandezneatogen: replace 'MAXFLOAT' in clamping logic with...
2022-02-15 Matthew Fernandezcommon: [nfc] remove commented out 'MAXFLOAT' usage
2022-02-15 Matthew Fernandezneatogen: [nfc] remove 'USE_MAXFLOAT' branch
2022-02-15 Matthew FernandezMerge branch 'smattr/EAA625F3-EE98-439D-B175-F947666A46...
2022-02-14 Matthew Fernandezfix incorrect clearing of bits in bitarray
2022-02-14 Matthew Fernandezadd unit tests for bitarray.h
2022-02-14 Matthew FernandezMerge branch 'smattr/3680D475-238E-4402-AFF9-1B68D28607...
2022-02-14 Matthew FernandezCI: fix missing 'OS_ID' env var in ctest jobs
2022-02-14 Matthew FernandezCI: shell escape echoed output during Windows build
2022-02-14 Matthew FernandezMerge branch 'smattr/705AB4C9-1D6E-40FF-B0A9-3668FE37D2...
2022-02-14 Matthew FernandezCI: redirect stderrā†’stdout on Windows during build
2022-02-13 Matthew FernandezMerge branch 'smattr/BA5AA4C3-8A8A-42E9-A3C9-F0357D8D7F...
2022-02-12 Matthew Fernandezupgrade Pytest dependency
2022-02-12 Matthew FernandezMerge branch 'smattr/E8A2F5A2-2C7D-453C-8D7E-A309515C59...
2022-02-12 Matthew Fernandezadd a test case for #1786
2022-02-12 Matthew Fernandezfix 'dot' test helper failing to encode string input
2022-02-12 Matthew FernandezMerge branch 'smattr/5DC1591E-4531-4D4F-AA8A-BD596A1D2C...
2022-02-10 Matthew Fernandezsfdpgen: remove dead store of 'DistanceMatrix_restrict_...
2022-02-10 Matthew Fernandezsfdpgen: [nfc] remove DistanceMatrix_restrict_cluster...
2022-02-10 Matthew Fernandezsfdpgen: [nfc] remove duplicated comment
2022-02-10 Matthew Fernandezsfdpgen: [nfc] remove unnecessary casts
2022-02-09 Matthew FernandezMerge branch 'smattr/14DF9C3A-34FA-4052-AAE4-D6D57F7D1D...
2022-02-09 Matthew Fernandezenable 'dot_builtins' in RPM package
2022-02-09 Matthew FernandezCI: on RHEL distros, install all RPMs
2022-02-09 Matthew FernandezCI: install R on Fedora
2022-02-09 Matthew FernandezCI: install Perl on Fedora
next