Commit Graph

  • 3f45234711 Use the variable BOOST_REGRESSION_TESTS to enable Boost regression testing Douglas Gregor 2009-05-13 15:30:04 +0000
  • 47b35fb31e Added missing labeled graph file. Andrew Sutton 2009-05-13 11:49:42 +0000
  • f1df4d1793 Added Perl-5.10 "branch reset" support. John Maddock 2009-05-13 09:17:36 +0000
  • b524397ba7 Use 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
  • 18c962ce28 tune up spirit-cmake Troy D. Straszheim 2009-05-13 05:40:19 +0000
  • 757635a2bf introduced IGNORE_SIGCHLD Gennadiy Rozental 2009-05-13 04:14:02 +0000
  • b6f2b4e4ac Attempt to work around a package-building problem with the CMake-generated NSIS script Douglas Gregor 2009-05-13 04:00:31 +0000
  • 74ff71d457 Update Boost version in the CMake build system Douglas Gregor 2009-05-13 03:54:32 +0000
  • 6d1525bbda Spirit: more Qi regression tests Hartmut Kaiser 2009-05-13 02:15:23 +0000
  • c3037fa5bd Spirit: fixed copyrights Hartmut Kaiser 2009-05-13 02:15:00 +0000
  • 9119bb6b71 Spirit: More lexer regression tests Hartmut Kaiser 2009-05-13 02:11:53 +0000
  • 73efd7e8f9 Spirit: fixed a lexer regression Hartmut Kaiser 2009-05-13 02:10:49 +0000
  • c38f032d6e Spirit: fixing long standing problem with lazy generators in Karma Hartmut Kaiser 2009-05-13 01:39:03 +0000
  • 4bf93ac7c2 Spirit: removing not needed file Hartmut Kaiser 2009-05-13 01:37:42 +0000
  • fd09d23a15 Spirit: More reverting Hartmut Kaiser 2009-05-12 23:03:19 +0000
  • af0b3a408e Spirit: reverting recent changes Hartmut Kaiser 2009-05-12 21:39:50 +0000
  • 69c47c2544 merged [49289] and [52371] from trunk Joaquín M López Muñoz 2009-05-12 20:01:46 +0000
  • 0fc2aedfb1 Added docs for in-place construction Jeremiah Willcock 2009-05-12 17:20:55 +0000
  • 200081ea82 Corrected name of sorting algorithm used Jeremiah Willcock 2009-05-12 17:05:45 +0000
  • 9bc877b49b Added in-place construction of CSR graphs from separate, mutable vectors of sources and targets Jeremiah Willcock 2009-05-12 17:01:09 +0000
  • 5e82a5ca63 Merged 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
  • 427cb13249 Merge from trunk Beman Dawes 2009-05-12 11:27:19 +0000
  • 2b1bdaadea Add acknowledgments Beman Dawes 2009-05-12 11:05:39 +0000
  • 67614b3df0 Spirit: refined regression test Hartmut Kaiser 2009-05-12 03:00:34 +0000
  • baa80844a6 Spirit: added test case for fixed attribute calculation for qi alternatives Hartmut Kaiser 2009-05-12 02:51:35 +0000
  • 34804c4a40 Spirit: fixing a problem during attribute type calculation for qi alternatives Hartmut Kaiser 2009-05-12 02:50:42 +0000
  • a8211fcf47 Spirit: changed classnames in lexer to avoid duplicate name definitions Hartmut Kaiser 2009-05-12 00:06:07 +0000
  • 0f09475a98 Spirit: added tests ensuring all headers are self contained Hartmut Kaiser 2009-05-11 23:56:17 +0000
  • b304c4159c Spirit: fixed look_ahead iterator Hartmut Kaiser 2009-05-11 23:42:01 +0000
  • def3c4a8dd Spirit: removed an old header file Hartmut Kaiser 2009-05-11 23:37:27 +0000
  • 603b900923 Spirit: Adding missing #include's Hartmut Kaiser 2009-05-11 23:35:48 +0000
  • d83b2aa6cf Spirit: fixing Boost version starting at which scoped_enum_emulation is available Hartmut Kaiser 2009-05-11 19:58:00 +0000
  • 74d40c2687 Filesystem: fix #3008, improving namespace discipline to avoid naming conflicts with the C++0x std library. Beman Dawes 2009-05-11 19:51:44 +0000
  • 3cc94b5789 filesystem tweaks Beman Dawes 2009-05-11 19:27:13 +0000
  • ca3a626f7e Documentation update Hartmut Kaiser 2009-05-11 18:11:27 +0000
  • c249f28a56 Cleaning up some build issues in the imoprted examples. Andrew Sutton 2009-05-11 17:45:47 +0000
  • d3ba194236 Added a function to help debugging during testing. Andrew Sutton 2009-05-11 17:44:17 +0000
  • 6ca0b9a5c0 Added missing test file Andrew Sutton 2009-05-11 17:43:48 +0000
  • ab26c0cd02 Added a legitimate graph testing framework. Andrew Sutton 2009-05-11 17:43:24 +0000
  • 7e75ac4cfa Added a new labeled graph adaptor that maps vertices to user-defined key types. Andrew Sutton 2009-05-11 17:42:10 +0000
  • 466ac8268e Fixing 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
  • 4ebfa7d129 WS cleanup Andrew Sutton 2009-05-11 17:39:08 +0000
  • dc9b287d45 WS cleanup. Andrew Sutton 2009-05-11 17:37:47 +0000
  • 5e58bfd2b2 Abstracted 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
  • 48fb742066 Better integrating the null map. Andrew Sutton 2009-05-11 17:36:18 +0000
  • ea7c1666b0 Added 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
  • 43f6e899c6 Added 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
  • 290ac9a43a Added a metafunction to determine if a property is no_property. Andrew Sutton 2009-05-11 17:32:13 +0000
  • 660af79d15 Add support for GCC 4.4.0's C++0x features Beman Dawes 2009-05-11 14:11:27 +0000
  • a584566c57 Added 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
  • 8d24ce1227 Spirit: Added missing accessor functions to lex::char_token_def and lex::string_token_def Hartmut Kaiser 2009-05-11 12:34:36 +0000
  • 12d3a804eb Spirit: applied same fix as for calc2_ast_vm. Hartmut Kaiser 2009-05-11 12:15:59 +0000
  • 096554a58a Spirit: Fixing usage of fusion::result_of::make_vector for newer Boost versions. Hartmut Kaiser 2009-05-11 12:11:53 +0000
  • 1a55692f8f Spirit: Boost.Endian will be used starting Boost V1.41 only Hartmut Kaiser 2009-05-11 12:06:18 +0000
  • e6a747328e Fix Boost.Timer test location for CMake Douglas Gregor 2009-05-11 04:53:37 +0000
  • 479459129c Fix link and link-fail tests in CMake. Douglas Gregor 2009-05-11 04:50:32 +0000
  • 38183ae173 Fix serialization tests with CMake Douglas Gregor 2009-05-11 03:29:54 +0000
  • 9b8117d4b0 Fix GIL image test for CMake Douglas Gregor 2009-05-11 03:11:03 +0000
  • 66ad9a529c Spirit: fixed mini_c: gcc name-shadowing errors Hartmut Kaiser 2009-05-11 01:58:12 +0000
  • cc0e8a15bb Spirit: fixed a couple of copyrights Hartmut Kaiser 2009-05-11 01:32:19 +0000
  • 3b41452008 Added boost:: qualifications to next, using patch from bug 3013, fixing #3013 Jeremiah Willcock 2009-05-11 01:17:25 +0000
  • d611134a97 Fixed uninitialized variable warning Jeremiah Willcock 2009-05-11 01:15:41 +0000
  • 5df766e622 Prep for 1.40.0 Beman Dawes 2009-05-11 01:08:45 +0000
  • 4a4ae96030 Prep for 1.40.0 Beman Dawes 2009-05-11 00:59:37 +0000
  • 8ef6b7d44f Merge emplace support for sandbox - but without move support. Daniel James 2009-05-10 21:25:09 +0000
  • c451c947e1 Cherrypick 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
  • df05f2b2e9 Minor comment edit Hartmut Kaiser 2009-05-10 16:59:27 +0000
  • fae9184f66 Fixing the fix by taking into account __GNUC_PATCHLEVEL__ as well Hartmut Kaiser 2009-05-10 16:55:07 +0000
  • 7d392b8601 Applying patch fixing problem on certain patch levels for gcc.4.3.3/Ubuntu Hartmut Kaiser 2009-05-10 16:52:14 +0000
  • 2674c14f28 Spirit: Disambiguating phoenix::ref/boost::ref Hartmut Kaiser 2009-05-10 16:47:54 +0000
  • 968106c4cf Spirit: Fixing ADL problem in example karma/calc2_ast_vm.cpp Hartmut Kaiser 2009-05-10 16:38:02 +0000
  • cbc6de8698 Spirit: Applied patch fixing strange compilation errors of example karma/actions.cpp on some systems Hartmut Kaiser 2009-05-10 16:28:48 +0000
  • 593591560e Spirit: 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
  • 7d8d659c7b Add support for named and/or subexpressions with indexes > 99 in conditional format expressions. John Maddock 2009-05-10 09:14:46 +0000
  • 714b29e1b4 Spirit: Fixed static assertion in test qi/int.cpp on platforms where sizeof(long) == 8 Hartmut Kaiser 2009-05-10 03:04:11 +0000
  • 911484fcda Spirit: Added a comment explaining the reason for a seemingless wrong initialization order. Hartmut Kaiser 2009-05-10 02:54:51 +0000
  • 1e9b548c0e Add support for testing on platforms with case sensitive filesystems :) Troy D. Straszheim 2009-05-09 23:15:04 +0000
  • c4e8412740 Merge cmake files release -> trunk. Troy D. Straszheim 2009-05-09 22:57:30 +0000
  • e53312a0b8 Spirit: fixed Jamfiles based on a patch as contributed by Francois Barel Hartmut Kaiser 2009-05-09 22:23:47 +0000
  • 99cec1af13 Applied a couple of patches as contributed by Francois Barel Hartmut Kaiser 2009-05-09 22:19:42 +0000
  • 0a0ec47162 Spirit: disambiguating phoenix::ref Hartmut Kaiser 2009-05-09 20:57:57 +0000
  • 1c87d569f0 Don't be so warningy Troy D. Straszheim 2009-05-08 22:14:35 +0000
  • 5f390fd599 Fix Boost.Python tests Douglas Gregor 2009-05-08 20:42:11 +0000
  • 12ac0d42e4 Allow subsetting the set of Boost libraries to test in CMake via BOOST_TEST_LIBRARIES Douglas Gregor 2009-05-08 14:55:00 +0000
  • d90884570e Fix CMake build of Program Options DLL tests Douglas Gregor 2009-05-08 06:13:08 +0000
  • fb4b0342df Wave: Pending fix after namespace change in Spirit2 iterators Hartmut Kaiser 2009-05-08 05:08:36 +0000
  • 8f27a2bc9e Fix CMake tests for the serialization library, hopefully for real this time Douglas Gregor 2009-05-08 00:22:19 +0000
  • 9324f26c60 Try to fix CMake testing for the Serialiation library Douglas Gregor 2009-05-07 23:56:23 +0000
  • a9db85b6c9 Fix CMake test builds for ProgramOptions and Units libraries. Douglas Gregor 2009-05-07 23:53:56 +0000
  • 91797933b7 Add labels to CMake targets, for use with newer versions of CDash Douglas Gregor 2009-05-07 20:59:27 +0000
  • 238fa80891 Merge CMake CompileTest from the release branch Douglas Gregor 2009-05-07 20:46:30 +0000
  • 7ba53871c5 eliminate noisy warning on msvc, fixes #2993 Eric Niebler 2009-05-07 17:47:08 +0000
  • 44e4ebf671 work around conflict with python headers, fixes #3000 Eric Niebler 2009-05-07 17:16:46 +0000
  • 48c242907a disable check during testing sprint Troy D. Straszheim 2009-05-07 15:49:24 +0000
  • c874e1aa56 uint test appeared twice, cmake was unhappy. Troy D. Straszheim 2009-05-07 14:40:05 +0000
  • c2f7060319 disable guard during testing sprint and inc version Troy D. Straszheim 2009-05-07 14:26:05 +0000
  • 31eb6017ce Add support for named sub-expressions. John Maddock 2009-05-07 09:46:51 +0000
  • 3cc806f33c Fixes for bugs 2586 and 2594 Matthias Troyer 2009-05-07 05:48:26 +0000
  • f41ba95b20 Add the pyrun.py script used to run Boost.Python tests via CMake Douglas Gregor 2009-05-07 04:44:23 +0000
  • 64129e5d9d Circular_buffer depends on Thread Douglas Gregor 2009-05-07 04:42:14 +0000