]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-09-04 Matthew Fernandezortho mkMaze: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho mkMazeGraph: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho PQgen: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho partition: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho monotonate_trapezoids: use cgraph wrappers for...
2022-09-04 Matthew Fernandezortho mkStack: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho make_graph: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho createSGraph: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho initSEdges: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho construct_trapezoids: use cgraph wrapper for...
2022-09-04 Matthew Fernandezortho orthoEdges: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho attachOrthoEdges: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho extractVChans: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho extractHChans: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho addChan: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho convertSPtoRoute: use cgraph wrapper for allocation
2022-09-04 Matthew FernandezMerge branch 'smattr/gitlab-2270' into 'main'
2022-09-04 Matthew FernandezRevert "gvc auto_output_filename: avoid 'strdup' when...
2022-09-04 Matthew Fernandezadd a test case for #2270
2022-09-04 Matthew FernandezMerge branch 'smattr/1fac7330-9d40-4de2-be68-925e698f52...
2022-09-02 Matthew Fernandezsmyrna: remove unused memory.h includes
2022-09-02 Matthew Fernandezsmyrna load_attributes: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna main: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna smyrnaPath: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna initFocus: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna positionAllItems: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna makeXDotSpline: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna mTestgvpr: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna new_viewport_camera: use cgraph wrapper for...
2022-09-02 Matthew Fernandezsmyrna new_viewport_camera: use cgraph wrapper for...
2022-09-02 Matthew Fernandezsmyrna prepare_topological_fisheye: use cgraph wrapper...
2022-09-02 Matthew Fernandezsmyrna makeGraph: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna attr_list_add: fix unchecked allocation failure
2022-09-02 Matthew Fernandezsmyrna attr_list_new: fix unchecked allocation failures
2022-09-02 Matthew Fernandezsmyrna new_attr_ref: fix unchecked allocation failure
2022-09-02 Matthew Fernandezsmyrna new_attr: fix unchecked allocation failure
2022-09-02 Matthew Fernandezsmyrna create_color_theme: use cgraph wrapper for alloc...
2022-09-02 Matthew Fernandezsmyrna init_viewport: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna add_graph_to_viewport: fix unchecked allocation...
2022-09-02 Matthew Fernandezsmyrna load_mouse_actions: fix unchecked allocation...
2022-09-02 Matthew Fernandezsmyrna add_selpoly: fix unchecked allocation failure
2022-09-02 Matthew Fernandezsmyrna clear_selpoly: simplify some 'free' code
2022-09-02 Matthew Fernandezsmyrna Render_Contour2: fix unchecked allocation failure
2022-09-02 Matthew Fernandezsmyrna combineCallback: fix unchecked allocation failure
2022-09-02 Matthew Fernandezsmyrna clearGrid: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna update_tree: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna add_column: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna add_column: fix unchecked allocation failure
2022-08-31 Matthew FernandezMerge branch 'smattr/8ef08678-9ef1-4024-90bf-ffca3cd5db...
2022-08-31 Matthew Fernandezsparse SparseMatrix_coordinate_form_add_entry: abbrevia...
2022-08-31 Matthew Fernandezsparse check_or_realloc_arrays: abbreviate no-op 'MAX...
2022-08-31 Matthew Fernandezneatogen stress_majorization_with_hierarchy: abbreviate...
2022-08-31 Matthew Fernandezgvmap add_point: abbreviate no-op 'MAX' call
2022-08-31 Matthew Fernandezsfdpgen check_int_array_size: abbreviate no-op 'MAX...
2022-08-31 Matthew Fernandezsfdpgen check_real_array_size: abbreviate no-op 'MAX...
2022-08-31 Matthew Fernandezsfdpgen beautify_leaves: use cgraph wrappers for allocation
2022-08-31 Matthew Fernandezsfdpgen oned_optimizer_new: use cgraph wrapper for...
2022-08-31 Matthew Fernandezsfdpgen spring_electrical_control: remove 'multilevel_c...
2022-08-31 Matthew Fernandezsfdpgen spring_electrical_control: remove 'multilevel_c...
2022-08-31 Matthew Fernandezsfdpgen spring_electrical_control_new: use cgraph wrapp...
2022-08-31 Matthew Fernandezsfdpgen beautify_leaves: swap a boolean array for a...
2022-08-30 Magnus JacobssonMerge branch 'minor-cleanup-of-svg-analyzer' into ...
2022-08-30 Magnus Jacobssontests: SVGAnalyzer: use fmt::format instead of string...
2022-08-30 Magnus Jacobssontests: SVGAnalyzer: correct comment
2022-08-30 Magnus Jacobssontests: SVGAnalyzer: avoid string copy by taking referen...
2022-08-30 Magnus Jacobssontests: test_svg_analyzer: remove useless string copy
2022-08-30 Magnus Jacobssontests: test_svg_analyzer: Update test description
2022-08-30 Magnus Jacobssontests: test_svg_analyzer: remove useless include of...
2022-08-30 Magnus Jacobssontests: rename variables '.*svgAnalyzer' to '.*svg_analyzer'
2022-08-30 Magnus Jacobssontests: SVGAnalyzer: add some comments
2022-08-30 Magnus Jacobssontests: SVGAnalyzer: use fmt::format instead of string...
2022-08-30 Magnus Jacobssontests: test_rankdir: remove useless generation of copy
2022-08-30 Matthew FernandezMerge branch 'smattr/cc0c1b4c-ccdf-48a9-adc6-8c30106706...
2022-08-30 Matthew Fernandezgvpr: more tightly scope 'nextg'
2022-08-30 Matthew Fernandezgvpr: fix: wrap members needing cleanup in a struct...
2022-08-30 Matthew FernandezMerge branch 'smattr/bdd2e8b6-9a48-4e33-815d-2c049a7ca7...
2022-08-30 Matthew Fernandezgml2gv gmlparse: fix unchecked allocation failures
2022-08-30 Matthew Fernandezgml2gv gmlscan: fix unchecked allocation failures
2022-08-30 Matthew Fernandezdijkstra init: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgvcolor color: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgxl2gv endElementHandler: use cgraph wrapper for allocation
2022-08-30 Matthew Fernandezgml2gv mkAttr: fix unchecked allocation failures
2022-08-30 Matthew Fernandezgml2gv mkEdge: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgml2gv mkNode: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgml2gv pushG: fix unchecked allocation failuregml2gv...
2022-08-30 Matthew Fernandezmm2gv SparseMatrix_import_matrix_market: use cgraph...
2022-08-30 Matthew FernandezMerge branch 'smattr/7b19e8e0-5168-4010-9e8a-b84c871acf...
2022-08-30 Matthew Fernandezgvpr addCase: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgvpr addBlock: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgvpr scanArgs: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgvpr addBindings: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgvpr compileProg: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgvpr mkStmts: fix unchecked allocation failure
2022-08-30 Matthew Fernandezgvpr fullColor: fix unchecked allocation failure
2022-08-30 Matthew FernandezMerge branch 'smattr/55b87137-b443-4540-845a-6cdae948b2...
2022-08-30 Matthew Fernandezcgraph storeFileName: fix unchecked allocation failure
2022-08-30 Matthew Fernandezcgraph concatPort: fix unchecked allocation failure
2022-08-30 Matthew Fernandezcgraph concat: fix unchecked allocation failure
2022-08-30 Matthew Fernandezcgraph memresize: fix out-of-bounds write on allocation...
2022-08-30 Matthew Fernandezcgraph aglasterr: fix unchecked allocation failure
next