| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix blips in inspection report | Douglas Gregor | 2005-07-12 | 1 | -0/+0 |
* | Example | Douglas Gregor | 2005-07-12 | 1 | -0/+0 |
* | basic_graph.cpp: | Douglas Gregor | 2005-07-07 | 1 | -0/+0 |
* | Eliminate unused output_heap function | Douglas Gregor | 2005-07-07 | 1 | -0/+0 |
* | Eliminate need for unistd.h, isatty | Douglas Gregor | 2005-07-07 | 1 | -0/+0 |
* | Cannot write to a vec_adj_list_vertex_id_map | Douglas Gregor | 2005-07-07 | 1 | -0/+0 |
* | Add some necessary defines | Douglas Gregor | 2005-07-06 | 1 | -0/+0 |
* | Eat carriage returns, too | Douglas Gregor | 2005-07-05 | 1 | -0/+0 |
* | silence a useless MSVC warning | Douglas Gregor | 2005-07-05 | 1 | -0/+0 |
* | Try to turn off optimization for Intel compiler, because it ICEs the compiler | Douglas Gregor | 2005-07-05 | 1 | -0/+0 |
* | Do not use bracket syntax when we're only reading a property map | Douglas Gregor | 2005-06-30 | 1 | -0/+0 |
* | Work around stupid min/max macros, AGAIN | Douglas Gregor | 2005-06-24 | 1 | -0/+0 |
* | Make relax work when we're searching for longest paths | Douglas Gregor | 2005-06-23 | 1 | -0/+0 |
* | Fix main signature | Douglas Gregor | 2005-06-22 | 1 | -0/+0 |
* | Pickle support | Douglas Gregor | 2005-06-22 | 1 | -0/+0 |
* | Fix constructor call | Douglas Gregor | 2005-06-14 | 1 | -0/+0 |
* | Fix conversion of Python objects to strings | Douglas Gregor | 2005-06-10 | 1 | -0/+0 |
* | Deal with macroized max | Douglas Gregor | 2005-06-09 | 1 | -0/+0 |
* | Fix depth_first_search root_vertex for Digraph | Douglas Gregor | 2005-06-08 | 1 | -0/+0 |
* | Support root_vertex in depth_first_search | Douglas Gregor | 2005-06-08 | 1 | -0/+0 |
* | Fixes to make things compile for CW, and possibly others. | Rene Rivera | 2005-06-01 | 1 | -0/+0 |
* | Changed - some double constants to floats to stop data-loss warnings | Victor A. Wagner Jr. | 2005-05-19 | 1 | -0/+0 |
* | Update parameter names in non-named parameter version to match those in the n... | Douglas Gregor | 2005-05-10 | 1 | -0/+0 |
* | min/max fixes | Eric Niebler | 2005-05-09 | 1 | -0/+0 |
* | Don't dereference NULL pointers, even though the code will never run | Douglas Gregor | 2005-05-04 | 1 | -0/+0 |
* | Fix some typos | Douglas Gregor | 2005-05-02 | 1 | -0/+0 |
* | Edmunds-Karp also requires IncidenceGraph | Douglas Gregor | 2005-05-02 | 1 | -0/+0 |
* | Support set_property and get_property | Douglas Gregor | 2005-05-02 | 1 | -0/+0 |
* | Documentation and example patch from Andreas Scherer | Douglas Gregor | 2005-05-02 | 1 | -0/+0 |
* | Document which compilers work well with the BGL-Python bindings | Douglas Gregor | 2005-04-22 | 1 | -0/+0 |
* | boost/graph/king_ordering.hpp: | Douglas Gregor | 2005-04-22 | 1 | -0/+0 |
* | Work around broken standard libraries | Douglas Gregor | 2005-04-22 | 1 | -0/+0 |
* | Apply Joel's workaround for VC++ 8.0 as well as 7.1 | Douglas Gregor | 2005-04-22 | 1 | -0/+0 |
* | Turn off debug symbols by default | Douglas Gregor | 2005-04-22 | 1 | -0/+0 |
* | Jamfile: Use -GR- instead of /GR- to keep bjam from flipping the slash to a b... | Douglas Gregor | 2005-04-22 | 1 | -0/+0 |
* | Turn off optimization for the visualization lib | Douglas Gregor | 2005-04-21 | 1 | -0/+0 |
* | king_ordering.hpp: Access colors vector with index, not vertex | Douglas Gregor | 2005-04-21 | 1 | -0/+0 |
* | Workaround for VC7.1 | Joel de Guzman | 2005-04-21 | 1 | -0/+0 |
* | doc/*: Document Python bindings | Douglas Gregor | 2005-04-20 | 1 | -0/+0 |
* | Document all of the BGL algorithms that are available in the Python bindings. | Douglas Gregor | 2005-04-20 | 1 | -0/+0 |
* | cuthill_mckee_ordering.hpp, king_ordering.hpp: | Douglas Gregor | 2005-04-20 | 1 | -0/+0 |
* | Started documenting Python bindings | Douglas Gregor | 2005-04-19 | 1 | -0/+0 |
* | Deal with local/global issues with subgraph bundled properties | Douglas Gregor | 2005-04-18 | 1 | -0/+0 |
* | boost/graph/cuthill_mckee_ordering.hpp, boost/graph/king_ordering.hpp: | Douglas Gregor | 2005-04-17 | 1 | -0/+0 |
* | Fix bundled properties support in filtered_graph adaptor and add it to revers... | Douglas Gregor | 2005-04-17 | 1 | -0/+0 |
* | boost/graph/filtered_graph.hpp, boost/graph/graph_traits.hpp, | Douglas Gregor | 2005-04-15 | 1 | -0/+0 |
* | Work around MSVC6 bugs | Douglas Gregor | 2005-04-14 | 1 | -0/+0 |
* | Copyright statement and a using directive | Douglas Gregor | 2005-04-14 | 1 | -0/+0 |
* | Work around bugs in Intel 7.1 compiler and VC6 library | Douglas Gregor | 2005-04-14 | 1 | -0/+0 |
* | Workaround for standard libraries without templated iterator constructors | Douglas Gregor | 2005-04-14 | 1 | -0/+0 |