]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-09-25 Matthew Fernandezp_restrictionsite: squash a -Wmissing-field-initializer...
2021-09-25 Matthew Fernandezp_primersite: squash a -Wmissing-field-initializer...
2021-09-25 Matthew Fernandezp_proteinstab: squash a -Wmissing-field-initializer...
2021-09-25 Matthew Fernandezp_proteasesite: squash a -Wmissing-field-initializer...
2021-09-25 Matthew Fernandezp_rnastab: squash a -Wmissing-field-initializer warning
2021-09-25 Matthew Fernandezp_ribosite: squash a -Wmissing-field-initializer warning
2021-09-25 Matthew FernandezMerge branch 'smattr/96b0799b-6f75-44f5-906f-3df53c73dd...
2021-09-25 Matthew Fernandeztclpathplan.c: rephrase open coded fmax/fmin
2021-09-25 Matthew Fernandeztclpathplan.c: remove open coded NULL, excess bracketin...
2021-09-25 Matthew Fernandeztclpathplan.c: remove 'strncmp' micro-optimizations
2021-09-25 Matthew Fernandeztclpathplan.c: remove commented out code
2021-09-25 Matthew Fernandeztriangle_callback: mark as static
2021-09-25 Matthew Fernandeztclpathplan between: rephrase to avoid -Wfloat-equal...
2021-09-25 Matthew Fernandeztclpathplan gt: rephrase into something more obvious
2021-09-25 Matthew Fernandeztclpathplan gt: rephrase to avoid having to cast pointe...
2021-09-25 Matthew Fernandezfind_ints.c: remove some commented out code
2021-09-25 Matthew Fernandezmake_map_internal: flip order of 'bbm1' if-then-else...
2021-09-25 Matthew Fernandezmake_map_internal: flip order of 'bbm0' if-then-else...
2021-09-25 Matthew Fernandezmake_map_internal: flip the order of 'bounding_box_marg...
2021-09-25 Matthew Fernandezsolve2: flip the order of an if-then-else ladder to...
2021-09-25 Matthew FernandezMerge branch 'smattr/D035A7A7-F419-4B11-9BA8-3C003CC0B4...
2021-09-25 Matthew Fernandezsmyrna: remove commented out prototypes
2021-09-25 Matthew Fernandezsmyrna: remove prototype of unimplemented 'drawRotating...
2021-09-25 Matthew Fernandezsmyrna: remove unused 'drawEllipse'
2021-09-25 Matthew Fernandezsmyrna: remove unused 'rasters' global
2021-09-25 Matthew Fernandezsmyrna: remove unused 'point_within_ellips_with_coords'
2021-09-25 Matthew Fernandezsmyrna: remove unused 'point_within_sphere_with_coords'
2021-09-25 Matthew Fernandezsmyrna: remove macOS Leopard hack
2021-09-25 Matthew Fernandezsmyrna: remove unused 'texture' global
2021-09-25 Matthew Fernandezsmyrna: remove some prototypes of unimplemented functions
2021-09-25 Matthew Fernandezsmyrna: remove SmyrnaVerbose
2021-09-25 Matthew Fernandezsmyrna: remove unused SmrynaVerbose declaration
2021-09-23 Matthew FernandezMerge branch 'smattr/AC34DC16-D8EF-4259-8FE4-5A5080DE66...
2021-09-23 Matthew FernandezMove back to 2.49 development series
2021-09-23 Matthew FernandezMerge branch 'smattr/B37B1A9A-4D07-4914-AB34-4EF0B33EE3... 2.49.1
2021-09-22 Matthew FernandezStable Release 2.49.1
2021-09-21 Matthew FernandezMerge branch 'smattr/fa555883-42dd-4da0-9444-24d3ba18da...
2021-09-21 Matthew Fernandezfix inability to include and use gvc.h from a parent...
2021-09-21 Matthew Fernandezremove libast from gvc’s include path in CMake
2021-09-20 Matthew FernandezMerge branch 'smattr/650c059b-2ccb-4c4b-9a03-6ded54e323...
2021-09-20 Matthew FernandezfixLabelOrder: use a C99 bool for 'haveBackedge' local...
2021-09-20 Matthew Fernandezuse a C99 bool to pass around 'reverse' instead of...
2021-09-20 Matthew Fernandezuse a C99 bool to pass around 'hasfixed' instead of...
2021-09-20 Matthew Fernandezreorder: convert local booleans to C99 bools
2021-09-20 Matthew FernandezReMincross: change from boolean to C99 bool
2021-09-20 Matthew Fernandezlib/sparse: remove some unnecessary casts
2021-09-20 Matthew Fernandezlib/sparse: replace header guards with more modern...
2021-09-20 Matthew FernandezIntStack: remove unnecessary bracketing
2021-09-20 Matthew FernandezIntStack: track size and capacity as 'size_t' values
2021-09-20 Matthew FernandezIntStack_print: remove incorrect comment
2021-09-20 Matthew FernandezIntStack: remove commented out code
2021-09-20 Matthew FernandezMerge branch 'smattr/df178dd0-42ca-429b-aa4b-c7927d2956...
2021-09-19 Matthew Fernandezgxl2gv gxl_to_gv: match XML_Parse, squashing a -Wconver...
2021-09-19 Matthew Fernandezgxl2gv characterDataHandler: squash -Wsign-conversion...
2021-09-19 Matthew Fernandezgxl2gv endElementHandler: remove shadowing of 'name'
2021-09-19 Matthew Fernandezgxl2gv endElementHandler: use 'size_t' to track buffer...
2021-09-19 Matthew Fernandezgxl2gv setGlobalEdgeAttr: remove unused 'ud' parameter
2021-09-19 Matthew Fernandezgxl2gv setGlobalNodeAttr: remove unused 'ud' parameter
2021-09-19 Matthew Fernandezgxl2gv: squash -Wunused-parameter warnings
2021-09-19 Matthew Fernandezgxl2gv pushString: use 'size_t' to track buffer size
2021-09-19 Matthew Fernandezgv2gxl initState: squash a -Wconversion warning
2021-09-19 Matthew Fernandezgv2gxl writeEdge: remove unused 'terminate' parameter
2021-09-19 Matthew Fernandezgv2gxl writeHdr: use 'size_t' to track buffer size
2021-09-19 Matthew Fernandezgv2gxl createEdgeId: use 'size_t' to track buffer size
2021-09-19 Matthew Fernandezgv2gxl _xml_string: use 'size_t' to track buffer size
2021-09-19 Matthew Fernandezgv2gxl: squash -Wunused-parameter warnings
2021-09-19 Matthew Fernandezcvtgxl: squash a -Wswitch-default warning
2021-09-19 Matthew Fernandezcolxlate canoncolor: operate on 'char' instead of ...
2021-09-19 Matthew Fernandezgvcolor: squash a -Wswitch-default warning
2021-09-19 Matthew Fernandezgc wcp: remove shadowing of 'fname'
2021-09-19 Matthew Fernandezgc cntCluster: squash a -Wunused-parameter warning
2021-09-19 Matthew Fernandezgc: squash a -Wswitch-default warning
2021-09-19 Matthew Fernandezdot intr: squash a -Wunused-parameter warning
2021-09-19 Matthew FernandezMerge branch 'smattr/10DCD620-10CF-4101-8025-7495C4DEE3...
2021-09-19 Matthew Fernandezlefty: remove cgraph include directory in MSBuild
2021-09-19 Magnus JacobssonMerge branch 'some-autotools-cleanup' into 'main'
2021-09-19 Magnus Jacobssoncmd/edgepaint: autotools: link to the gvc lib instead...
2021-09-19 Magnus Jacobssoncluster: autotools: link to the gvc lib instead of...
2021-09-19 Magnus Jacobssongvmap: autotools: link to the gvc lib instead of the...
2021-09-19 Magnus Jacobssonplugin/pango: autotools: add linking to cgraph
2021-09-19 Magnus Jacobssonplugin/visio: autotools: add linking to cgraph
2021-09-19 Magnus Jacobssonplugin/core: autotools: add linking to xdot
2021-09-19 Magnus Jacobssonlefty: autotools: don't try to build lefty when it...
2021-09-19 Magnus Jacobssonplugin/webp: autotools: add linking to gvc
2021-09-19 Magnus Jacobssonplugin/neato_layout: autotools: remove reference to...
2021-09-19 Matthew FernandezMerge branch 'smattr/508C5931-2894-41DE-9B0F-C8B9CE3254...
2021-09-19 Matthew Fernandezlefty SFclearList: abbreviate some float literals
2021-09-19 Matthew Fernandezlefty: remove no-op doLayout function
2021-09-19 Matthew Fernandezlefty: remove commented out code
2021-09-19 Matthew Fernandezlefty: remove some unnecessary casts
2021-09-19 Matthew Fernandezlefty SFstatAndCheck: use 'size_t' variables when deali...
2021-09-19 Matthew Fernandezlefty SFgetDir: standardize 'qsort' usage
2021-09-19 Matthew Fernandezlefty SFcompareEntries: replace case-insensitive altern...
2021-09-19 Matthew Fernandezlefty SFcompareEntries: remove some unnecessary casts
2021-09-19 Matthew FernandezMerge branch 'smattr/0232394D-4EE9-4B97-959C-70C6A25DB8...
2021-09-19 Matthew Fernandezp_insulator: squash a -Wmissing-field-initializer warning
2021-09-19 Matthew Fernandezp_utr: squash a -Wmissing-field-initializer warning
2021-09-19 Matthew Fernandezp_terminator: squash a -Wmissing-field-initializer...
2021-09-19 Matthew Fernandezp_cds: squash a -Wmissing-field-initializer warning
2021-09-19 Matthew Fernandezp_promoter: squash a -Wmissing-field-initializer warning
next