]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-03-25 Matthew FernandezMerge branch 'smattr/B24E1807-D40B-483F-8529-60C8EB2E47...
2022-03-25 Matthew Fernandezremove no longer used strings.h detection
2022-03-25 Matthew Fernandezrender.h: remove unused strings.h #include
2022-03-25 Matthew Fernandezpathfind: remove unused strings.h #include
2022-03-25 Matthew Fernandezpathcanon: remove unused 'loop' variable
2022-03-25 Matthew Fernandezpathcanon: remove unnecessary 'errno' save and restore
2022-03-24 Matthew FernandezMerge branch 'smattr/9E1814ED-8451-43CC-A7A1-AAF2BE8EDF...
2022-03-24 Matthew Fernandezccomps: abbreviate an open coded 'gv_strndup'
2022-03-24 Matthew Fernandezcgraph: add a 'strndup' allocation wrapper
2022-03-24 Matthew Fernandezedgepaint: free 'lightness' prior to exit
2022-03-24 Matthew Fernandezedgepaint: replace a 'strdup' with 'gv_strdup'
2022-03-24 Matthew Fernandezcgraph: add a 'strdup' wrapper to the allocation helpers
2022-03-20 Matthew FernandezMerge branch 'smattr/2E1672CD-0A70-45B7-8770-A81BE7638F...
2022-03-20 Matthew Fernandezdot: make a man page note about 'SIGUSR1' effects
2022-03-20 Matthew FernandezselfRightSpace: consistently use a double for calculati...
2022-03-19 Matthew FernandezMerge branch 'smattr/5d0e6877-4a8c-45a9-b1b5-f83e9328ee...
2022-03-19 Matthew Fernandezadd Mingle to the CMake build system
2022-03-19 Matthew FernandezCI: install 'libANN' on macOS
2022-03-19 Matthew FernandezCI: move macOS dependency installation out of line
2022-03-19 Matthew FernandezCI: rearrange macOS step related to Bison
2022-03-19 Matthew FernandezCI: install 'libann-dev' on Ubuntu
2022-03-19 Matthew Fernandeztests: move 'is_cmake' helper into gvtest library
2022-03-19 Matthew Fernandeztests: de-dupe some MinGW detection logic
2022-03-19 Matthew Fernandeztests: move 'is_mingw' helper into gvtest library
2022-03-19 Matthew Fernandezlib/mingle: remove commented out branch
2022-03-19 Matthew Fernandezlib/mingle: squash -Wconstant-logical-operand warnings
2022-03-19 Matthew Fernandezfix: teach mingle '-?' on macOS and Windows
2022-03-19 Matthew FernandezMerge branch 'smattr/5A4AA4D3-3163-49C0-9DF1-A0ADA71E35...
2022-03-19 Matthew FernandezRevert "rewrite indexOf"
2022-03-19 Matthew Fernandezadd a test case for #2211
2022-03-19 Matthew Fernandeztests: abstract the common case for running 'gvpr'
2022-03-19 Matthew FernandezMerge branch 'smattr/106DE02D-AD56-466A-96C1-9D2AC5315D...
2022-03-19 Matthew FernandezprocessTbl: use unsigned shorts for 'r' and 'c' locals
2022-03-19 Matthew Fernandezsize_html_txt: use a C99 bool for 'simple'
2022-03-19 Matthew FernandezinitAnchor: squash C4244 MSVC warning for 'explicit_too...
2022-03-19 Matthew Fernandezhtmlparse.y: remove some unnecessary casts
2022-03-19 Matthew Fernandezhtmlparse.y: consistently treat 'kind' as a 'char'
2022-03-19 Matthew Fernandezemit_end_edge: squash C4244 MSVC warnings for 'nodeInte...
2022-03-19 Matthew Fernandezcheck_control_points: remove a use of int as boolean
2022-03-19 Matthew FernandezMerge branch 'smattr/4C161FEF-32BC-4E3C-8E1C-1976BC9E6E...
2022-03-19 Matthew Fernandezpathcanon: remove 'FS_3D'-guarded code
2022-03-19 Matthew Fernandezremove now-unused 'pathgetlink'
2022-03-19 Matthew Fernandezpathcanon: remove 'flags' argument
2022-03-18 Matthew FernandezMerge branch 'remove-eol-spaces' into 'main'
2022-03-18 Costa Shulyupin2184.dot: remove eol spaces
2022-03-18 Matthew FernandezMerge branch 'smattr/050F6C7D-7BC7-444D-9D6C-99C0762069...
2022-03-18 Matthew Fernandezccomps: replace local allocation wrappers with cgraph...
2022-03-18 Matthew Fernandezcgraph: implement memory allocation wrappers
2022-03-17 Matthew FernandezMerge branch 'truenorth-issue-2184' into 'main'
2022-03-17 Matthew Fernandezparenthesize conditional blocks and clang-format prior... truenorth-issue-2184
2022-03-17 Stephen C NorthAttempt to fix initialization of subgraph attributes...
2022-03-17 Matthew Fernandezadd #2184 test cases
2022-03-13 Matthew FernandezMerge branch 'smattr/BD8C9D81-BF8B-4ED0-8A5F-3611689F01...
2022-03-13 Matthew Fernandezccomps: remove unnecessary parens
2022-03-13 Matthew Fernandezccomps: remove redundant 'fflush'
2022-03-13 Matthew Fernandezccomps process: more tightly scope temporary buffer...
2022-03-13 Matthew Fernandezccomps processClusters: more tightly scope temporary...
2022-03-13 Matthew Fernandezccomps: remove use of long lived 'getBuf' allocation
2022-03-13 Matthew Fernandezccomps: remove parameter to 'split'
2022-03-13 Matthew Fernandezccomps: make all internal variables static
2022-03-13 Matthew FernandezMerge branch 'smattr/ec571e5b-baf1-40a7-add9-416a446bd4...
2022-03-13 Matthew FernandezfinishEdge: remove now-unused 'p' and 'q' parameters
2022-03-13 Matthew FernandezfinishEdge: remove now-unused 'p1' and 'q1' locals
2022-03-13 Matthew FernandezmakePolyline: remove now-unused 'p0' and 'q0' locals
2022-03-13 Matthew FernandezmakeStraightEdges: remove now-unused 'p' and 'q' locals
2022-03-13 Matthew FernandezaddEdgeLabels: remove unused parameters
2022-03-13 Matthew FernandezmkMaze: remove unused 'doLbls' parameter
2022-03-13 Matthew FernandezmkMaze: abbreviate some open coded 'fmax'
2022-03-13 Matthew FernandezMerge branch 'smattr/275A397A-C582-46E4-BA96-18CE75BABA...
2022-03-13 Matthew FernandezGD plugin: remove repurposing of 'tell' member of I...
2022-03-13 Matthew FernandezGD plugin: fix: zero I/O contexts on creation
2022-03-13 Matthew FernandezMerge branch 'smattr/C10BAFD7-8A61-449E-AD42-00D171808A...
2022-03-13 Matthew FernandezMerge branch 'smattr/DA683A5D-79E9-46FD-B58A-A0DBAAE673...
2022-03-13 Matthew Fernandezgvplugin_install: remove 63-character limit on plugin...
2022-03-12 Matthew Fernandezavoid use of '__builtin_unreachable' in 'UNREACHABLE...
2022-03-12 Matthew FernandezMerge branch 'smattr/CFF10D10-9221-483B-8A24-6716633FE1...
2022-03-12 Matthew Fernandezfix corruption of user shape characteristics during...
2022-03-12 Matthew FernandezMerge branch 'fix-out-of-source-build' into 'main'
2022-03-12 Costa Shulyupinfix out of source build error in lib/expr
2022-03-12 Costa Shulyupinfix out of source build error in lib/common
2022-03-12 Costa Shulyupinfix out of source build error in gvpr
2022-03-12 Costa Shulyupinfix indentation
2022-03-12 Matthew FernandezMerge branch 'smattr/89ad4b85-34bb-4b7e-bf49-ee38124472...
2022-03-12 Matthew Fernandezcore plugin svg_gradstyle: treat angle-based quantities...
2022-03-12 Matthew Fernandezcore plugin svg_rgradstyle: treat 'angle' as a double...
2022-03-12 Matthew Fernandezcore plugin map_output_shape: replace dynamic buffer...
2022-03-12 Matthew Fernandezcore plugin: remove assumptions that pen width fits...
2022-03-12 Matthew Fernandezcore plugin write_xdot: squash a -Wswitch-default warning
2022-03-10 Matthew FernandezMerge branch 'smattr/FCCD7D3F-8164-4BFC-A411-5B8F9643E1...
2022-03-10 Matthew Fernandezlib/glcomp: squash warnings from GTK headers
2022-03-10 Matthew Fernandezstandardize on '$(foo:a=b)' pattern substitution
2022-03-09 Matthew FernandezMerge branch 'gtk' into 'main'
2022-03-09 Costa Shulyupinsquash warnings in gtk headers
2022-03-09 Matthew FernandezMerge branch 'smattr/FF581D5F-7AFA-44C4-A22F-79C660FDB4...
2022-03-09 Matthew Fernandezortho LENGTH: rephras an open coded 'hypot'
2022-03-09 Matthew Fernandezfdpgen dumpstat: rephrase an open coded 'hypot'
2022-03-09 Matthew Fernandezcommit get_gradient_points: rephrase an open coded...
2022-03-09 Matthew Fernandezcommon round_corners: rephrase some open coded 'hypot'
2022-03-09 Matthew Fernandezcommon l2dist: rephrase an open coded 'hypot'
2022-03-09 Matthew Fernandezneatogen dist: rephrase an open coded 'hypot'
next