]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-12-05 Matthew FernandezGVC_s.config_found: use a C99 bool instead of boolean
2021-12-05 Matthew FernandezMerge branch 'smattr/6f4441fa-d5fc-4b46-abe0-963f120232...
2021-12-05 Matthew Fernandezgvgen: remove unnecessary bracketing
2021-12-05 Matthew Fernandezgvgen init: squash -Wimplicit-fallthrough warning
2021-12-05 Matthew Fernandezgvgen init: squash -Wswitch-default warning
2021-12-05 Matthew Fernandezgvgen readPos: squash -Wconversion warning
2021-12-05 Matthew Fernandezgvgen errexit: squash -Wconversion warnings
2021-12-05 Matthew FernandezMerge branch 'smattr/de1695d5-8ea1-48b3-a301-2f4f0ccc2c...
2021-12-05 Matthew Fernandezming: remove disabled code
2021-12-05 Matthew Fernandezexpr: remove disabled code
2021-12-05 Matthew Fernandeztopfish: remove disabled code
2021-12-05 Matthew Fernandezglcomp: remove glcomppanel disabled code
2021-12-05 Matthew Fernandezglcomp: remove disabled glcompimage code
2021-12-05 Matthew Fernandezglcomp: remove disabled PNG code
2021-12-05 Matthew Fernandezglcomp: remove disabled prototypes
2021-12-05 Matthew Fernandezgvrender_begin_graph: remove disabled code
2021-12-05 Matthew Fernandezgvpack: remove disabled 'redoBB'
2021-12-05 Matthew Fernandezpoly_path: squash -Wunused-parameter warnings
2021-12-05 Matthew Fernandezremove unimplemented 'html_path'
2021-12-05 Matthew FernandezgvFreeLayout: squash -Wunused-parameter warning
2021-12-05 Matthew FernandezcmpKey: squash -Wunused-parameter warnings
2021-12-05 Matthew FernandezNullFunction: squash -Wunused-parameter warning
2021-12-05 Matthew FernandezcompoundEdges: squash -Wunused-parameter warnings
2021-12-05 Matthew Fernandezxinit_params: squash -Wunused-parameter warnings
2021-12-05 Matthew Fernandezpr2graphs: mark static and guard with 'DEBUG'
2021-12-05 Matthew FernandezMerge branch 'smattr/ffae0c5f-9668-4af7-be3c-5a58608886...
2021-12-05 Matthew Fernandezsmyrna switch2D3D: squash -Wunused-parameter warning
2021-12-05 Matthew Fernandezsmyrna menu_click_add_camera: remove unused 'p' parameter
2021-12-05 Matthew Fernandezsmyrna create_color_theme: squash a -Wsign-compare...
2021-12-05 Matthew Fernandezsmyrna activate: remove unused 'doClear' parameter
2021-12-05 Matthew Fernandezsmyrna refreshViewport: remove unused 'doClear' parameter
2021-12-05 Matthew Fernandezsmyrna gl_main_expose: squash -Wunused-parameter warning
2021-12-05 Matthew Fernandezsmyrna close_graph: remove unused 'graphid' parameter
2021-12-05 Matthew Fernandezsmyrna: use a bool for 'editable' to squash some -Wconv...
2021-12-05 Matthew Fernandezsmyrna: remove 'freeSmGraph' no-op
2021-12-05 Matthew Fernandezsmyrna get_active_frame: squash -Wstrict-prototypes...
2021-12-05 Matthew Fernandezsmyrna Init: squash a -Wstrict-prototypes warning
2021-12-05 Matthew FernandezMerge branch 'smattr/BEB24E57-745A-4ABD-AD32-15986AFBE7...
2021-12-04 Matthew Fernandezfail Cygwin CMake CI on compiler warnings
2021-12-04 Matthew Fernandez[nfc] cast inputs to ctype.h 'is*' functions
2021-12-04 Matthew FernandezMerge branch 'smattr/852C7D79-71DB-4538-83A3-550FDB7325...
2021-12-04 Matthew FernandezStart 2.50 development series
2021-12-04 Matthew FernandezMerge branch 'smattr/83CFF424-1C87-4175-B95E-F999D8F935... 2.50.0
2021-12-04 Matthew FernandezStable Release 2.50.0
2021-12-04 Matthew FernandezMerge branch 'smattr/2836D239-2D25-473C-82FF-F7DE1604C1...
2021-12-04 Matthew Fernandezuse 'sed' instead of 'rm;git-checkout' to fix CRLF...
2021-12-04 Matthew FernandezMerge branch 'smattr/43bafefc-38dd-4b6b-9336-4fe8e8909a...
2021-12-04 Matthew Fernandezmpcolor: [nfc] simpler definition
2021-12-04 Matthew Fernandezpic plugin: replace 'pic_string' with 'gvputs_nonascii'
2021-12-04 Matthew Fernandezmp plugin: replace 'mp_string' with 'gvputs_nonascii'
2021-12-04 Matthew Fernandezfig plugin: replace 'fig_string' with 'gvputs_nonascii'
2021-12-04 Matthew Fernandezlib/gvc/gvc.def: [nfc] strip trailing whitespace
2021-12-04 Matthew Fernandezimplement next 'gvputs_nonascii' function
2021-12-04 Matthew FernandezMerge branch 'smattr/E7C21AC3-3A42-4520-8BEC-C9657B7DC8...
2021-12-04 Matthew FernandezGDI+ plugin: rewrite 'FileStream' reference counting...
2021-12-04 Matthew FernandezGDI+ plugin: [nfc] avoid directly modifying 'FileStream...
2021-12-04 Matthew FernandezGDI+ plugin: [nfc] remove assumptions on lifetime of...
2021-12-04 Matthew FernandezGDI+ plugin: [nfc] use a const pointer for filename
2021-12-04 Matthew FernandezGDI+ plugin: use 'override' instead of 'virtual' on...
2021-12-04 Matthew FernandezGDI+ plugin: [nfc] remove legacy use of a C-style cast
2021-12-04 Matthew FernandezGDI+ plugin: [nfc] strip trailing whitespace
2021-12-04 Matthew FernandezMerge branch 'smattr/18D413B7-67B7-4F3B-A544-823A3810D0...
2021-12-04 Matthew Fernandezfix missing author+date line in Debian changelog
2021-12-03 Matthew FernandezMerge branch 'smattr/2504A45F-EA4A-41EA-BF7F-E758CD4AE1...
2021-12-03 Matthew Fernandezsolve: [nfc] squash a -Wmissing-prototypes warning
2021-12-03 Matthew Fernandezlu_decompose: [nfc] squash -Wmissing-prototypes warning
2021-12-03 Matthew Fernandezlu_solve: [nfc] squash -Wmissing-prototypes warning
2021-12-03 Matthew Fernandezmatinv: [nfc] squash -Wmissing-prototypes warning
2021-12-03 Matthew Fernandezfind_intersection: [nfc] squash -Wunused-parameter...
2021-12-03 Matthew Fernandeztclpkg sgnarea: [nfc] make sign extraction more obvious...
2021-12-03 Matthew Fernandezneaotgen sgnarea: [nfc] make sign extraction more obvio...
2021-12-03 Matthew Fernandezneato_layout: [nfc] squash a -Wsign-conversion warning
2021-12-03 Matthew Fernandezgvbisect: [nfc] rephrase an open coded 'fabs'
2021-12-03 Matthew Fernandezlib/neatogen/edges.c: [nfc] remove unnecessary casts
2021-12-03 Matthew FernandezMerge branch 'smattr/9F6685FF-CBD7-4AEA-B566-EA006B3BC3...
2021-12-03 Matthew Fernandezmyiddisc_open: remove unnecessary casts of 'gctx'
2021-12-03 Matthew Fernandezgraphcmd: remove unnecessary cast of 'interp'
2021-12-03 Matthew FernandezSparseMatrix_import_matrix_market: remove unnecessary...
2021-12-03 Matthew Fernandezpoppler plugin: remove unnecessary casts around 'us...
2021-12-03 Matthew Fernandezremove unnecessary casts on 'lt_symlist_t' members
2021-12-03 Matthew Fernandezrsvg plugin: remove unnecessary casts around 'us->data'
2021-12-03 Matthew Fernandezwebp plugin: remove unnecessary casts when calling...
2021-12-03 Matthew Fernandezwebp plugin: remove unnecessary casts around 'us->data'
2021-12-03 Matthew Fernandezgs plugin: remove unnecessary casts around 'us->data'
2021-12-03 Matthew Fernandezgtk plugin: remove unnecessary casts around 'job->context'
2021-12-03 Matthew Fernandezgtk plugin: remove commented out code
2021-12-03 Matthew Fernandezgd plugin: remove unnecessary casts around 'us->data'
2021-12-03 Matthew Fernandezpango plugin: remove unnecessary casts around 'us-...
2021-12-03 Matthew Fernandezgdk plugin: remove unnecessary casts around 'us->data'
2021-12-03 Matthew Fernandeztcldot-graphcmd.c: remove commented out code
2021-12-02 Matthew FernandezMerge branch 'smattr/2F6B4B43-6BDB-40C6-83D2-181D9E5CE0...
2021-12-02 Matthew FernandezCMake: use a relative path to locate configure_plugins...
2021-12-02 Matthew FernandezCMake: stop configuring CMAKE_INCLUDE_PATH
2021-12-02 Matthew Fernandezgvconfig_plugin_install_builtins: remove an unnecessary...
2021-12-02 Matthew Fernandezgvconfig.c: fix comment typo
2021-12-02 Matthew Fernandezremove EXPERIMENTAL_MYFGETS-guarded code
2021-12-02 Matthew Fernandezremove getenv detection
2021-11-30 Matthew FernandezMerge branch 'smattr/162479A8-250E-4F66-91BC-61BECABD61...
2021-11-30 Matthew FernandezCMake: [nfc] standardize 'if' style
2021-11-30 Matthew Fernandezfix claimed minimum supported CMake version
next