]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-03-31 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-03-31 Matthew Fernandezremove some open coded fmax
2021-03-29 Matthew FernandezMerge branch 'smattr/450AD1C4-3E9D-4E93-95C6-279FC38EFC...
2021-03-29 Matthew Fernandezreplace unnecessary max() implementation with libc...
2021-03-29 Matthew Fernandezreplace neatogen header guards with more modern #pragma...
2021-03-29 Matthew Fernandezremove commented out code
2021-03-29 Matthew Fernandezremove C++ alternative in embed_graph.h
2021-03-29 Matthew Fernandezremove inline NULL definition
2021-03-29 Matthew Fernandezremove C++ alternative in dijkstra.h
2021-03-29 Matthew Fernandezremove incorrect C++ alternative
2021-03-29 Matthew Fernandezremove unused sparsegraph.h C++ alternative
2021-03-29 Matthew Fernandezremove unused kkutils.h C++ alternative
2021-03-29 Matthew Fernandezremove commented out inline keywords
2021-03-29 Matthew Fernandezremove some unnecessary __cplusplus guards
2021-03-29 Matthew Fernandezremove alternative C++ Queue implementation in neatogen
2021-03-29 Matthew Fernandezremove commented out #include
2021-03-29 Matthew FernandezMerge branch 'smattr/619aeafd-3505-4392-aa61-49cdae0077...
2021-03-29 Matthew Fernandezfix: correctly handle HTML content ending in ]
2021-03-29 Matthew Fernandezadd a test case for #1893
2021-03-29 Matthew FernandezMerge branch 'smattr/F391EA36-8454-4A32-B815-1FAAEFD400...
2021-03-29 Matthew Fernandezreflow some code
2021-03-29 Matthew Fernandezcondense a malloc;memset
2021-03-29 Matthew Fernandezuse a stronger return type in not_default_attrs
2021-03-29 Matthew Fernandezuse a stronger return type in has_no_predecessor_below
2021-03-29 Matthew Fernandezuse a stronger return type in has_no_edges
2021-03-29 Matthew Fernandezuse a stronger return type in write_node_test
2021-03-29 Matthew Fernandezuse a stronger return type for node_in_subg
2021-03-29 Matthew Fernandezuse a stronger return type in irrelevant_subgraph
2021-03-29 Matthew Fernandezuse a stronger type for root variable
2021-03-29 Matthew Fernandezuse a stronger type for hasName variable
2021-03-29 Matthew Fernandezsimplify agcanonhtmlstr implementation
2021-03-29 Matthew Fernandezuse a stronger type for backslash_pending variable
2021-03-29 Matthew Fernandezuse a stronger type for needs_quotes variable
2021-03-29 Matthew Fernandezcondense some boolean code
2021-03-29 Matthew Fernandezuse a stronger type for a boolean variable
2021-03-29 Matthew Fernandezremove some commented out code
2021-03-29 Matthew Fernandezremove unused HAVE__BOOL define
2021-03-29 Matthew Fernandezremove commented out iconv code
2021-03-29 Matthew Fernandezremove unused exstrfree
2021-03-29 Matthew Fernandezremove unused AgraphVersion
2021-03-29 Matthew FernandezMerge branch 'smattr/62d61954-d50d-44bc-9fde-6df2d9924c...
2021-03-29 Matthew Fernandezadd a script for generating graphs to profile
2021-03-29 Matthew FernandezMerge branch 'smattr/338d3e7f-bace-4703-a761-ea022a3aac...
2021-03-29 Matthew Fernandezremove unused whatout gvmap variable
2021-03-29 Matthew Fernandezremove unused plot_labels
2021-03-29 Matthew Fernandezremove unused plot_edges
2021-03-29 Matthew Fernandezremove unused plot_points
2021-03-29 Matthew Fernandezremove unused plot_polys
2021-03-29 Matthew Fernandezremove unused make_map_from_point_groups
2021-03-29 Matthew Fernandezremove excess space, bracketing, and commented out...
2021-03-29 Matthew Fernandezremove useless use_line parameter in make_map.c
2021-03-29 Matthew Fernandezremove useless is_river parameter in make_map.c
2021-03-29 Matthew Fernandezrewrite sbuff construction in gvmap to use an agxbuf
2021-03-29 Matthew Fernandezremove unused edge_bridge_tol parameter to make_map_int...
2021-03-29 Matthew Fernandezmark make_map_internal static
2021-03-29 Matthew Fernandezremove unused xcombined parameter to get_polygons
2021-03-29 Matthew Fernandezremove unused local in plot_dot_polygons
2021-03-29 Matthew Fernandezremove unused GRP_BBOX parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused GRP_RANDOM parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused poly_groups parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused groups parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused exclude_random parameter from get_polygon...
2021-03-29 Matthew Fernandezremove unused bg_color parameter to plot_dot_map
2021-03-29 Matthew Fernandezremove unused processing_polygon
2021-03-29 Matthew Fernandezremove unused parameter from plot_dot_map
2021-03-29 Matthew Fernandezremove unused processing_one_poly
2021-03-29 Matthew FernandezMerge branch 'smattr/0788fe56-dd32-4e9a-b8bf-3371c58ee5...
2021-03-29 Steve RoushFix for TBbalance attribute code
2021-03-29 Matthew FernandezMerge branch 'smattr/59FA12C9-C832-4AC4-ACB6-D82DDDDD61...
2021-03-29 Matthew Fernandezmove HTML_BIT and CNT_BIT initialization to their defin...
2021-03-29 Matthew Fernandezfix incorrect reference counting of interned HTML strings
2021-03-28 Matthew FernandezMerge branch 'smattr/DAA0EC73-A782-4820-A059-EF0529EB29...
2021-03-28 Matthew Fernandezfix: don't run pylint CI job on tags
2021-03-28 Matthew FernandezMerge branch 'smattr/db8f6c58-e183-4b46-a760-45021fce63...
2021-03-28 Matthew Fernandezremove a strcmp micro-optimization
2021-03-28 Matthew Fernandezrephrase unnecessarily cryptic bitwise operations
2021-03-28 Matthew Fernandezremove commented out code
2021-03-28 Matthew Fernandezremove some unnecessary casts
2021-03-28 Matthew Fernandezclean up some awkward manual scoping
2021-03-28 Matthew Fernandezremove some unnecessary bracketing
2021-03-28 Matthew Fernandezremove some useless boolean logic
2021-03-28 Matthew Fernandezremove some commented out code
2021-03-28 Matthew Fernandezremove an open coded NULL
2021-03-28 Matthew Fernandezabbreviate some accumulated operations
2021-03-28 Matthew Fernandezstronger types for set_attrwf parameters
2021-03-28 Matthew Fernandezremove some excess bracketing
2021-03-28 Matthew Fernandezunify an allocation path
2021-03-28 Matthew Fernandezstronger types for startgraph parameters
2021-03-28 Matthew Fernandezremove some cryptic comments
2021-03-28 Matthew Fernandezuse C99 initializers for some objects
2021-03-28 Matthew FernandezMerge branch 'smattr/90b1c88b-9fb0-42ad-bab4-5e3e7ad145...
2021-03-28 Matthew Fernandezremove some -Wsign-conversion warnings
2021-03-28 Matthew Fernandezremove some -Wsign-compare warnings
2021-03-28 Matthew Fernandezsuppress some -Wunused-parameter warnings
2021-03-28 Matthew Fernandezremove some unnecessary bracketing
2021-03-28 Matthew Fernandezsuppress some -Wunused-parameter warnings
2021-03-28 Matthew Fernandezremove some unnecessary casts
2021-03-28 Matthew Fernandezremove an unnecessary use of MIN
2021-03-28 Matthew Fernandezremove unnecessary guard to free() call
2021-03-28 Matthew Fernandezsquash -Wsign-compare warnings in Pango plugin
next