]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-09-04 Matthew Fernandezmap_output_bspline: remove unnecessary bracketing
2021-09-04 Matthew Fernandezbisect: remove unnecessary bracketing
2021-09-04 Matthew FernandezisFilled: return a C99 bool instead of int
2021-09-04 Matthew Fernandezrename 'ifFilled' to 'isFilled'
2021-09-04 Matthew FernandezstripedBox: remove unnecessary bracketing
2021-09-04 Matthew FernandezwedgedEllipse: remove unnecessary bracketing
2021-09-04 Matthew FernandezcheckClusterStyle: remove unnecessary bracketing
2021-09-04 Matthew FernandezgetObjId: remove unnecessary bracketing
2021-09-04 Matthew FernandezlayerPagePrefix: remove unnecessary bracketing
2021-09-04 Matthew Fernandezcolorseg_t: use a C99 bool for 'hasFraction' field
2021-09-04 Matthew FernandezisRect: remove unnecessary bracketing
2021-09-04 Matthew FernandezisRect: use a C99 bool return type instead of boolean
2021-09-04 Matthew FernandezinterpretCRNL: use a C99 bool for 'backslash_seen'...
2021-09-04 Matthew Fernandezremove some open coded NULLs
2021-09-04 Matthew Fernandezparse_style: use a C99 bool for 'in_parens' local
2021-09-04 Matthew Fernandezparse_style: use a C99 bool for 'is_first' local
2021-09-04 Matthew Fernandezis_style_delim: use a C99 bool return type instead...
2021-09-04 Matthew FernandeznodeIntersect: use a C99 bool for 'explicit' local
2021-09-04 Matthew Fernandezemit_edge_graphics: use a C99 bool for 'tapered' local
2021-09-04 Matthew Fernandeznode_in_box: use a C99 bool return type instead of...
2021-09-04 Matthew Fernandezclust_in_layer: use a C99 bool return type instead...
2021-09-04 Matthew Fernandezedge_in_layer: remove unnecessary bracketing
2021-09-04 Matthew Fernandezedge_in_layer: use a C99 bool return type instead of...
2021-09-04 Matthew Fernandeznode_in_layer: remove unnecessary bracketing
2021-09-04 Matthew Fernandeznode_in_layer: use a C99 bool return type instead of...
2021-09-04 Matthew Fernandezwrite_node_test: use a C99 bool return type instead...
2021-09-04 Matthew Fernandezwrite_edge_test: use a C99 bool return type instead...
2021-09-04 Matthew Fernandezvalidpage: remove unnecessary bracketing
2021-09-04 Matthew Fernandezvalidpage: use a C99 bool return type instead of boolean
2021-09-04 Matthew Fernandezvalidlayer: remove unnecessary bracketing
2021-09-04 Matthew Fernandezvalidlayer: use a C99 bool return type instead of boolean
2021-09-04 Matthew FernandezselectedLayer: remove unnecessary bracketing
2021-09-04 Matthew FernandezselectedLayer: use a C99 bool return type instead of...
2021-09-04 Matthew Fernandezis_natural_number: use more precise type for input...
2021-09-04 Matthew Fernandezis_natural_number: use a C99 bool return type instead...
2021-09-04 Matthew Fernandezmore standard usage of isdigit and friends
2021-09-04 Matthew Fernandezremove some commented out code
2021-09-04 Matthew Fernandezcolorcmpf: remove strcmp micro-optimization
2021-09-04 Matthew Fernandezcolorcmpf: remove unnecessary casts
2021-09-04 Matthew Fernandezcolorxlate: remove some unnecessary bracketing
2021-09-04 Matthew Fernandezcolorxlate: remove strcmp micro-optimization
2021-09-04 Matthew Fernandezreplace header guards in lib/common with more modern...
2021-09-04 Matthew Fernandezremove cryptic globals.h comment
2021-09-04 Matthew Fernandezcolorxlate: squash some -Wswitch-default warnings
2021-09-04 Matthew Fernandezcolorxlate: squash some -Wconversion warnings
2021-09-04 Matthew FernandezcolorCvt: remove commented out code
2021-09-04 Matthew Fernandezrgb2cmyk: call fmin instead of open coding floating...
2021-09-04 Matthew Fernandezreplace use of MIN, MAX macros in colxlate.c with stand...
2021-09-04 Matthew Fernandezcanontoken: use char pointers instead of unsigned char...
2021-09-04 Matthew Fernandezcanontoken: remove commented out code
2021-09-04 Matthew Fernandezhsv2rgb: remove unnecessary bracketing
2021-09-04 Matthew Fernandezremove unnecessary casts around usage of 'bsearch'
2021-09-04 Matthew Fernandezcolorxlate: remove unnecessary bracketing
2021-09-04 Matthew Fernandezcolorxlate: remove a strcmp micro-optimization
2021-09-04 Matthew Fernandezcolorxlate: use char pointers instead of unsigned char...
2021-09-04 Matthew FernandezMerge branch 'smattr/7e2248f2-8a26-4cfa-9908-b5d191b007...
2021-09-04 Matthew Fernandezp_plain: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_plaintext: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_square: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_box: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_triangle: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_egg: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_circle: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_ellipse: squash -Wmissing-field-initializer warning
2021-09-04 Matthew Fernandezp_polygon: squash -Wmissing-field-initializer warning
2021-09-04 Matthew FernandezCenter: squash -Wmissing-field-initializer warning
2021-09-04 Matthew FernandezMerge branch 'smattr/9A8B94F0-FA1E-4200-A71D-03595C913A...
2021-09-04 Matthew Fernandezremove Fedora ≤ 32 work around
2021-09-04 Matthew Fernandezremove Fedora 32 CI testing
2021-09-03 Matthew FernandezMerge branch 'smattr/C574183C-758B-4503-AFE2-3BEE5F2BBA...
2021-09-03 Matthew Fernandezfix some missing Python docstrings
2021-09-03 Matthew Fernandezsquash Pylint warnings about shadowing 'root'
2021-09-03 Matthew Fernandezsquash Pylint warnings about shadowing 'p'
2021-09-03 Matthew Fernandezsquash Pylint wrong-import-position warnings
2021-09-03 Matthew Fernandezsquash a Pylint line-too-long warning
2021-09-02 Matthew FernandezMerge branch 'smattr/8D176743-758B-4021-8E02-E18155F750...
2021-09-02 Matthew Fernandezsmyrna: remove expat installation when using MS Build
2021-09-01 Magnus JacobssonMerge branch 'add-mingw-cmake-builds-to-ci' into 'main'
2021-09-01 Magnus JacobssonCI: add windows-mingw64-cmake-build job
2021-09-01 Magnus JacobssonCI: add windows-mingw32-cmake-build job
2021-09-01 Magnus Jacobssonadd ci/mingw-build.sh script
2021-09-01 Magnus Jacobssonci/build.sh: CMake: move the MinGW zip and exe build...
2021-08-31 Magnus Jacobssonremove import/export declaration of lt_preloaded_sybols...
2021-08-31 Magnus Jacobssonlabel: CMake: ensure label symbols are exported from...
2021-08-31 Magnus Jacobssonortho: CMake: ensure ortho symbols are exported from gvc
2021-08-31 Magnus Jacobssoncommon: ensure correct import/export declarations of...
2021-08-31 Magnus JacobssonCMake: fix expat runtime library not found by cpack...
2021-08-31 Magnus Jacobssongvc: WIN32: install expat runtime library only if we...
2021-08-31 Magnus Jacobssongvc: CMake: link to ltdl even on Windows with MinGW
2021-08-31 Magnus JacobssonCMake: FindLTDL: ensure ltdl is found with MinGW
2021-08-31 Magnus JacobssonCMake: add use_win_pre_inst_libs option
2021-08-30 Magnus JacobssonMerge branch 'more-linking-clean-up' into 'main'
2021-08-30 Magnus Jacobssoncommon: link to expat privately instead of publicly
2021-08-30 Magnus Jacobssonplugin/neato_layout: remove linking to cdt
2021-08-30 Magnus Jacobssonplugin/gd: remove linking to cdt
2021-08-30 Magnus Jacobssonplugin/dot_layout: remove linking to cdt
2021-08-30 Magnus Jacobssonplugin/core: remove linking to cdt
2021-08-30 Magnus Jacobssongvc: link to cdt privately instead of publicly
2021-08-30 Magnus Jacobssongxl2gv: remove linking to cdt
2021-08-30 Magnus Jacobssongvpack: remove linking to cdt
next