- 13 Nov, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 23 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
The module dl has been deprecated, and has been replaced by ctypes. This also fixes a problem where the dlopen() flags have different numbers in different architectures.
-
- 03 May, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 07 Mar, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 14 Dec, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 23 Oct, 2009 1 commit
-
-
Tiago Peixoto authored
This is a workaround for strange entries in sys.path; either dirs that don't exist, or are in unicode.
-
- 05 Oct, 2009 1 commit
-
-
Tiago Peixoto authored
This completes all the documentation up to this point.
-
- 15 Jul, 2009 1 commit
-
-
Tiago Peixoto authored
This modified several docstrings and introduces a quick-start guide.
-
- 22 Feb, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 06 Feb, 2009 1 commit
-
-
Tiago Peixoto authored
Now inline() automatically converts known variables (such as property maps) and defaults to boost::python objects, instead of scxx objects. The code now is only generated for the current filtered, reversed and/or directed status of the graph, reducing compile time and binary size. Edge modification (remove and add) is now protected by a GraphWrap class, which takes care of the edge index housekeeping, which does not need to be done by hand anymore. The function is also no longer bound to one graph, and can take an arbitrary number of variables of known or unknown types, including graphs.
-
- 19 Sep, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 10 Sep, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 21 Jul, 2008 2 commits
-
-
Tiago Peixoto authored
Use tr1::tuple instead of boost::tuple to get around maximum tuple size limit (this requires GCC 4.3). Introduce get_prop<> template function to facilitate access of property maps from inline C++ code.
-
Tiago Peixoto authored
Also, get rid of g.underlying_graph(), and rely on "private" variable g._Graph__graph instead.
-
- 15 Jul, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 19 May, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 15 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 14 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
A couple of bugs fixed. Local frame dict is read-only in python, so the updated arguments are returned in a dict instead.
-
- 27 Mar, 2008 1 commit
-
-
Tiago Peixoto authored
Put the run_action function in a separate submodule, and make it work properly with the new code.
-