]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitAttr'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitNodeAttrs'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitNode'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitEdgeAttrs'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitEdge'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'emitGraphAttrs'
2022-05-20 Matthew Fernandezgv2gml: remove 'outFile' parameter to 'gv_to_gml'
2022-05-20 Matthew FernandezMerge branch 'smattr/gitlab-1871' into 'main'
2022-05-20 Matthew Fernandezgml2gv: fix: recognize integer 'penwidth' values
2022-05-20 Matthew Fernandezadd a test case for #1871
2022-05-20 Matthew FernandezMerge branch 'smattr/0850CA2D-477E-4ADF-AF6B-7FD191CAF9...
2022-05-19 Matthew Fernandezgraphml2gv: read XML input in chunks of 'BUFSIZ'
2022-05-19 Matthew Fernandezgraphml2gv: undo micro-optimization in 'endElementHandler'
2022-05-19 Matthew Fernandezgraphml2gv: replace 'NEW' with 'gv_alloc'
2022-05-19 Matthew Fernandezgraphml2gv: replace 'N_NEW' with 'gv_calloc'
2022-05-19 Matthew Fernandezgraphml2gv: abbreviate an open coded 'strcat'
2022-05-15 Matthew FernandezMerge branch 'conditional-demo-install' into 'main'
2022-05-15 David SeifertAdd option for disabling/customizing of demos
2022-05-15 Magnus JacobssonMerge branch 'minor-cleanup-in-common' into 'main'
2022-05-15 Magnus Jacobssontaper: correct data type in comment
2022-05-15 Magnus JacobssonarrowStartClip: remove unnecessary use of the comma...
2022-05-15 Magnus JacobssonarrowEndClip: remove unnecessary use of the comma operator
2022-05-15 Magnus Jacobssonclip_and_install: fix misindentation
2022-05-14 Matthew FernandezMerge branch 'smattr/3E341EA7-F157-45F6-86CB-64B42C89EE...
2022-05-14 Matthew Fernandezgvgen: remove unnecessary parens
2022-05-14 Matthew Fernandezgvgen: inline some power-of-2 computations into one...
2022-05-14 Matthew Fernandezgvgen: consistently use 'int' in 'makeBinaryTree'
2022-05-14 Matthew Fernandezgvgen: remove parameter to 'readPos' that is always 1
2022-05-14 Matthew Fernandezgvgen: abbreviate setting 'type' in 'makeRandom'
2022-05-14 Matthew FernandezMerge branch 'smattr/35D73C8A-9B3B-4DEF-8B7A-DC30159942...
2022-05-14 Matthew Fernandezgml2gv: silence a -Wimplicit-fallthrough warning
2022-05-14 Matthew FernandezMerge branch 'smattr/AA0A9CEA-253F-4EBA-BC44-E90796B74D...
2022-05-14 Matthew Fernandezmm2gv: squash -Wconversion warnings for 'tolower' usage
2022-05-14 Matthew FernandezMerge branch 'qmake-detection' into 'main'
2022-05-14 David SeifertAugment QMAKE detection
2022-05-14 Matthew FernandezMerge branch 'smattr/102AAE2A-9760-4007-8C25-9519DC2740...
2022-05-14 Matthew Fernandezsfdpgen: squash -Wunused warnings for 'nsuper_avg'
2022-05-14 Matthew Fernandezneatogen: remove unused 'total_gap' in 'constrained_maj...
2022-05-14 Matthew Fernandezmingle: remove unused 'len_total' in 'pedge_export_gv'
2022-05-13 Matthew Fernandezmingle: remove unused 'total_wgt' in 'agglomerative_ink...
2022-05-13 Matthew Fernandezedgepaint: remove unused 'nnodes' in 'node_distinct_col...
2022-05-12 Matthew FernandezMerge branch 'smattr/EE3BD42E-42C7-4AA3-A03E-1E4F0CEEDA...
2022-05-12 Matthew Fernandeztclpkg: remove unnecessary explicit dereference and...
2022-05-12 Matthew Fernandeztclpkg: remove unnecessary line wrapping
2022-05-12 Matthew Fernandeztclpkg: squash -Wunused-parameter warnings in commands
2022-05-12 Matthew Fernandeztclpkg: mark 'gdCmd' static
2022-05-12 Matthew FernandezMerge branch 'smattr/A26FCACA-4EE0-449E-A1C6-9BF2D60F49...
2022-05-12 Matthew Fernandezneatogen: remove unused 'rk_state' members
2022-05-12 Matthew Fernandezneatogen: remove unused 'rk_strerror' and 'rk_error'
2022-05-12 Matthew Fernandezneatogen: remove unused 'rk_long'
2022-05-12 Matthew Fernandezneatogen: remove unused 'rk_double'
2022-05-11 Matthew FernandezMerge branch 'smattr/CA30E255-C16A-426F-BEE2-05B541F354...
2022-05-11 Matthew Fernandezonly append 'generic' TCL include path to 'TCL_INCLUDES...
2022-05-11 Matthew FernandezMerge branch 'smattr/D01C105D-5B09-45D9-9130-AE2DEF972D...
2022-05-11 Matthew FernandezMerge branch 'smattr/7F4532A1-7289-4917-A936-D7D27DE1AE...
2022-05-11 Matthew Fernandezcgraph: abbreviate 'agxbdisown' string duplication...
2022-05-11 Matthew Fernandezcgraph: replace unchecked agxbuf allocations with alloc...
2022-05-11 Matthew Fernandezcgraph: fix overflow check in 'gv_recalloc'
2022-05-11 Matthew Fernandezcgraph: fix incorrect 'gv_recalloc' assertion
2022-05-11 Matthew FernandezMerge branch 'smattr/8283DE76-A9BE-42CF-A132-6BE3EAE609...
2022-05-11 Matthew Fernandezsmyrna: simplify bounding box calculation in 'set_bound...
2022-05-11 Matthew Fernandezsmyrna: squash -Wmaybe-uninitialized warnings in 'set_b...
2022-05-11 Matthew FernandezMerge branch 'smattr/2D6B3C0D-DD2F-44EA-B81B-9B1FA5B0E5...
2022-05-11 Matthew Fernandezsmyrna: abbreviate some 'GLfloat' literals
2022-05-11 Matthew Fernandezglcomp: remove unused 'fontset_t'
2022-05-11 Matthew Fernandezglcomp: remove unnecessary 'GLfloat' casts
2022-05-11 Matthew Fernandezglcomp: remove unused 'glCompPoly.hotKey'
2022-05-11 Matthew Fernandezglcomp: remove unused 'glCompPointI'
2022-05-11 Matthew FernandezMerge branch 'smattr/AEF4FE91-97F2-4976-9CA4-B576614905...
2022-05-06 Matthew FernandezCI: attempt to fix Gitlab 'cobertura' removal
2022-05-05 Matthew FernandezMerge branch 'maze-doc' into 'main'
2022-05-05 Costa Shulyupinadd comments to struct maze
2022-05-05 Costa Shulyupinconvert comments to doxygen format in struct maze
2022-05-05 Costa Shulyupincomment for struct maze
2022-05-05 Costa Shulyupindoxygen comment for maze cell sides
2022-05-05 Costa Shulyupincomment for maze cell
2022-05-05 Costa Shulyupinconvert comments to doxygen format in maze.h
2022-05-05 Costa Shulyupindoxygen comment for maze.h
2022-05-05 Matthew Fernandezremove duplicate .gitignore line
2022-05-05 Matthew Fernandezunify tests/ and rtest/
2022-05-05 Matthew FernandezMerge branch 'vec-delete' into 'main'
2022-05-05 Mark HansenAdd changelog entry summarizing the fix for #2225
2022-05-05 Mark HansenRemove unintended recursion in vec_delete.
2022-05-05 Mark HansenAdd failing test case for #2225
2022-05-03 Matthew FernandezMerge branch 'automake-cleanup' into 'main'
2022-05-02 David SeifertMove `pdf_DATA` -> `dist_pdf_DATA`
2022-05-02 David SeifertMove `html_DATA` -> `dist_html_DATA`
2022-05-02 David SeifertMove unconditional `man_MANS` -> `dist_man_MANS`
2022-05-02 Matthew FernandezMerge branch 'smattr/C84BAA48-355C-42CA-9E67-B89D004FB8...
2022-05-02 Matthew Fernandezadd changelog entry for Awk dependency removal
2022-05-02 Matthew FernandezWindows: remove Awk setup
2022-05-02 Matthew FernandezCMake: remove required Awk detection
2022-05-02 Matthew FernandezAutotools: remove required Awk detection
2022-05-02 Matthew Fernandezport colortbl.h generation script to Python
2022-05-02 Matthew Fernandezport brewer_lib generation script to Python
2022-05-02 Matthew Fernandezport svgcolor_lib generation script to Python
2022-05-02 Matthew Fernandezfix missing distclean of 'svgcolor_lib'
2022-05-02 Matthew FernandezMerge branch 'smattr/257B56CE-F640-40F2-9EB7-43E72C4B95...
2022-05-02 Matthew Fernandezglcomp: abbreviate 'GLfloat' literals
2022-05-02 Matthew Fernandezglcomp: inline and remove 'copy_glcomp_color'
next