]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-01-15 Matthew Fernandezlefty: use a C99 bool instead of int for 'innetscape'
2022-01-15 Matthew Fernandezlefty: return a C99 bool from 'boolop' instead of an int
2022-01-15 Matthew Fernandezlefty AIX I/O: return a C99 bool from 'boolop' instead...
2022-01-15 Matthew Fernandezleft: take a C99 bool in 'buildpath' instead of an int
2022-01-15 Matthew FernandezAPI BREAK: use C99 bools for 'port' fields instead...
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'isOrtho' instead of...
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'ignoreSwap' instead...
2022-01-15 Matthew FernandezAPI BREAK: return a C99 bool from 'swapEnds instead...
2022-01-15 Matthew FernandezAPI BREAK: return a C99 bool from 'splineMerge' instead...
2022-01-15 Matthew FernandezAPI BREAK: return a C99 bool from 'insidefn' instead...
2022-01-15 Matthew FernandezMerge branch 'smattr/449D4938-41BE-4359-B1B0-6C19D1570E...
2022-01-15 Matthew Fernandezshell-quote commands echoed during testing
2022-01-15 Matthew Fernandezrun_c: [nfc] factor out an array addition
2022-01-15 Matthew Fernandezrun_c: check return code of compiled program before...
2022-01-15 Matthew FernandezMerge branch 'smattr/5dbb61ed-6813-47f4-918d-6a6047f05f...
2022-01-15 Matthew Fernandezremove no-op 'agattrrec' casts
2022-01-15 Matthew Fernandezremove no-op 'agdatadict' casts
2022-01-15 Matthew FernandezAPI BREAK: remove 'NIL' macros
2022-01-15 Matthew Fernandezremove use of 'NIL'
2022-01-15 Matthew Fernandezuse C99 initialization to simplify 'Dtdisc_t' definitions
2022-01-15 Matthew FernandezAPI BREAK: remove 'NOT' macro
2022-01-15 Matthew FernandezMerge branch 'smattr/7e470f6a-2599-44f5-92e8-0d1f12a223...
2022-01-15 Matthew Fernandezedge_compatibility_full: use a C++ bool for 'flipped'
2022-01-15 Matthew Fernandezedge_compatibility: use a C++ bool for 'flipped'
2022-01-15 Matthew Fernandezremove unused 'pedge_export_mma'
2022-01-15 Matthew Fernandezremove unused 'pedge_realloc'
2022-01-15 Matthew Fernandezforce_directed_edge_bundling: remove useless '1*'
2022-01-15 Matthew Fernandezforce_directed_edge_bundling: remove manual memory...
2022-01-15 Matthew Fernandezforce_directed_edge_bundling: remove manual memory...
2022-01-15 Matthew Fernandezremove unused 'pedge_flip'
2022-01-15 Matthew Fernandezlib/mingle/edge_bundling.cpp: replace 'MIN' with 'std...
2022-01-15 Matthew Fernandezlib/mingle/edge_bundling.cpp: replace 'MAX' with 'std...
2022-01-15 Matthew Fernandezlib/mingle: move 'edge_bundling.c' into C++
2022-01-15 Matthew Fernandezforce_directed_edge_bundling: suppress -Wunused-paramet...
2022-01-15 Matthew Fernandezlib/mingle/edge_bundling.c: explicitly cast the results...
2022-01-15 Matthew Fernandezlib/mingle/edge_bundling.c: explicitly cast the results...
2022-01-15 Matthew FernandezMerge branch 'smattr/36cf258d-8d34-4eb5-a1f1-601aab7297...
2022-01-12 Matthew Fernandezstandardize on C99 bool literals for calling 'agbindrec'
2022-01-12 Matthew Fernandezgvrender_core_pic.c: use a C99 bool for global 'onetime'
2022-01-12 Matthew Fernandezuse C99 bool literals to set 'polygon_t.regular'
2022-01-12 Matthew Fernandezinit_nop: use a C99 bool for local 'didShift'
2022-01-12 Matthew Fernandezimplement Small String Optimization in the bitarray API
2022-01-12 Matthew Fernandezsimplify bitarray API to assume arrays are only resized...
2022-01-12 Matthew Fernandezcluster_map: replace boolean array 'assigned' with...
2022-01-12 Matthew Fernandezdijkstra_bounded: replace boolean array 'node_in_neighb...
2022-01-12 Magnus JacobssonMerge branch 'add-mingw-static-autotools-build-jobs...
2022-01-12 Magnus Jacobssonci: add MinGW32 static autotools build jobs
2022-01-12 Magnus Jacobssonci: add MinGW64 static autotools build jobs
2022-01-12 Magnus Jacobssonci/build.sh: autotools: add support building using...
2022-01-12 Magnus Jacobssonci: add support for configure options in out-of-source...
2022-01-12 Magnus Jacobssongvpack: use GVDLL instead of _WIN32 to enable dllimport...
2022-01-12 Magnus Jacobssongdtclft: use only GVDLL to enable dllexport storage...
2022-01-12 Magnus Jacobssongdtclft: use only GVDLL to enable dllexport storage...
2022-01-12 Matthew FernandezMerge branch 'smattr/c144f079-34fb-4177-84dd-821809ad0a...
2022-01-12 Matthew Fernandezgvprintnum: use C99 bools for locals 'showzeros', ...
2022-01-12 Matthew Fernandezgvdevice_finalize: use a C99 bool for local 'finalized_p'
2022-01-12 Matthew Fernandezsetbounds: use C99 bools for locals 'onleft', 'onright'
2022-01-12 Matthew FernandezaddLabelBB: use a C99 bool for parameter 'flipxy'
2022-01-12 Matthew Fernandezsafefile: use a C99 bool for local 'onetime'
2022-01-12 Matthew Fernandezshape_clip: use a C99 bool for local 'left_inside'
2022-01-12 Matthew Fernandezpoint_gencode: use a C99 bool for local 'filled'
2022-01-12 Matthew Fernandezpoly_gencode: use a C99 bool for local 'pfilled'
2022-01-12 Matthew FernandezcompassPort: use a C99 bool for local 'defined'
2022-01-12 Matthew FernandezcompassPort: use a C99 bool for local 'clip'
2022-01-12 Matthew FernandezcompassPort: use a C99 bool for local 'dyna'
2022-01-12 Matthew FernandezcompassPort: use a C99 bool for local 'constrain'
2022-01-12 Matthew Fernandezobj_state_s: set 1-bit bitfield with with C99 bool...
2022-01-12 Matthew FernandeznodeIntersect: take a C99 bool for 'explicit_tooltip'
2022-01-12 Matthew FernandeznodeIntersect: take a C99 bool for 'explicit_iurl'
2022-01-12 Matthew Fernandezhandle_keypress: return a C99 bool instead of boolean
2022-01-11 Magnus JacobssonMerge branch 'install-cygwin-from-cygwin.com' into...
2022-01-11 Magnus Jacobssonci: install cygwin from cygwin.com instead of with...
2022-01-11 Matthew FernandezMerge branch 'smattr/9e86e6dc-0b65-411e-af31-5cb7d722ec...
2022-01-11 Matthew Fernandeznearest_neighbor_graph_ann: take array parameters as...
2022-01-11 Matthew Fernandeznearest_neighbor_graph_ann: remove forcing of C linkage
2022-01-11 Matthew Fernandeznearest_neighbor_graph: remove manual memory management
2022-01-11 Matthew Fernandeznearest_neighbor_graph_ann: remove a level of indirecti...
2022-01-11 Matthew Fernandezmove lib/mingle/nearest_neighbor_graph.c to C++
2022-01-11 Matthew Fernandeznearest_neighbor_graph: cast the result of calls to...
2022-01-11 Magnus JacobssonMerge branch 'unify-storage-class-declarations-in-gvc...
2022-01-11 Magnus Jacobssongvc++: [nfc] align storage-class declarations to Graphv...
2022-01-11 Magnus Jacobssongvc++: use GVDLL instead of _WIN32 to control storage...
2022-01-11 Magnus Jacobssongvc++: [nfc] align storage-class declarations to Graphv...
2022-01-11 Magnus Jacobssongvc++: use GVDLL instead of _WIN32 to control storage...
2022-01-11 Magnus Jacobssongvc++: [nfc] align storage-class declarations to Graphv...
2022-01-11 Magnus Jacobssongvc++: use GVDLL instead of _WIN32 to control storage...
2022-01-11 Matthew FernandezMerge branch 'smattr/F5A2D01F-EFF0-42DC-81F5-2985BE24E1...
2022-01-11 Matthew FernandezRevert "sed cleanup of CFLAGS from perl which break...
2022-01-11 Matthew FernandezRevert "clang doesn't support -fstack-clash-protection"
2022-01-10 Magnus JacobssonMerge branch 'unify-storage-class-declarations-in-plugi...
2022-01-10 Magnus Jacobssonplugin/pango: use GVDLL instead of _WIN32 to enable...
2022-01-10 Magnus Jacobssonplugin/pango: [nfc] remove whitespace in preprocessor...
2022-01-10 Magnus Jacobssonplugin/neato_layout: [nfc] remove whitespace in preproc...
2022-01-10 Magnus Jacobssonplugin/gdiplus: use GVDLL instead of _WIN32 to enable...
2022-01-10 Magnus Jacobssonplugin/gdiplus: define GVDLL to ensure correct storage...
2022-01-10 Magnus Jacobssonplugin/gdiplus: [nfc] remove whitespace in preprocessor...
2022-01-10 Magnus Jacobssonplugin/gd: [nfc] align storage-class declarations to...
2022-01-10 Magnus Jacobssonplugin/gd: use GVDLL instead of _WIN32 to control stora...
2022-01-10 Magnus Jacobssonplugin/gd: [nfc] remove whitespace in preprocessor...
2022-01-10 Magnus Jacobssonplugin/gd: use GVDLL instead of _WIN32 to enable dllexp...
next