Douglas Gregor
ecedcaa5a3
Fix some documentation issues. Fixes #1655 , fixes #1660
...
[SVN r43680]
2008-03-17 17:34:46 +00:00
Daniel James
07eee8a2a1
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
e45cfb0ee3
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
Douglas Gregor
231f4c3573
Fix add_vertex and add_vertices when the CSR graph has vertex properties
...
[SVN r43117]
2008-02-05 20:51:23 +00:00
K. Noel Belcourt
40af610e8f
Fixes #416
...
Fixed spelling of Jack Edmonds name and renamed files
where necessary. Updated the documentation as well.
Tested changes by building/running tests in libs/graph/test.
[SVN r42984]
2008-01-26 18:35:59 +00:00
Aaron Windsor
341a685ff1
Cleaning up #includes to avoid errors on gcc 4.1 and above.
...
[SVN r41227]
2007-11-19 15:28:26 +00:00
Aaron Windsor
6365afac60
Shortening file name of a graph test to < 32 characters
...
[SVN r40864]
2007-11-07 02:30:38 +00:00
Aaron Windsor
c28a996668
Renaming planar graph test files to under 32 characters each.
...
[SVN r40836]
2007-11-06 13:55:05 +00:00
Douglas Gregor
23ca414964
Merge in Boost.Graph changes from RC_1_34_0 branch
...
[SVN r40813]
2007-11-05 21:43:24 +00:00
Douglas Gregor
c09b24159b
Removed ancient BGL-Python code
...
[SVN r40812]
2007-11-05 21:25:10 +00:00
Douglas Gregor
eb60f8c235
Add copyright, 1.34.1 history
...
[SVN r40809]
2007-11-05 21:20:23 +00:00
Dave Abrahams
3884b842c6
Updated Concept Check library documentation.
...
Changed BOOST_CONCEPT_WHERE to BOOST_CONCEPT_REQUIRES to be more
consistent with the current C++0x proposal, which now uses a
"requires" keyword in lieu of "where."
Factored GCC workarounds into the BOOST_CONCEPT_USAGE macro.
[SVN r40769]
2007-11-05 03:54:19 +00:00
Douglas Gregor
05a4441935
Fix for Borland/CodeGear, from JongSoo Park
...
[SVN r40673]
2007-11-02 03:07:24 +00:00
Douglas Gregor
8e5d48c839
Use unsigned long long for the path count to avoid overflows. Fixes #1398
...
[SVN r40645]
2007-11-01 16:16:30 +00:00
Vladimir Prus
da3b568cb4
Make sure every library can be installed by using
...
bjam stage|install
in libs/<library>/build.
[SVN r40475]
2007-10-26 09:04:25 +00:00
Aaron Windsor
e9747c0143
Un-asserted two function calls - this was causing the function calls to turn into no-ops when the example was compiled with debugging off.
...
[SVN r40167]
2007-10-19 00:16:36 +00:00
Aaron Windsor
e54f2934e1
Trying to clear some errors from Sun CC.
...
[SVN r39871]
2007-10-10 02:18:37 +00:00
Aaron Windsor
c691ac49f7
Adding some missing typenames
...
[SVN r39773]
2007-10-07 23:49:07 +00:00
Aaron Windsor
fa42d8aa92
Fix config issue for cycle ratio tests - the path to the input file used in the test should be relative to the graph test subdirectory.
...
[SVN r39767]
2007-10-07 18:43:16 +00:00
Aaron Windsor
40ffa294a2
Fixing some errors and warnings on the planar graph tests coming from Sun compilers.
...
[SVN r39763]
2007-10-07 16:52:39 +00:00
Ronald Garcia
98d0755817
Made the output of the example program more realistic.
...
[SVN r39524]
2007-09-25 15:36:35 +00:00
Ronald Garcia
2f99e5b87f
Initial Revision. Stolen from the write-graphviz.html docs.
...
[SVN r39523]
2007-09-25 15:32:23 +00:00
Aaron Windsor
1cc2f6e13a
Some fixes for errors and warnings on HP cxx.
...
[SVN r39480]
2007-09-22 17:41:18 +00:00
Ronald Garcia
2006d41573
small html and grammar fixes.
...
[SVN r39442]
2007-09-21 12:33:31 +00:00
Ronald Garcia
4bda985420
A little note to minimize confusion (I know I was confused).
...
[SVN r39435]
2007-09-20 23:22:46 +00:00
Douglas Gregor
666a919f70
Fix the cycle ratio tests for real
...
[SVN r39286]
2007-09-14 21:17:06 +00:00
Douglas Gregor
03560ab9ae
Teach cycle_ratio_tests to find its input files during regression testing
...
[SVN r39246]
2007-09-13 19:41:27 +00:00
Aaron Windsor
a86a446429
Modified odd_components_counter to fix signed/unsigned mismatch on Sandi pgi-6.1 tests.
...
[SVN r39112]
2007-09-03 15:04:05 +00:00
Aaron Windsor
8dfc1ad52c
merging planar graph algorithms into the BGL
...
[SVN r38956]
2007-08-25 21:11:06 +00:00
Douglas Gregor
dcb43119d5
Revert inadvertent changes to csr_graph_test.cpp
...
[SVN r38741]
2007-08-17 14:57:54 +00:00
Vladimir Prus
aa79cb6919
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Douglas Gregor
9d3d4e9a44
Pointless change
...
[SVN r38493]
2007-08-07 13:05:43 +00:00
Douglas Gregor
5461181e7f
relaxed_heap.hpp:
...
- Use boost::none in all the right places. Fixes #1072 . Big thanks to
David Gleich!
[SVN r38330]
2007-07-31 21:58:36 +00:00
Douglas Gregor
d0432740ef
Maximum and minimum cycle ratio
...
[SVN r38308]
2007-07-30 13:01:16 +00:00
Douglas Gregor
e6cd5bc377
Fix minor typo
...
[SVN r38287]
2007-07-25 20:23:19 +00:00
Ronald Garcia
a080a480ce
Fixed an inconsistency between explicit graph properties and implicit
...
(without a "graph" keyword and brackets).
[SVN r38049]
2007-06-21 16:12:46 +00:00
Ronald Garcia
1dfcd0e6fb
Fixed up the testing for graph names.
...
[SVN r38048]
2007-06-21 16:12:05 +00:00
Ronald Garcia
f3c29e22d2
Added a test case to make sure that the contents of c-strings are not
...
subject to whitespace skipping.
[SVN r38045]
2007-06-20 16:28:50 +00:00
Ronald Garcia
f6a8e8c66e
Fixed a bug in c-style string parsing...need to turn whitespace
...
skipping off using lexeme_d.
[SVN r38044]
2007-06-20 16:24:06 +00:00
Aaron Windsor
54ff05ca06
added named parameters for vertex_invariant1, vertex_invariant2, and vertex_max_invariant, from isomorphism.hpp
...
[SVN r37995]
2007-06-15 12:38:13 +00:00
Aaron Windsor
1b69ebe5b5
documented the named parameters vertex_invariant1, vertex_invariant2, and vertex_max_invariant
...
[SVN r37994]
2007-06-15 12:34:32 +00:00
Douglas Gregor
96f923a52e
Rename/remove some detail algorithms to avoid a conflict with the string algorithms library
...
[SVN r37828]
2007-05-31 12:14:31 +00:00
Douglas Gregor
9445aff028
Fix overflow handling with negative values as reported in http://lists.boost.org/boost-users/2007/05/28205.php
...
[SVN r37812]
2007-05-29 15:22:29 +00:00
Jeremy Siek
f65f09bba9
added preprocessor guards
...
[SVN r37432]
2007-04-13 16:05:53 +00:00
Douglas Gregor
43f0e01be5
Add include of <climits>
...
[SVN r37414]
2007-04-10 23:05:46 +00:00
Aaron Windsor
7fdb4af8f6
a few more bug fixes
...
[SVN r37222]
2007-03-18 16:21:46 +00:00
Douglas Gregor
660107b872
Pick up Aaron Windsor's fixes
...
[SVN r37191]
2007-03-15 14:12:41 +00:00
Douglas Gregor
ee9b816984
Remove broken Fibonacci heap
...
[SVN r37190]
2007-03-15 14:03:06 +00:00
Stephan Diederich
e79c27b97b
changed coloring to be consistent with edmunds_karp_max_flow
...
[SVN r37167]
2007-03-11 11:56:10 +00:00
Dave Abrahams
b2bc98e410
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
[SVN r37057]
2007-02-24 22:40:59 +00:00