]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-01-16 Matthew Fernandezagglomerative_bundling.c: explicitly cast the results...
2022-01-16 Matthew Fernandezagglomerative_bundling.c: explicitly cast the results...
2022-01-16 Matthew FernandezMerge branch 'smattr/4d675265-10af-4846-b248-df57d7ea3a...
2022-01-16 Matthew FernandezAPI BREAK: remove now-unused 'boolean' type
2022-01-16 Matthew FernandezAPI BREAK: use C99 bools for booleans in 'GVC_common_s'
2022-01-16 Matthew FernandezAPI BREAK: return a C99 bool from 'gvusershape_file_access'
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'pccomps' output parameter
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool array for 'pack_info.fixed'
2022-01-16 Matthew FernandezAPI BREAK: return a C99 bool from 'gvtextlayout_engine_...
2022-01-16 Matthew FernandezAPI BREAK: take a C99 bool in 'gvloadimage_engine_t...
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for other 'GVJ_t' boolean...
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'GVJ_t.external_context'
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'GVJ_t.device_sets_dpi'
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'usershape_t.nocache'
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'usershape_t.must_inline'
2022-01-16 Matthew FernandezAPI BREAK: use unsigned types for 1-bit fields of ...
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'Agedgeinfo_t.conc_opp_flag'
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'Agnodeinfo_t.has_port'
2022-01-16 Matthew FernandezAPI BREAK: use a C99 bool for 'Agnodeinfo_t.clustnode'
2022-01-16 Matthew FernandezMerge branch 'smattr/F84CFD8E-734D-47B0-A614-AD64974166...
2022-01-16 Matthew Fernandezadd test case for #1879
2022-01-16 Matthew FernandezMerge branch 'smattr/af7ac83f-22ac-4fff-b0d2-b7136bfc58...
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'Agraphinfo.exact_ranksep'
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'Agraphinfo.expanded'
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'Agraphinfo.has_sinkrank'
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'Agraphinfo.has_sourcerank'
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'Agraphinfo.has_flat_edges'
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'Agraphinfo_t.has_images'
2022-01-15 Matthew FernandezAPI BREAK: use C99 bools for 'layout_t' boolean fields
2022-01-15 Matthew FernandezAPI BREAK: use C99 bools for 'rank_t' boolean fields
2022-01-15 Matthew FernandezAPI BREAK: use a C99 bool for 'shape_desc.usershape...
2022-01-15 Matthew FernandezAPI BREAK: use C99 bools for 'textlabel_t' fields inste...
2022-01-15 Matthew Fernandezmake_label: remove unnecessary casts
2022-01-15 Matthew Fernandezlefty: use a C99 bool instead of int for 'htmlflag...
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'
next