John Maddock
cd0535d368
Try and fix build errors with VC-10 beta.
...
[SVN r53595]
2009-06-03 11:24:22 +00:00
John Maddock
944a01f39e
GCC warning suppression fixes.
...
Fixes #3071 .
[SVN r53274]
2009-05-26 08:31:23 +00:00
Steven Watanabe
d279b2c0a1
Qualify lower_bound with std:: to allow regex to work with Sun CC
...
[SVN r53088]
2009-05-18 15:42:04 +00:00
John Maddock
aa16fa7fa1
Added Perl-5.10 "branch reset" support.
...
[SVN r52961]
2009-05-13 09:17:36 +00:00
John Maddock
9d18ba1151
Add support for named and/or subexpressions with indexes > 99 in conditional format expressions.
...
[SVN r52873]
2009-05-10 09:14:46 +00:00
Troy D. Straszheim
f310162a85
Merge cmake files release -> trunk.
...
[SVN r52866]
2009-05-09 22:57:30 +00:00
John Maddock
55d979060c
Add support for named sub-expressions.
...
[SVN r52823]
2009-05-07 09:46:51 +00:00
Douglas Gregor
be62e08702
Regex depends on Thread
...
[SVN r52816]
2009-05-07 04:37:40 +00:00
John Maddock
30941e330d
Added support for \g \K and \R.
...
[SVN r52592]
2009-04-25 17:32:49 +00:00
John Maddock
7b10b5dac5
Added possessive modifiers ++ *+ ?+ {}+.
...
Added support for \v and \h as character classes as per Perl-5.10.
[SVN r52558]
2009-04-23 09:51:31 +00:00
Vladimir Prus
3b8aca5d8b
Merge from trunk
...
[SVN r52379]
2009-04-14 08:33:45 +00:00
Vladimir Prus
ccf465daac
Make the wording of messages consistent with other libraries.
...
[SVN r52333]
2009-04-11 14:43:43 +00:00
David Deakins
8f15600081
Windows CE does not define the wcscoll function from the CRT so, for WinCE, don't try to pull wcscoll from the global namespace into the std namespace.
...
[SVN r52222]
2009-04-06 21:37:24 +00:00
Vladimir Prus
6f7f8a6886
Allow ICU_PATH path-constant in project-config to work.
...
It is only affecting build if not ICU_PATH is set on command line.
[SVN r52176]
2009-04-04 21:20:18 +00:00
David Deakins
3e62631ecb
Windows CE does not define the wcscoll function from the CRT so, for WinCE, don't try to pull wcscoll from the global namespace into the std namespace.
...
[SVN r52106]
2009-04-01 14:56:27 +00:00
John Maddock
8586e7a9cd
Patch for ICU on AIX.
...
[SVN r51952]
2009-03-24 10:08:54 +00:00
John Maddock
3e903e9c8e
Merge PDF build changes from Trunk.
...
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
356be46981
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
John Maddock
15d3eb8f57
Workarounds to allow compilation by Sun studio without the -library=stlport4 option.
...
[SVN r51221]
2009-02-12 18:11:43 +00:00
John Maddock
48492bb9b5
Fixes #2713 : change table initialisation so that it's initialised statically.
...
[SVN r51103]
2009-02-08 16:30:45 +00:00
Troy D. Straszheim
083ea3a6c7
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
John Maddock
2d43c1b305
Merge FreeBSD patch.
...
[SVN r50532]
2009-01-10 12:01:09 +00:00
John Maddock
e85cef1120
Fixes #2437 .
...
[SVN r50510]
2009-01-08 09:58:45 +00:00
John Maddock
e81f710567
Merge changes in Trunk.
...
[SVN r50499]
2009-01-07 13:19:32 +00:00
John Maddock
fd77d00dfd
Update version number
...
[SVN r50498]
2009-01-07 12:29:03 +00:00
John Maddock
d2be09791d
Fixes #2623 .
...
[SVN r50422]
2009-01-01 10:23:10 +00:00
John Maddock
840a4ce2f5
Fix gcc warnings.
...
[SVN r50377]
2008-12-24 10:14:55 +00:00
John Maddock
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
John Maddock
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
John Maddock
c997a1fcc6
msvc warning suppression.
...
[SVN r50294]
2008-12-16 10:13:24 +00:00
John Maddock
b650e44ff2
Fix for building with /Zc:wchar_t-.
...
[SVN r49757]
2008-11-14 16:57:19 +00:00
Michael A. Jackson
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
Michael A. Jackson
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
John Maddock
3b3a3ce6d1
Merged updated docs with some typo fixes, also adding missing makefile.
...
[SVN r49460]
2008-10-27 13:52:23 +00:00
John Maddock
fe24031566
Fix typo in regex_replace docs.
...
Regenerate docs.
[SVN r49443]
2008-10-23 14:52:50 +00:00
John Maddock
5e4ccdf0cf
Fix version names in makefiles.
...
[SVN r49360]
2008-10-16 12:59:28 +00:00
John Maddock
0362d61627
Updated makefiles.
...
[SVN r49359]
2008-10-16 12:52:17 +00:00
Vladimir Prus
371ad14a3f
Merge from trunk
...
[SVN r49356]
2008-10-16 09:01:02 +00:00
John Maddock
9219aa0b5b
Merge inspection report fixes from Trunk: remove tabs.
...
[SVN r49285]
2008-10-11 16:18:15 +00:00
John Maddock
a2eccc999c
Fix inspection report issues: remove tabs.
...
[SVN r49284]
2008-10-11 16:07:45 +00:00
John Maddock
545993d3eb
Suppress configuration messages when not actually building the regex lib.
...
[SVN r49065]
2008-09-30 10:54:38 +00:00
John Maddock
5471176846
Merge changes from Trunk ready for 1.37.
...
[SVN r48796]
2008-09-16 11:54:24 +00:00
John Maddock
d70f98e658
Fixes #2306 .
...
Change "id" to "state_id".
[SVN r48751]
2008-09-12 12:40:23 +00:00
John Maddock
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
John Maddock
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
John Maddock
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
John Maddock
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
John Maddock
cb5443477b
Fix for VC8 without the service pack.
...
[SVN r48220]
2008-08-19 15:54:39 +00:00
John Maddock
1012d28c32
Fix for issue #2188 .
...
[SVN r48185]
2008-08-17 11:15:07 +00:00
John Maddock
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