- 15 Sep, 2020 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This fixes issue #678
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 14 Sep, 2020 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 01 Sep, 2020 1 commit
-
-
Tiago Peixoto authored
-
- 29 Aug, 2020 4 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Simplifications identified with the help of Coverity See merge request count0/graph-tool!38
-
- 28 Aug, 2020 2 commits
-
-
Alex Henrie authored
-
Alex Henrie authored
-
- 25 Aug, 2020 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 23 Aug, 2020 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 21 Aug, 2020 3 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
Detect expat using pkg-config See merge request count0/graph-tool!37
-
David Seifert authored
* `AX_LIB_EXPAT` has a big practical issue: It tries to detect expat by injecting various paths, among which is /usr/lib. This is extremely problematic, as /usr/lib usually contains 32-bit libraries on 64-bit systems and thereby kills linkers such as LLD that reject 32-bit binaries when linking 64-bit binaries. `pkg-config` does not inject /usr/lib, and can also be overridden at configure time. Closes: https://bugs.gentoo.org/737974
-
- 19 Aug, 2020 2 commits
-
-
Tiago Peixoto authored
Increase Boost Python function arity only when necessary See merge request count0/graph-tool!36
-
Alex Henrie authored
-
- 18 Aug, 2020 3 commits
-
-
Tiago Peixoto authored
Fix dot graph reader Closes #450 See merge request count0/graph-tool!35
-
Tiago Peixoto authored
Adjust use of libgvc to fix two graphviz_draw issues Closes #597 See merge request count0/graph-tool!34
-
Jeff Trull authored
The correct type for the dynamic property map key is actually graph_property_tag, not multigraph_t*. It looks like graph property maps only store a single value...
-
- 17 Aug, 2020 1 commit
-
-
Jeff Trull authored
One issue was reported to the mailing list on 2020-08-17 by Rolf Sander; the testcase is: import graph_tool.all as gt g = gt.Graph() v0 = g.add_vertex() v1 = g.add_vertex() e01 = g.add_edge(v0,v1) e11 = g.add_edge(v1,v1) # loop gt.graphviz_draw(g) The other is issue #597 "Graphviz_draw core dumping when using HTML labels" Basically these changes add extra type information for interacting with libgvc.
-
- 12 Aug, 2020 1 commit
-
-
Tiago Peixoto authored
-
- 11 Aug, 2020 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 06 Aug, 2020 1 commit
-
-
Tiago Peixoto authored
-
- 05 Aug, 2020 1 commit
-
-
Tiago Peixoto authored
-
- 04 Aug, 2020 1 commit
-
-
Tiago Peixoto authored
-
- 02 Aug, 2020 1 commit
-
-
Tiago Peixoto authored
Remove uncessary exception throwing and property map checking.
-
- 31 Jul, 2020 1 commit
-
-
Tiago Peixoto authored
UTF8 is not strictly valid for GML, but it doesn't hurt.
-
- 29 Jul, 2020 5 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
Tiago Peixoto authored
With this, edge properties with convertible types are always copied, regardless if the edge set is the same between target and source graphs. In case the edge set is not the same, the properties are copied only for the edges in the intersection.
-