Jeremiah Willcock
f52b7df417
Added includes of <utility> for Clang/libc++
...
[SVN r69629]
2011-03-07 19:28:34 +00:00
Jeremiah Willcock
516c833574
Removed superseded workaround from reverse_graph
...
[SVN r69430]
2011-03-01 03:20:29 +00:00
Jeremiah Willcock
fd549fe0fa
Made filtered_graph work with bundled graph properties by fixing bundle_type template; probably fixed other adapters as well
...
[SVN r69404]
2011-02-28 22:41:34 +00:00
Jeremiah Willcock
b52d4724c2
Removed obsolete (and unused) file
...
[SVN r69263]
2011-02-25 06:37:46 +00:00
Jeremiah Willcock
66cd415568
Fixed typo as suggested by Shaun Jackman
...
[SVN r69021]
2011-02-19 04:17:48 +00:00
Jeremiah Willcock
d44293d8a8
Fixed buffer overflow from parallel edges in isomorphism(); fixes #5175
...
[SVN r68979]
2011-02-17 23:00:20 +00:00
Jeremiah Willcock
a0c90983ab
Fixed escaping using patch from #5199 ; fixes #5199
...
[SVN r68972]
2011-02-17 20:02:58 +00:00
Jeremiah Willcock
bb1ce866f8
Applied second patch from #5180 ; fixes #5180
...
[SVN r68949]
2011-02-16 16:35:42 +00:00
Jeremiah Willcock
ac4b12107f
Changed "continue" to "break" in remove_edge_if; fixes #5181
...
[SVN r68781]
2011-02-11 18:39:11 +00:00
Steven Watanabe
a4452c3539
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
074277924a
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Jeremiah Willcock
ec5f6a655c
Fixed URL
...
[SVN r67914]
2011-01-10 15:20:55 +00:00
Jeremiah Willcock
e5341acc43
Changed to StringAlgo for replace operation rather than Xpressive
...
[SVN r67764]
2011-01-07 21:36:01 +00:00
Jeremiah Willcock
19679d3851
Simplifying code for VC++ 7.1
...
[SVN r67724]
2011-01-06 16:30:58 +00:00
Jeremiah Willcock
3624e74d13
Fixed typo
...
[SVN r67723]
2011-01-06 16:24:56 +00:00
Jeremiah Willcock
ae33127eed
Added disambiguation of regex_replace() overloads for VC++ 7.1
...
[SVN r67722]
2011-01-06 16:08:05 +00:00
Jeremiah Willcock
43386bca5c
Fixed assert inspection issues in sequential BGL
...
[SVN r67705]
2011-01-06 02:08:41 +00:00
Jeremiah Willcock
287529480f
Removed deprecated code and docs
...
[SVN r67704]
2011-01-06 02:00:35 +00:00
Jeremiah Willcock
6fb2f7edec
Removed deprecated file
...
[SVN r67703]
2011-01-06 01:51:16 +00:00
Jeremiah Willcock
4a5c105654
Applied patch from #4966 to fix self-loop insertion; fixes #4966
...
[SVN r67110]
2010-12-08 18:11:52 +00:00
Jeremiah Willcock
f132fd060f
Using incantation from Boost.Math (test_laplace.cpp) to try to get Boost.Test linking to work
...
[SVN r67086]
2010-12-07 17:35:24 +00:00
Jeremiah Willcock
595b9abbdc
Simplified code for VC++ 7.1
...
[SVN r67084]
2010-12-07 17:20:55 +00:00
Jeremiah Willcock
0415ceffe0
Removed dynamic linking to Boost.Test
...
[SVN r67069]
2010-12-06 18:20:16 +00:00
Jeremiah Willcock
4000bccb3d
Fixed typo
...
[SVN r67040]
2010-12-05 20:43:45 +00:00
Jeremiah Willcock
2e5db3d026
Testing more example codes
...
[SVN r67038]
2010-12-05 20:39:59 +00:00
Jeremiah Willcock
ff1775df18
Removed <boost/pending/integer_range.hpp> and a few more uses of it; fixes #4642
...
[SVN r67035]
2010-12-05 20:38:44 +00:00
Jeremiah Willcock
b76015210d
Turned off VC++ auto-linking
...
[SVN r67033]
2010-12-05 20:24:28 +00:00
Jeremiah Willcock
086a94c8a5
Applied patch from Matthias Walter
...
[SVN r67031]
2010-12-05 20:17:48 +00:00
Jeremiah Willcock
10b41afc0f
Fixed uninitialized variables
...
[SVN r67014]
2010-12-04 20:49:49 +00:00
Jeremiah Willcock
cc07f4c201
Moved #define up
...
[SVN r67012]
2010-12-04 20:45:42 +00:00
Jeremiah Willcock
904b4cc924
Forcing filesystem version 3
...
[SVN r67011]
2010-12-04 20:45:09 +00:00
Jeremiah Willcock
e864071546
Put in more checks to avoid seg faults
...
[SVN r67010]
2010-12-04 20:39:00 +00:00
Jeremiah Willcock
9bcc1b9a69
Changed to Boost.Filesystem v3
...
[SVN r67008]
2010-12-04 20:31:33 +00:00
Jeremiah Willcock
db812aa773
Fixed complexity of Dijkstra's algorithm; fixes #4852
...
[SVN r66960]
2010-12-01 20:15:41 +00:00
Jeremiah Willcock
6c48845da8
Fixed up computation of property types; fixes #1021
...
[SVN r66907]
2010-11-30 18:16:29 +00:00
Jeremiah Willcock
fb567057df
Fixed bundled graph properties in filtered_graph; fixes #4914
...
[SVN r66900]
2010-11-30 17:48:33 +00:00
Jeremiah Willcock
8e365de488
Applied patch from #4887 -- thank you for the bug report and patch; fixes #4887
...
[SVN r66707]
2010-11-24 01:23:42 +00:00
Jeremiah Willcock
a934539462
Fixed typo; fixes #4851
...
[SVN r66559]
2010-11-13 15:04:24 +00:00
Jeremiah Willcock
f5b408ef7f
Removed access to (unused) edge id attribute, also making that attribute optional; fixes #4843
...
[SVN r66528]
2010-11-12 15:34:20 +00:00
Jeremiah Willcock
7d02f7dd6b
Applied patch from Daniel Trebbien
...
[SVN r66286]
2010-10-30 20:16:17 +00:00
Daniel James
11187e5a25
Link fixes.
...
[SVN r66273]
2010-10-30 14:32:50 +00:00
Jeremiah Willcock
55dec7c079
Fixed signature of copy_one_vertex(); refs #4793
...
[SVN r66204]
2010-10-26 18:37:29 +00:00
Jeremiah Willcock
a3786d7f7e
Repaired copy_component() using suggestion from Christopher Alfeld; fixes #4793
...
[SVN r66203]
2010-10-26 18:24:01 +00:00
Jeremiah Willcock
822fc80494
Merged patch from #4631 and made appropriate doc changes; fixes #4631
...
[SVN r66099]
2010-10-19 16:00:15 +00:00
Jeremiah Willcock
24a2de892f
Fixed remove_edge_if and clear_vertex for subgraphs; commented out remove_vertex; refs #4752 ; fixes #4753
...
[SVN r66098]
2010-10-19 15:55:27 +00:00
Jeremiah Willcock
61d37fe743
Repeating edge insertions (up to a limit) when they fail in generate_random_graph; fixes #4758
...
[SVN r66097]
2010-10-19 15:46:00 +00:00
Jeremiah Willcock
7ba05ec487
Clarified docs further; fixes #4731
...
[SVN r65964]
2010-10-14 19:02:03 +00:00
Jeremiah Willcock
f66d119969
Fixed documentation of distance map; fixes #4737
...
[SVN r65963]
2010-10-14 18:58:00 +00:00
Andrew Sutton
adc6eb0f0d
Clarifying references to MST in Dijkstra's SP algorithm.
...
[SVN r65939]
2010-10-13 13:47:23 +00:00
Jeremiah Willcock
7b97cbf393
Fixed const issue on VC++ 8; fixes #4715
...
[SVN r65836]
2010-10-08 17:32:57 +00:00