a2ff7fa330Change 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
fd416f82fdAdd newlines to file endings to suppress gcc warnings.
John Maddock
2008-12-30 17:16:34 +0000
1943abd9b5MSVC's __alignof operator doesn't always do the right thing: disable for now.
John Maddock
2008-12-30 13:25:26 +0000
48214750adAdjust expected error rate, otherwise test *just* fails on BSD platforms.
John Maddock
2008-12-29 18:24:09 +0000
2909f60586Split test/test_nc_beta.cpp into 2 separate tests for the real_concept case.
John Maddock
2008-12-29 18:12:55 +0000
d909148eb7Split 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
38b220c169is_class requires remove_cv even when using intrinsics if the compiler is EDG based.
John Maddock
2008-12-29 16:42:35 +0000
9b6abb380badd rolling_window, rolling_count, rolling_sum and rolling_mean
Eric Niebler
2008-12-28 01:44:00 +0000
72aecaa375Issue an error when set-default is called with a free or optional feature
Steven Watanabe
2008-12-27 22:04:21 +0000
0622cdfb88Make 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
6c25dc3394Add 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
51bd4af4a3Fix for Intel-11.0 compiler setup requirements.
John Maddock
2008-12-24 16:37:12 +0000
cd47b58a1aSimplified version of patch in #2597. Fixes#2597.
John Maddock
2008-12-24 11:20:29 +0000
87db60c84cFix gcc warnings.
John Maddock
2008-12-24 10:14:55 +0000
b96a88aae2just a comment
Gennadiy Rozental
2008-12-24 04:33:17 +0000
eaece41b18fixed bug where leading zeroes more than MaxDigits are skipped
Joel de Guzman
2008-12-24 02:08:52 +0000
0d78b08216Empty 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
f3a9c63221Disable intrinsic support for GCC-XML.
John Maddock
2008-12-23 16:16:37 +0000
fd81f0d578Added configuration to properly detect FreeBSD options
Ion Gaztañaga
2008-12-23 14:18:15 +0000
2d7eee9cd9Fix inclusion of incorrect header. Fixes#2537.
John Maddock
2008-12-23 12:03:43 +0000
4a3c58fe7bFix 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
eda6d989addoc updates
Joel de Guzman
2008-12-23 09:39:09 +0000
c0fcc28d97added 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
0081a85a08Reorganise 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
d604eb4ffeFixed static "PageSize" variable initialization for DLLs
Ion Gaztañaga
2008-12-14 21:43:59 +0000
f4dc2c2a19fix nullary_expr bug
Eric Niebler
2008-12-14 16:40:27 +0000
44ccfd182dallow 0- and 1-argument variants of proto::or_ and proto::and_
Eric Niebler
2008-12-14 05:53:21 +0000
23a4e6168fadd 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