Commit Graph

  • f00b15d3bc Spirit.Karma: Fixed example Jamfile Hartmut Kaiser 2009-01-02 11:00:46 +0000
  • 9b08ab6599 sync_test - added <threading>multi Gennadiy Rozental 2009-01-02 10:58:11 +0000
  • 4ce5d98796 Spirit.Karma: Fixed Karma examples for very strict compilers Hartmut Kaiser 2009-01-02 10:49:15 +0000
  • 7345928478 Spirit.Karma: Fixed Karma output_iterator for very strict compilers Hartmut Kaiser 2009-01-02 10:47:49 +0000
  • dfdf5fadba Wave: Updated copyrights Hartmut Kaiser 2009-01-01 12:07:12 +0000
  • 24465bd46c Spirit: Updated copyright Hartmut Kaiser 2009-01-01 11:59:13 +0000
  • dc0db4aca0 Fixes #2624. John Maddock 2009-01-01 10:30:51 +0000
  • 2af8232cd0 Fixes #2623. John Maddock 2009-01-01 10:23:10 +0000
  • 1d92ef7f42 another typo Joel de Guzman 2009-01-01 05:43:50 +0000
  • ab8608bda4 typo fix Joel de Guzman 2009-01-01 03:14:36 +0000
  • dbebdb7751 Wave: Fixing #2625 Hartmut Kaiser 2008-12-31 12:06:54 +0000
  • 4328f4e1fc fix test bug Eric Niebler 2008-12-30 19:31:09 +0000
  • caee2e3b43 Merged revisions 50392 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-30 19:30:45 +0000
  • e4ae9e1def Typo: fixes bug #2583 Marshall Clow 2008-12-30 18:27:43 +0000
  • a2ff7fa330 Change GCC setup so that we don't get compile failures if the library is installed in /usr/include/ John Maddock 2008-12-30 17:18:01 +0000
  • fd416f82fd Add newlines to file endings to suppress gcc warnings. John Maddock 2008-12-30 17:16:34 +0000
  • 1943abd9b5 MSVC's __alignof operator doesn't always do the right thing: disable for now. John Maddock 2008-12-30 13:25:26 +0000
  • 48214750ad Adjust expected error rate, otherwise test *just* fails on BSD platforms. John Maddock 2008-12-29 18:24:09 +0000
  • 2909f60586 Split test/test_nc_beta.cpp into 2 separate tests for the real_concept case. John Maddock 2008-12-29 18:12:55 +0000
  • d909148eb7 Split test_policy_2.cpp into multiple smaller tests. Fix use of long long so that code compiles with g++ -pedantic. Update docs to match. Fixes #1451. John Maddock 2008-12-29 17:55:53 +0000
  • 38b220c169 is_class requires remove_cv even when using intrinsics if the compiler is EDG based. John Maddock 2008-12-29 16:42:35 +0000
  • 9b6abb380b add rolling_window, rolling_count, rolling_sum and rolling_mean Eric Niebler 2008-12-28 01:44:00 +0000
  • 72aecaa375 Issue an error when set-default is called with a free or optional feature Steven Watanabe 2008-12-27 22:04:21 +0000
  • 0622cdfb88 Make c-scanner use native path format for included headers in order to match the names of generated headers Steven Watanabe 2008-12-27 20:31:15 +0000
  • 6c25dc3394 Add additional search path for libraries with Intel on Linux or Darwin: Intel-11 and later has changed the installation directory structure compared to previous versions. John Maddock 2008-12-27 13:46:34 +0000
  • 75dd80adf7 avoid warnings Gennadiy Rozental 2008-12-26 17:12:25 +0000
  • 51bd4af4a3 Fix for Intel-11.0 compiler setup requirements. John Maddock 2008-12-24 16:37:12 +0000
  • cd47b58a1a Simplified version of patch in #2597. Fixes #2597. John Maddock 2008-12-24 11:20:29 +0000
  • 87db60c84c Fix gcc warnings. John Maddock 2008-12-24 10:14:55 +0000
  • b96a88aae2 just a comment Gennadiy Rozental 2008-12-24 04:33:17 +0000
  • eaece41b18 fixed bug where leading zeroes more than MaxDigits are skipped Joel de Guzman 2008-12-24 02:08:52 +0000
  • 0d78b08216 Empty expressions, and empty alternatives are now allowed when using the Perl regular expression syntax. This change has been added for Perl compatibility, when the new [syntax_option_type] ['no_empty_expressions] is set then the old behaviour is preserved and empty expressions are prohibited. This is issue [@https://svn.boost.org/trac/boost/ticket/1081 #1081]. John Maddock 2008-12-23 19:06:04 +0000
  • f3a9c63221 Disable intrinsic support for GCC-XML. John Maddock 2008-12-23 16:16:37 +0000
  • fd81f0d578 Added configuration to properly detect FreeBSD options Ion Gaztañaga 2008-12-23 14:18:15 +0000
  • 2d7eee9cd9 Fix inclusion of incorrect header. Fixes #2537. John Maddock 2008-12-23 12:03:43 +0000
  • 4a3c58fe7b Fix gcc warnings from ICU wrappers. Add optional support for marked sub-expression location information. Add support for ${n} in format replacement text. Fixes #2556. Fixes #2269. Fixes #2514. John Maddock 2008-12-23 11:46:00 +0000
  • eda6d989ad doc updates Joel de Guzman 2008-12-23 09:39:09 +0000
  • 02c6440074 Boost.Python enable_shared_from_this patches by Nicolas Lelong and Chad Austin: http://mail.python.org/pipermail/cplusplus-sig/2008-December/014103.html http://mail.python.org/pipermail/cplusplus-sig/2008-February/013003.html Ralf W. Grosse-Kunstleve 2008-12-23 07:55:33 +0000
  • fc9813be02 Windows.h removed Gennadiy Rozental 2008-12-22 14:44:32 +0000
  • cb65221b4c Deleted unused source file Matthias Troyer 2008-12-22 13:58:41 +0000
  • f9f07dc5fa Deleted unused source file Matthias Troyer 2008-12-22 13:57:28 +0000
  • 144d449fee Merge trivial fixes from Trunk. John Maddock 2008-12-22 11:57:25 +0000
  • 898b05faa6 MSVC warning suppression. Fixes #2606. John Maddock 2008-12-22 09:57:35 +0000
  • 2785a68263 Added BOOST_NO_STD_UNORDERED config macro. John Maddock 2008-12-22 09:45:31 +0000
  • 48cda92fb6 test,example update Gennadiy Rozental 2008-12-22 08:03:54 +0000
  • cfe20d16c0 could->can Gennadiy Rozental 2008-12-22 08:03:10 +0000
  • 822c9c32bb added \n Gennadiy Rozental 2008-12-22 08:01:16 +0000
  • 4112463b05 Major update to the runtime parameters handling code Gennadiy Rozental 2008-12-22 08:00:15 +0000
  • 12ec3bb86f Update FP comparison tools: 1. Allow different types for lhs and rhs 2. Report difference if any Gennadiy Rozental 2008-12-22 07:59:27 +0000
  • 35e0b35920 could->can Gennadiy Rozental 2008-12-22 07:57:22 +0000
  • 099feacff6 handle default case Gennadiy Rozental 2008-12-22 07:56:39 +0000
  • db896da395 Update to the Runtime.Param component Gennadiy Rozental 2008-12-22 07:54:35 +0000
  • bf1c008872 added support for parameter erase Gennadiy Rozental 2008-12-22 07:53:34 +0000
  • d3f6600a5e could->can Gennadiy Rozental 2008-12-22 07:51:06 +0000
  • c795c01c7b made convertible to bool Gennadiy Rozental 2008-12-22 07:50:22 +0000
  • 939963d812 could->can Gennadiy Rozental 2008-12-22 07:49:22 +0000
  • 3af346168b merge GSG changes from trunk Eric Niebler 2008-12-21 17:44:33 +0000
  • 8d6da8a082 Fix expm1 error handling, and add additional tests to verify the correct behaviour. John Maddock 2008-12-21 13:50:52 +0000
  • ee1c00bd26 Fix some Sun-5.9 on Linux failures. John Maddock 2008-12-21 10:23:52 +0000
  • 508ff18fa3 Merge changesets 50237 and 50244 from the trunk Steven Watanabe 2008-12-21 02:25:42 +0000
  • b1a8f37d7b Fixes #2110 Dave Abrahams 2008-12-21 01:00:33 +0000
  • d843ab75d0 Fixed swap to be an inline function to avoid linking errors Ion Gaztañaga 2008-12-21 00:31:16 +0000
  • 7916e55274 Fixed swap to be an inline function to avoid linking errors Ion Gaztañaga 2008-12-21 00:31:08 +0000
  • 908765552b intrusive Ion Gaztañaga 2008-12-20 19:50:17 +0000
  • 9722c01926 Merge from trunk for 1.38 Ion Gaztañaga 2008-12-20 19:50:13 +0000
  • 76171080d7 Rolling back CMake-oriented patches Andrew Sutton 2008-12-20 19:11:41 +0000
  • 4c72bc5755 Selectively merging changes from 47269:HEAD. Changes herein fix or address the following tickets: #1622 (r50206), #2550 (r50191), #416 (r50137), #2460 (r49563), #2392 (r49254), #2209 (r49000), #1700 (r48611). Also adds metric_tsp_approx algorithm. Andrew Sutton 2008-12-20 19:07:58 +0000
  • a434d29b68 typo Gennadiy Rozental 2008-12-20 01:38:07 +0000
  • 047e5f658e merged rev. 50321 from trunk Joaquín M López Muñoz 2008-12-19 19:11:40 +0000
  • 6ecfd0a56a Fixes wrong static_cast<> in return statement Ion Gaztañaga 2008-12-19 18:58:26 +0000
  • f60ab08bf2 Merged revisions 50325 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-19 17:45:31 +0000
  • fee84af0b0 add missing qualification to code example Eric Niebler 2008-12-19 17:28:35 +0000
  • 36204a32cf bug in test_suite::remove Fixed. Fix #2587 Gennadiy Rozental 2008-12-19 08:04:38 +0000
  • f7733bfcba prevent non-null terminated string #2564 Gennadiy Rozental 2008-12-19 07:54:58 +0000
  • acce8fc415 updated according to latest regression tests results Joaquín M López Muñoz 2008-12-19 07:53:46 +0000
  • 2618ae0ec5 added flyweight from trunk Joaquín M López Muñoz 2008-12-18 22:18:11 +0000
  • 93672588e3 Merging r48999, r49000 to fix #2209 and the use of MAXINT instead of numeric_limits. Andrew Sutton 2008-12-18 14:07:51 +0000
  • 6ac7cab3c2 Make metric_tsp_approx test return 0, even if run incorrectly Andrew Sutton 2008-12-18 13:37:52 +0000
  • 7828aad805 Removing missing include header Andrew Sutton 2008-12-18 13:35:31 +0000
  • 1864b0b7a3 Applied patch from bug #1546 Marshall Clow 2008-12-18 02:37:07 +0000
  • 4f99ccec4e Fix variable name. Thanks to Johan Nilsson Vladimir Prus 2008-12-17 15:49:07 +0000
  • 94646e566a merged up to rev. 49674 from trunk Joaquín M López Muñoz 2008-12-16 21:00:30 +0000
  • f260a61f10 msvc warning suppression. John Maddock 2008-12-16 10:13:24 +0000
  • 59af54d54d Fix typo. Thanks to Daniel Lidström for the report. Vladimir Prus 2008-12-16 09:19:47 +0000
  • b136ef6447 fixed empty file Joel de Guzman 2008-12-16 08:48:58 +0000
  • a21f4853ed Initial commit Beman Dawes 2008-12-15 21:50:00 +0000
  • c0fcc28d97 added direct tagging of specifiers through PTS as this avoids certain type instantiations that marker derivation can't prevent Joaquín M López Muñoz 2008-12-15 20:27:50 +0000
  • 8b12032e8f Merged revisions 50265-50266,50270 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-12-15 17:23:56 +0000
  • 7c20f332ac Added informational comment. John Maddock 2008-12-15 16:03:56 +0000
  • dbb0184a09 Added Johan Rade to the credits, and updated library history. John Maddock 2008-12-15 16:03:30 +0000
  • 865aa4c7b8 status: merge from trunk Beman Dawes 2008-12-15 13:04:37 +0000
  • bade3b8ef8 tools/regression: merge numerous changes from trunk Beman Dawes 2008-12-15 12:16:41 +0000
  • 0081a85a08 Reorganise std::fpclassify usage so that functions are only declared if they're used: otherwise compilers can issue an error regarding std::fpclassify usage, even though the template is never instantiated. John Maddock 2008-12-15 09:31:44 +0000
  • d604eb4ffe Fixed static "PageSize" variable initialization for DLLs Ion Gaztañaga 2008-12-14 21:43:59 +0000
  • f4dc2c2a19 fix nullary_expr bug Eric Niebler 2008-12-14 16:40:27 +0000
  • 8c4ea3c19e Current release scripts Beman Dawes 2008-12-14 13:15:04 +0000
  • 44ccfd182d allow 0- and 1-argument variants of proto::or_ and proto::and_ Eric Niebler 2008-12-14 05:53:21 +0000
  • 23a4e6168f add support for nullary expressions with tag types other than proto::tag::terminal Eric Niebler 2008-12-14 04:35:21 +0000
  • 66e4651539 * New treap-based containers: treap, treap_set, treap_multiset. * Corrected compilation bug for Windows-based 64 bit compilers. * Corrected exception-safety bugs in container constructors. * Updated documentation to show rvalue-references funcions instead of emulation functions. Ion Gaztañaga 2008-12-13 13:56:15 +0000
  • 48f40fa394 * New treap-based containers: treap, treap_set, treap_multiset. * Corrected compilation bug for Windows-based 64 bit compilers. * Corrected exception-safety bugs in container constructors. * Updated documentation to show rvalue-references funcions instead of emulation functions. Ion Gaztañaga 2008-12-13 13:55:44 +0000