Commit Graph

104 Commits

Author SHA1 Message Date
Christopher Hite
0a1a2ec522 optional_optimization branch
[SVN r77091]
2012-02-22 10:37:27 +00:00
Jeremiah Willcock
588aff43ef Removed unused, broken image file; fixes #6520
[SVN r76866]
2012-02-04 04:59:24 +00:00
Jeremiah Willcock
c77a9b5ad1 Applied fixed version of patch from #6293; fixes #6293
[SVN r76050]
2011-12-18 21:09:34 +00:00
Jeremiah Willcock
922ef24305 Fixed inspection report issues
[SVN r74094]
2011-08-27 19:35:05 +00:00
Jeremiah Willcock
1c85839811 Fixed to get edge target from correct graph
[SVN r73998]
2011-08-22 01:43:29 +00:00
Jeremiah Willcock
e0edf41d46 Removed calls to exit(); fixes #5185
[SVN r73425]
2011-07-29 01:44:48 +00:00
Nicholas Edmonds
c86337d3a1 Added distance map initialization and 'min' reduction operation for distance maps
[SVN r71704]
2011-05-03 23:04:39 +00:00
Steven Watanabe
11e660b615 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
2d5c7d4ff5 Fixed ambiguity issues when compiling with C++0x support enabled.
[SVN r68155]
2011-01-14 17:37:59 +00:00
Bryce Adelstein-Lelbach
a4462dc13b Removed the use of __gnu_cxx::is_sorted from Boost.Graph as it's lolnonportable,
implemented a version of the algorithm as a replacement,



[SVN r68144]
2011-01-14 03:02:47 +00:00
Bryce Adelstein-Lelbach
be71c5cde9 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
53c7e3bef1 Fixed assert issues from inspection report for PBGL
[SVN r67706]
2011-01-06 02:27:26 +00:00
Jeremiah Willcock
7ba3289a78 Fixed compile failure with Boost.Filesystem v3
[SVN r67041]
2010-12-05 21:08:52 +00:00
Andrew Sutton
baf876c239 Adding bundled graph properties to distributed graph types.
[SVN r65764]
2010-10-05 16:32:27 +00:00
Jeremiah Willcock
dcff0c9954 Allowed boost::intmax_t as a pointer serialization type to hopefully avoid problems on LLP64 systems; fixes #4366
[SVN r63643]
2010-07-05 04:17:58 +00:00
Jeremiah Willcock
130f0860e4 Added boost:: to all uses of tie() to disambiguate from std version
[SVN r63244]
2010-06-22 18:02:43 +00:00
Jeremiah Willcock
33e08f9016 Fixed warnings about ambiguous else clauses
[SVN r62404]
2010-06-03 15:46:01 +00:00
Jeremiah Willcock
613c642cf0 Changed "and" to "&&" in #if statements to appease VC++ 10
[SVN r62271]
2010-05-27 17:31:40 +00:00
Jeremiah Willcock
28175b0ddc Fixed log ambiguity in VC++ 10
[SVN r62176]
2010-05-24 17:40:07 +00:00
Jeremiah Willcock
dd6b5f8ac5 Fixed VC++10 warnings and errors
[SVN r62042]
2010-05-16 18:06:25 +00:00
Jeremiah Willcock
6c60d95c5d Working on refactoring properties and fixing vertex_bundle_t and edge_bundle_t
[SVN r61858]
2010-05-08 20:26:01 +00:00
Jeremiah Willcock
e8e5473f8f Changed to use property_traits in preparation for SFINAE-enabled property_traits
[SVN r60365]
2010-03-08 19:43:09 +00:00
Jeremiah Willcock
1bf118a0ab Changed to allow characters that are not 8-bit; added one-bit-per-color color map
[SVN r60079]
2010-03-02 19:53:47 +00:00
Jeremiah Willcock
179d81de5a Fixed warnings in test cases
[SVN r60078]
2010-03-02 19:52:20 +00:00
Jeremiah Willcock
67fcc3bef3 Fixed GCC 4.4 warnings
[SVN r58295]
2009-12-11 19:08:10 +00:00
Jeremiah Willcock
b27cb5e180 Fixed bad redirect
[SVN r58183]
2009-12-06 04:57:32 +00:00
Jeremiah Willcock
22e3ac3dc4 Fixed bad comment syntax
[SVN r58181]
2009-12-06 04:53:58 +00:00
Jeremiah Willcock
1402c02ecf Qualified names of get() functions
[SVN r58091]
2009-12-01 20:25:30 +00:00
Jeremiah Willcock
3b41821429 Removed obsolete file
[SVN r57901]
2009-11-24 19:43:16 +00:00
Jeremiah Willcock
38b7093700 Removed old CSR interface; fixes #3135
[SVN r57898]
2009-11-24 18:38:28 +00:00
Vladimir Prus
a9b02da5d5 Fix compilation error due to undefined fprintf/stderr.
[SVN r57782]
2009-11-19 06:10:26 +00:00
Jeremiah Willcock
3623cc91d6 Fixed warnings
[SVN r57559]
2009-11-11 02:57:44 +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
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
2973f8f7d0 Fix type in 'user-config.jam' in diagnostic message
[SVN r55696]
2009-08-21 12:44:17 +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
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
8f13f103a2 Fixed tab issues found by inspect tool
[SVN r55027]
2009-07-19 15:32:27 +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