Commit Graph

186 Commits

Author SHA1 Message Date
Jeremiah Willcock
189aa3247d Merged r57525 from trunk (removing /GR- for VC++ 8)
[SVN r57527]
2009-11-09 20:52:59 +00:00
Vladimir Prus
cb805c1d2c Simplify Jamfile. Fixes #3560
[SVN r57526]
2009-11-09 20:51:12 +00:00
Jeremiah Willcock
0f19caa8b9 Removed /GR- option from VC 8
[SVN r57525]
2009-11-09 20:46:46 +00:00
Troy D. Straszheim
31b75e9bee rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
746a486eb5 rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Jeremiah Willcock
6a25eefbc5 Merged in changes from trunk for Boost.Graph and Boost.PropertyMap. Includes
r56013, r56014, r56015, r56016, r56017, r56089, r56097, r56116, r56117, r56126,
r56127, r56128, r56140, r56147, r56300, r56301, r56339, r56360, r56454, r56473,
r56563, r56651, r56654, r56658, r56682, r56732, r56796, r56855, r56856, r56868,
r55667, r56860, r55473, r55507, r55528, r55749, r56147, r55723, r56109, r56859,
and r55780.


[SVN r56881]
2009-10-15 20:40:46 +00:00
Nicholas Edmonds
a5f5e55907 Changed boost::get() call to get() to reflect new distributed property map namespace (boost::parallel)
[SVN r56860]
2009-10-15 02:56:31 +00:00
Nicholas Edmonds
807959d993 Added edges_are_sorted tag to distributed CSR graph ctor since passing a sorted iterator range to the unsorted ctor seems to produce a different graph than passing a sorted iterator range to the sorted ctor.
[SVN r56859]
2009-10-15 02:44:24 +00:00
Nicholas Edmonds
a245946e41 added redirect to doc/html/index.html
[SVN r56360]
2009-09-22 21:13:41 +00:00
Jeremiah Willcock
008c7defd5 Refactored and added bidirectional CSR support; fixes #3386
[SVN r56128]
2009-09-09 21:29:17 +00:00
Jeremiah Willcock
5206762c5a Changed directedS case to a specialization
[SVN r56117]
2009-09-08 23:36:49 +00:00
Jeremiah Willcock
47c17d78d1 Refactored CSR graph code to get ready for bidirectional support
[SVN r56116]
2009-09-08 22:55:05 +00:00
Vladimir Prus
3cdc14093d Merge: Fix type in 'user-config.jam' in diagnostic message
[SVN r55697]
2009-08-21 12:46:00 +00:00
Vladimir Prus
2973f8f7d0 Fix type in 'user-config.jam' in diagnostic message
[SVN r55696]
2009-08-21 12:44:17 +00:00
Jeremiah Willcock
3a54457ebb Merged r55247 from trunk
[SVN r55248]
2009-07-29 03:46:42 +00:00
Jeremiah Willcock
a6379d5d0d Changed .tpp file to .ipp so it would be installed
[SVN r55247]
2009-07-29 03:28:25 +00:00
Jeremiah Willcock
6b06366ced Merged r55245 from trunk
[SVN r55246]
2009-07-29 03:01:59 +00:00
Jeremiah Willcock
f555fa0abd Moved included .cpp files to .ipp so that they will be installed
[SVN r55245]
2009-07-29 02:54:07 +00:00
Jeremiah Willcock
e38502c4c0 Applied r55027 from trunk, except cycle_ratio_example.cpp which was already fixed
[SVN r55045]
2009-07-20 15:07:14 +00:00
Jeremiah Willcock
8f13f103a2 Fixed tab issues found by inspect tool
[SVN r55027]
2009-07-19 15:32:27 +00:00
Jeremiah Willcock
5ee0472280 Merged in comments 59-61 from #3134, plus other changes; all merges for 1.40 should be done now; closes #3134
[SVN r54751]
2009-07-07 02:52:15 +00:00
Jeremiah Willcock
88755a71c5 Fixed header file; refs #3134
[SVN r54750]
2009-07-07 02:27:57 +00:00
Nicholas Edmonds
64064474c3 added distributed_st_connected_test
[SVN r54749]
2009-07-07 02:17:54 +00:00
Nicholas Edmonds
deabe9a69b switched boost::parallel::process_group to boost::graph::parallel::process_group, same for process_group_type
[SVN r54748]
2009-07-07 02:07:42 +00:00
Jeremiah Willcock
d95eccfe7d Added file for Nick; refs #3134
[SVN r54747]
2009-07-07 02:05:02 +00:00
Jeremiah Willcock
cbf7da6b8c Fixed warning; refs #3134
[SVN r54746]
2009-07-07 01:55:19 +00:00
Nicholas Edmonds
eb6a9709ba switched to tagged CSR ctor
[SVN r54745]
2009-07-07 01:36:53 +00:00
Nicholas Edmonds
06cbce0f77 switched to tagged ctor
[SVN r54744]
2009-07-07 01:32:52 +00:00
Nicholas Edmonds
a0dd93627e switched to tagged ctor
[SVN r54743]
2009-07-07 01:32:33 +00:00
Nicholas Edmonds
5b62d832f0 Added st_connected()
[SVN r54742]
2009-07-07 01:23:09 +00:00
Nicholas Edmonds
946ce04991 Added new tagged distributed CSR ctors and structural modifiers (i.e. add_vertex/add_edge, currently ifdef'ed out until a bug in them is fixed)
[SVN r54741]
2009-07-07 01:21:47 +00:00
Nicholas Edmonds
ba26b0d622 Removed ownermap hack for tuples and pairs
[SVN r54740]
2009-07-07 01:18:47 +00:00
Nicholas Edmonds
849cd8ad25 Removed x87 floating point hack as its in relax() now
[SVN r54739]
2009-07-07 01:17:30 +00:00
Jeremiah Willcock
58892be918 Merged in commits on trunk mentioned in comments 1-32 of #3134, plus r54059 not listed there; refs #3134
[SVN r54064]
2009-06-18 19:34:25 +00:00
Nicholas Edmonds
b75963063c Removed x87 floating point precision workarounds as this was moved to boost/graph/relax.hpp in r54044.
This commit refs ticket #3134 as it will need to be merged to the release branch.



[SVN r54059]
2009-06-18 18:29:53 +00:00
Vladimir Prus
53f44f30e5 Add copyright. Addresses #3134.
[SVN r53982]
2009-06-16 18:43:31 +00:00
Jeremiah Willcock
c480be041e Fixed warnings; refs #3134
[SVN r53981]
2009-06-16 18:00:31 +00:00
Jeremiah Willcock
69d35d5e7a Fixed warnings; refs #3134
[SVN r53941]
2009-06-15 18:24:59 +00:00
Jeremiah Willcock
f6a3ea48fe Removed unused variable; refs #3134
[SVN r53939]
2009-06-15 16:56:02 +00:00
Jeremiah Willcock
4935de62e9 Changed tests to use only two processors
[SVN r53937]
2009-06-15 16:43:55 +00:00
Jeremiah Willcock
908e7798c8 Added Jamfile courtesy of Vladimir Prus; refs #3134
[SVN r53934]
2009-06-15 14:27:07 +00:00
Jeremiah Willcock
87094bdc30 Added Jamfile to build examples, courtesy of Vladimir Prus; refs #3134
[SVN r53933]
2009-06-15 14:22:31 +00:00
Jeremiah Willcock
3d76bf7a8b Fixed warnings; refs #3134
[SVN r53932]
2009-06-15 14:21:38 +00:00
Jeremiah Willcock
0d4b917d98 Fixed bugs in test case; refs #3134
[SVN r53931]
2009-06-15 14:12:28 +00:00
Jeremiah Willcock
ad6771ad6d Fixed issue from #3156; fixes #3156, refs #3134
[SVN r53777]
2009-06-09 17:42:02 +00:00
Jeremiah Willcock
9997220476 Merged over Parallel BGL from trunk, merged over many BGL and property map changes from trunk
[SVN r53753]
2009-06-08 15:45:46 +00:00
Jeremiah Willcock
88e3f01842 Made name more obvious
[SVN r53472]
2009-05-31 00:25:22 +00:00
Jeremiah Willcock
0c5e0b3f43 Removed links to external images; added script to build docs that downloads them automatically
[SVN r53471]
2009-05-31 00:24:43 +00:00
Jeremiah Willcock
6ace2f3639 Fixed syntax
[SVN r53470]
2009-05-31 00:21:28 +00:00
Jeremiah Willcock
01f3808b80 Fixed links to PBGL logo; rebuilt HTML files
[SVN r53469]
2009-05-30 23:22:46 +00:00