083ea3a6c7
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
2d43c1b305
Merge FreeBSD patch.
...
[SVN r50532]
2009-01-10 12:01:09 +00:00
e85cef1120
Fixes #2437 .
...
[SVN r50510]
2009-01-08 09:58:45 +00:00
e81f710567
Merge changes in Trunk.
...
[SVN r50499]
2009-01-07 13:19:32 +00:00
fd77d00dfd
Update version number
...
[SVN r50498]
2009-01-07 12:29:03 +00:00
d2be09791d
Fixes #2623 .
...
[SVN r50422]
2009-01-01 10:23:10 +00:00
840a4ce2f5
Fix gcc warnings.
...
[SVN r50377]
2008-12-24 10:14:55 +00:00
e4b31ea37f
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 ].
Fixes #1081 .
[SVN r50374]
2008-12-23 19:06:04 +00:00
b4152cd74d
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 .
[SVN r50370]
2008-12-23 11:46:00 +00:00
c997a1fcc6
msvc warning suppression.
...
[SVN r50294]
2008-12-16 10:13:24 +00:00
b650e44ff2
Fix for building with /Zc:wchar_t-.
...
[SVN r49757]
2008-11-14 16:57:19 +00:00
330f23e84c
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
85192b703d
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
3b3a3ce6d1
Merged updated docs with some typo fixes, also adding missing makefile.
...
[SVN r49460]
2008-10-27 13:52:23 +00:00
fe24031566
Fix typo in regex_replace docs.
...
Regenerate docs.
[SVN r49443]
2008-10-23 14:52:50 +00:00
5e4ccdf0cf
Fix version names in makefiles.
...
[SVN r49360]
2008-10-16 12:59:28 +00:00
0362d61627
Updated makefiles.
...
[SVN r49359]
2008-10-16 12:52:17 +00:00
371ad14a3f
Merge from trunk
...
[SVN r49356]
2008-10-16 09:01:02 +00:00
9219aa0b5b
Merge inspection report fixes from Trunk: remove tabs.
...
[SVN r49285]
2008-10-11 16:18:15 +00:00
a2eccc999c
Fix inspection report issues: remove tabs.
...
[SVN r49284]
2008-10-11 16:07:45 +00:00
545993d3eb
Suppress configuration messages when not actually building the regex lib.
...
[SVN r49065]
2008-09-30 10:54:38 +00:00
5471176846
Merge changes from Trunk ready for 1.37.
...
[SVN r48796]
2008-09-16 11:54:24 +00:00
d70f98e658
Fixes #2306 .
...
Change "id" to "state_id".
[SVN r48751]
2008-09-12 12:40:23 +00:00
18623d00af
Fix Jamfile logic: BOOST_REGEX_ICU_OPTS needs to be a list not a string.
...
[SVN r48574]
2008-09-04 08:36:34 +00:00
30074a601a
Add /usr/local/include to the list of include paths for ICU on FreeBSD.
...
[SVN r48454]
2008-08-29 17:11:18 +00:00
4212c0d915
Update TR1 library to cope with GCC-4.3 in C++0x mode, and in TR1 mode.
...
Updated regex concepts to match the TR1.
Added "tricky" cmath_test to test for the functions Boost doesn't implement.
[SVN r48413]
2008-08-28 11:02:59 +00:00
1297f92b8a
Tentative fix for issue #2244 : ICU uses wchar_t as UCHAR whenever sizeof(wchar_t) == 2.
...
[SVN r48312]
2008-08-23 11:40:58 +00:00
cb5443477b
Fix for VC8 without the service pack.
...
[SVN r48220]
2008-08-19 15:54:39 +00:00
1012d28c32
Fix for issue #2188 .
...
[SVN r48185]
2008-08-17 11:15:07 +00:00
3a15c301db
Disable MSVC std lib workarounds if we're really using STLPort or Apache/RW std lib.
...
[SVN r47880]
2008-07-30 09:35:44 +00:00
756a875620
Merge doc fixes from trunk.
...
[SVN r47798]
2008-07-25 09:58:49 +00:00
546dd9f6fb
Fixes #1940 .
...
[SVN r47795]
2008-07-25 09:28:01 +00:00
be28ad44c7
Tentative fix for some VC failures.
...
[SVN r47542]
2008-07-18 11:29:50 +00:00
b7d906dff5
Fixes #2097 .
...
[SVN r47320]
2008-07-11 18:00:41 +00:00
6eb35e2cf1
Fixes #2097 .
...
[SVN r47319]
2008-07-11 18:00:15 +00:00
a08e8b5c85
Merge changes from Trunk.
...
[SVN r47307]
2008-07-11 11:49:03 +00:00
831156d759
Replace a couple of non-ascii symbols.
...
[SVN r46943]
2008-07-01 09:58:27 +00:00
d7d38da27f
Changed POSIX API functions to use the global C locale.
...
Fixes #1446 .
[SVN r46170]
2008-06-05 17:07:42 +00:00
31b68369ae
Patch for VC9 explicit template instantiation.
...
Fixes #1959 .
[SVN r46077]
2008-06-03 12:52:55 +00:00
4c105a90a1
Changed behaviour of \B so that it succeeds when the neither adjacent character is a word character.
...
[SVN r45354]
2008-05-14 11:19:58 +00:00
8928c7737e
Added needed #includes to source files.
...
[SVN r45353]
2008-05-14 11:14:30 +00:00
3704b9c595
Fixes for issue #1871 that prevents duplicate symbol errors with VC++ compilers, when building with /Zc:wchar_t-.
...
[SVN r44842]
2008-04-28 11:07:14 +00:00
5fdf2752ae
Add explicit type cast to fix GCC-C++0X mode error.
...
[SVN r44437]
2008-04-15 17:50:11 +00:00
c7dda1b549
Fix doc typo from issue #1794 .
...
[SVN r44169]
2008-04-11 08:53:54 +00:00
6e9b9a7995
Doh! Changes to code should actually compile!
...
A fix for the last change.
[SVN r44145]
2008-04-10 12:46:41 +00:00
e5bc36d7c9
Fix for bug #1790 .
...
[SVN r44128]
2008-04-09 15:32:08 +00:00
9546df1f23
Rebuild a lot of documentation.
...
[SVN r43650]
2008-03-16 11:38:32 +00:00
c9d1a42e05
Added missing files.
...
[SVN r43632]
2008-03-15 18:19:11 +00:00
b39edff796
Added missing files.
...
[SVN r43631]
2008-03-15 18:18:41 +00:00
788c8a8470
Merged doc fixes from Trunk.
...
[SVN r43352]
2008-02-21 13:23:29 +00:00