0fe24eb963remove irritating warning, make 'make modularize' before install optional
Troy D. Straszheim
2009-05-13 15:30:45 +0000
3f45234711Use the variable BOOST_REGRESSION_TESTS to enable Boost regression testing
Douglas Gregor
2009-05-13 15:30:04 +0000
47b35fb31eAdded missing labeled graph file.
Andrew Sutton
2009-05-13 11:49:42 +0000
f1df4d1793Added Perl-5.10 "branch reset" support.
John Maddock
2009-05-13 09:17:36 +0000
b524397ba7Use enum constants rather than local variables for integral constants. Should fix dynamic_bitset failures on GCC 4.3.x
Douglas Gregor
2009-05-13 06:11:03 +0000
18c962ce28tune up spirit-cmake
Troy D. Straszheim
2009-05-13 05:40:19 +0000
b6f2b4e4acAttempt to work around a package-building problem with the CMake-generated NSIS script
Douglas Gregor
2009-05-13 04:00:31 +0000
74ff71d457Update Boost version in the CMake build system
Douglas Gregor
2009-05-13 03:54:32 +0000
6d1525bbdaSpirit: more Qi regression tests
Hartmut Kaiser
2009-05-13 02:15:23 +0000
c3037fa5bdSpirit: fixed copyrights
Hartmut Kaiser
2009-05-13 02:15:00 +0000
9119bb6b71Spirit: More lexer regression tests
Hartmut Kaiser
2009-05-13 02:11:53 +0000
73efd7e8f9Spirit: fixed a lexer regression
Hartmut Kaiser
2009-05-13 02:10:49 +0000
c38f032d6eSpirit: fixing long standing problem with lazy generators in Karma
Hartmut Kaiser
2009-05-13 01:39:03 +0000
4bf93ac7c2Spirit: removing not needed file
Hartmut Kaiser
2009-05-13 01:37:42 +0000
fd09d23a15Spirit: More reverting
Hartmut Kaiser
2009-05-12 23:03:19 +0000
af0b3a408eSpirit: reverting recent changes
Hartmut Kaiser
2009-05-12 21:39:50 +0000
69c47c2544merged [49289] and [52371] from trunk
Joaquín M López Muñoz
2009-05-12 20:01:46 +0000
0fc2aedfb1Added docs for in-place construction
Jeremiah Willcock
2009-05-12 17:20:55 +0000
200081ea82Corrected name of sorting algorithm used
Jeremiah Willcock
2009-05-12 17:05:45 +0000
9bc877b49bAdded in-place construction of CSR graphs from separate, mutable vectors of sources and targets
Jeremiah Willcock
2009-05-12 17:01:09 +0000
5e82a5ca63Merged in smart_ptr changes from the sandbox/boost0x branch created for BoostCon '09. This adds move semantics to weak_ptr and intrusive_ptr.
Timothy Zachary Laine
2009-05-12 16:18:15 +0000
427cb13249Merge from trunk
Beman Dawes
2009-05-12 11:27:19 +0000
ca3a626f7eDocumentation update
Hartmut Kaiser
2009-05-11 18:11:27 +0000
c249f28a56Cleaning up some build issues in the imoprted examples.
Andrew Sutton
2009-05-11 17:45:47 +0000
d3ba194236Added a function to help debugging during testing.
Andrew Sutton
2009-05-11 17:44:17 +0000
6ca0b9a5c0Added missing test file
Andrew Sutton
2009-05-11 17:43:48 +0000
ab26c0cd02Added a legitimate graph testing framework.
Andrew Sutton
2009-05-11 17:43:24 +0000
7e75ac4cfaAdded a new labeled graph adaptor that maps vertices to user-defined key types.
Andrew Sutton
2009-05-11 17:42:10 +0000
466ac8268eFixing a number of bugs with the declaration of graph parameters. Fixed an edge-counting bug in directed_graph::remove_vertex.
Andrew Sutton
2009-05-11 17:40:00 +0000
4ebfa7d129WS cleanup
Andrew Sutton
2009-05-11 17:39:08 +0000
dc9b287d45WS cleanup.
Andrew Sutton
2009-05-11 17:37:47 +0000
5e58bfd2b2Abstracted a set of metafunctions that can be used to deduce vertex and edge property types for graph adaptors.
Andrew Sutton
2009-05-11 17:37:16 +0000
48fb742066Better integrating the null map.
Andrew Sutton
2009-05-11 17:36:18 +0000
ea7c1666b0Added a new traits framework fro determining the mutability of graph types. This is used extensively in the new testing framework.
Andrew Sutton
2009-05-11 17:35:03 +0000
43f6e899c6Added a (large) number of graph traits or metafunctions that can be used for tag dispatching or determining ct properties of graphs.
Andrew Sutton
2009-05-11 17:33:26 +0000
290ac9a43aAdded a metafunction to determine if a property is no_property.
Andrew Sutton
2009-05-11 17:32:13 +0000
660af79d15Add support for GCC 4.4.0's C++0x features
Beman Dawes
2009-05-11 14:11:27 +0000
a584566c57Added a specialization of retag_property_list that will correctly retag bundled properties given in "property form".
Andrew Sutton
2009-05-11 12:58:37 +0000
8d24ce1227Spirit: Added missing accessor functions to lex::char_token_def and lex::string_token_def
Hartmut Kaiser
2009-05-11 12:34:36 +0000
12d3a804ebSpirit: applied same fix as for calc2_ast_vm.
Hartmut Kaiser
2009-05-11 12:15:59 +0000
096554a58aSpirit: Fixing usage of fusion::result_of::make_vector for newer Boost versions.
Hartmut Kaiser
2009-05-11 12:11:53 +0000
1a55692f8fSpirit: Boost.Endian will be used starting Boost V1.41 only
Hartmut Kaiser
2009-05-11 12:06:18 +0000
e6a747328eFix Boost.Timer test location for CMake
Douglas Gregor
2009-05-11 04:53:37 +0000
479459129cFix link and link-fail tests in CMake.
Douglas Gregor
2009-05-11 04:50:32 +0000
38183ae173Fix serialization tests with CMake
Douglas Gregor
2009-05-11 03:29:54 +0000
9b8117d4b0Fix GIL image test for CMake
Douglas Gregor
2009-05-11 03:11:03 +0000
5df766e622Prep for 1.40.0
Beman Dawes
2009-05-11 01:08:45 +0000
4a4ae96030Prep for 1.40.0
Beman Dawes
2009-05-11 00:59:37 +0000
8ef6b7d44fMerge emplace support for sandbox - but without move support.
Daniel James
2009-05-10 21:25:09 +0000
c451c947e1Cherrypick some unordered container changes from sandbox. Not including anything which depends on the new move library.
Daniel James
2009-05-10 21:24:41 +0000
df05f2b2e9Minor comment edit
Hartmut Kaiser
2009-05-10 16:59:27 +0000
fae9184f66Fixing the fix by taking into account __GNUC_PATCHLEVEL__ as well
Hartmut Kaiser
2009-05-10 16:55:07 +0000
7d392b8601Applying patch fixing problem on certain patch levels for gcc.4.3.3/Ubuntu
Hartmut Kaiser
2009-05-10 16:52:14 +0000
2674c14f28Spirit: Disambiguating phoenix::ref/boost::ref
Hartmut Kaiser
2009-05-10 16:47:54 +0000
968106c4cfSpirit: Fixing ADL problem in example karma/calc2_ast_vm.cpp
Hartmut Kaiser
2009-05-10 16:38:02 +0000
cbc6de8698Spirit: Applied patch fixing strange compilation errors of example karma/actions.cpp on some systems
Hartmut Kaiser
2009-05-10 16:28:48 +0000
593591560eSpirit: Another attempt to fix the test qi/int.cpp for platforms where sizeof(long) != sizeof(int)
Hartmut Kaiser
2009-05-10 16:03:01 +0000
7d8d659c7bAdd support for named and/or subexpressions with indexes > 99 in conditional format expressions.
John Maddock
2009-05-10 09:14:46 +0000
714b29e1b4Spirit: Fixed static assertion in test qi/int.cpp on platforms where sizeof(long) == 8
Hartmut Kaiser
2009-05-10 03:04:11 +0000
911484fcdaSpirit: Added a comment explaining the reason for a seemingless wrong initialization order.
Hartmut Kaiser
2009-05-10 02:54:51 +0000
1e9b548c0eAdd support for testing on platforms with case sensitive filesystems :)
Troy D. Straszheim
2009-05-09 23:15:04 +0000