Commit Graph

30 Commits

Author SHA1 Message Date
Alain Miniussi
4a62e6a7e1 Added missing vector serializatin declaration. (#11)
May not be minimal.

Wow, thanks for the fast turnaround, appreciate the help.
2016-10-31 18:49:49 -06:00
Jeremiah Willcock
4ecce542f4 Removed use of "void" as property type to avoid errors in Clang; added static assertion to prevent this use in the future (it is broken anyway)
[SVN r85472]
2013-08-26 04:11:49 +00:00
Jeremiah Willcock
3e3c243346 Fixed unused typedef warnings from GCC 4.9; fixes #8877; fixes #8986
[SVN r85323]
2013-08-12 18:14:58 +00:00
Jeremiah Willcock
8618905125 Fixed warnings
[SVN r78651]
2012-05-26 19:30:47 +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
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
Andrew Sutton
baf876c239 Adding bundled graph properties to distributed graph types.
[SVN r65764]
2010-10-05 16:32:27 +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
dd6b5f8ac5 Fixed VC++10 warnings and errors
[SVN r62042]
2010-05-16 18:06:25 +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
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
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
Jeremiah Willcock
8f13f103a2 Fixed tab issues found by inspect tool
[SVN r55027]
2009-07-19 15:32:27 +00:00
Nicholas Edmonds
64064474c3 added distributed_st_connected_test
[SVN r54749]
2009-07-07 02:17:54 +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
Jeremiah Willcock
c480be041e Fixed warnings; refs #3134
[SVN r53981]
2009-06-16 18:00:31 +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
0d4b917d98 Fixed bugs in test case; refs #3134
[SVN r53931]
2009-06-15 14:12:28 +00:00
Nicholas Edmonds
70ce80c916 Updated CMake build system to match updated Boost.MPI build files. All tests now build and run, examples do not currently build though if the directory is added to the build a CMakeLists.txt file is present.
[SVN r53272]
2009-05-26 03:12:31 +00:00
Nicholas Edmonds
ed9221739a Added "edges_are_sorted" to CSR test case
[SVN r53271]
2009-05-26 03:00:42 +00:00
Jeremiah Willcock
f81b25203a Stamped copyright notices into CMake build files
[SVN r52449]
2009-04-17 17:39:50 +00:00
Jeremiah Willcock
bce5ff8779 Removed tabs
[SVN r52337]
2009-04-11 17:04:44 +00:00
Jeremiah Willcock
3265c93dd1 Merged in code and docs from Parallel BGL; CMake-based build system for tests and examples and docs is not working; src and doc can be built with bjam
[SVN r52313]
2009-04-11 01:33:02 +00:00