summaryrefslogtreecommitdiff
path: root/libs/graph
Commit message (Expand)AuthorAgeFilesLines
* get_property fix for subgraphDouglas Gregor2005-07-221-0/+0
* Make vertices and edges support len()Douglas Gregor2005-07-201-0/+0
* pickle.cpp: Work around MSVC 7.1 bugsDouglas Gregor2005-07-191-0/+0
* Adorn vertex_descriptorDouglas Gregor2005-07-121-0/+0
* Fix blips in inspection reportDouglas Gregor2005-07-121-0/+0
* ExampleDouglas Gregor2005-07-121-0/+0
* basic_graph.cpp:Douglas Gregor2005-07-071-0/+0
* Eliminate unused output_heap functionDouglas Gregor2005-07-071-0/+0
* Eliminate need for unistd.h, isattyDouglas Gregor2005-07-071-0/+0
* Cannot write to a vec_adj_list_vertex_id_mapDouglas Gregor2005-07-071-0/+0
* Add some necessary definesDouglas Gregor2005-07-061-0/+0
* Eat carriage returns, tooDouglas Gregor2005-07-051-0/+0
* silence a useless MSVC warningDouglas Gregor2005-07-051-0/+0
* Try to turn off optimization for Intel compiler, because it ICEs the compilerDouglas Gregor2005-07-051-0/+0
* Do not use bracket syntax when we're only reading a property mapDouglas Gregor2005-06-301-0/+0
* Work around stupid min/max macros, AGAINDouglas Gregor2005-06-241-0/+0
* Make relax work when we're searching for longest pathsDouglas Gregor2005-06-231-0/+0
* Fix main signatureDouglas Gregor2005-06-221-0/+0
* Pickle supportDouglas Gregor2005-06-221-0/+0
* Fix constructor callDouglas Gregor2005-06-141-0/+0
* Fix conversion of Python objects to stringsDouglas Gregor2005-06-101-0/+0
* Deal with macroized maxDouglas Gregor2005-06-091-0/+0
* Fix depth_first_search root_vertex for DigraphDouglas Gregor2005-06-081-0/+0
* Support root_vertex in depth_first_searchDouglas Gregor2005-06-081-0/+0
* Fixes to make things compile for CW, and possibly others.Rene Rivera2005-06-011-0/+0
* Changed - some double constants to floats to stop data-loss warningsVictor A. Wagner Jr.2005-05-191-0/+0
* Update parameter names in non-named parameter version to match those in the n...Douglas Gregor2005-05-101-0/+0
* min/max fixesEric Niebler2005-05-091-0/+0
* Don't dereference NULL pointers, even though the code will never runDouglas Gregor2005-05-041-0/+0
* Fix some typosDouglas Gregor2005-05-021-0/+0
* Edmunds-Karp also requires IncidenceGraphDouglas Gregor2005-05-021-0/+0
* Support set_property and get_propertyDouglas Gregor2005-05-021-0/+0
* Documentation and example patch from Andreas SchererDouglas Gregor2005-05-021-0/+0
* Document which compilers work well with the BGL-Python bindingsDouglas Gregor2005-04-221-0/+0
* boost/graph/king_ordering.hpp:Douglas Gregor2005-04-221-0/+0
* Work around broken standard librariesDouglas Gregor2005-04-221-0/+0
* Apply Joel's workaround for VC++ 8.0 as well as 7.1Douglas Gregor2005-04-221-0/+0
* Turn off debug symbols by defaultDouglas Gregor2005-04-221-0/+0
* Jamfile: Use -GR- instead of /GR- to keep bjam from flipping the slash to a b...Douglas Gregor2005-04-221-0/+0
* Turn off optimization for the visualization libDouglas Gregor2005-04-211-0/+0
* king_ordering.hpp: Access colors vector with index, not vertexDouglas Gregor2005-04-211-0/+0
* Workaround for VC7.1Joel de Guzman2005-04-211-0/+0
* doc/*: Document Python bindingsDouglas Gregor2005-04-201-0/+0
* Document all of the BGL algorithms that are available in the Python bindings.Douglas Gregor2005-04-201-0/+0
* cuthill_mckee_ordering.hpp, king_ordering.hpp:Douglas Gregor2005-04-201-0/+0
* Started documenting Python bindingsDouglas Gregor2005-04-191-0/+0
* Deal with local/global issues with subgraph bundled propertiesDouglas Gregor2005-04-181-0/+0
* boost/graph/cuthill_mckee_ordering.hpp, boost/graph/king_ordering.hpp:Douglas Gregor2005-04-171-0/+0
* Fix bundled properties support in filtered_graph adaptor and add it to revers...Douglas Gregor2005-04-171-0/+0
* boost/graph/filtered_graph.hpp, boost/graph/graph_traits.hpp,Douglas Gregor2005-04-151-0/+0