da99b16a87
Don't apply fix to VC7.
...
[SVN r34060]
2006-05-22 17:50:33 +00:00
1039e64792
Added extra partial match tests to verify bug fix.
...
[SVN r34029]
2006-05-19 13:09:56 +00:00
bbd5f27dd7
Partial match fix.
...
[SVN r34028]
2006-05-19 13:09:19 +00:00
c4d13296e6
Fix for non-greedy repeats and partial matches not working correctly in all cases.
...
[SVN r34027]
2006-05-19 13:06:19 +00:00
9e7e1ba009
Fix for duplicate symbol errors when using VC7.1 without /Zc:wchar_t
...
[SVN r33706]
2006-04-15 17:21:19 +00:00
4a02d7ecde
Fixed silly bug in example.
...
[SVN r33609]
2006-04-09 10:07:08 +00:00
6e5b5b4cb2
Added no_except docs.
...
[SVN r33584]
2006-04-07 10:14:13 +00:00
2844e5b8cb
Added checks for managed code and __fastcall.
...
[SVN r33558]
2006-04-05 12:24:17 +00:00
dc69badb71
Update to 1.34 version numbers.
...
[SVN r33427]
2006-03-21 18:45:37 +00:00
10a3b70df1
suppress gcc -Wshadow warnings.
...
[SVN r33426]
2006-03-21 18:36:44 +00:00
f86bd2f3f9
Mingwin Warning suppression.
...
[SVN r33403]
2006-03-20 10:36:12 +00:00
f847503cc4
Fixed typo.
...
[SVN r32965]
2006-02-16 13:14:46 +00:00
ead52f741a
Fix isses with setting BOOST_REGEX_DYN_LINK when linking to static regex lib.
...
[SVN r32956]
2006-02-16 09:23:40 +00:00
e6aad1cb3d
Statically link to program_options
...
[SVN r32955]
2006-02-16 09:21:55 +00:00
467bad9f89
Update Jamfile.v2
...
[SVN r32731]
2006-02-08 12:02:22 +00:00
fe61bdb1b6
Fix a typo
...
[SVN r32730]
2006-02-08 11:26:27 +00:00
d8754ff99d
Update Jamfile.v2
...
[SVN r32727]
2006-02-08 10:26:25 +00:00
2dbf1804ba
Warning supression for VC7.1.
...
[SVN r32430]
2006-01-27 10:35:04 +00:00
c30c8c281a
Appararently we need to include <limits.h> (for gcc-2.95.3)
...
[SVN r32400]
2006-01-24 17:27:10 +00:00
3f923f1f23
Informative comment
...
[SVN r32280]
2006-01-10 16:04:17 +00:00
1abb301292
Remove comments that are problematic for compilers using a Far Eastern locale to process.
...
[SVN r32103]
2005-12-19 13:25:29 +00:00
afc5ce05cd
Fix concept check regression, and suppress various VC-related warnings.
...
[SVN r32014]
2005-12-13 18:30:53 +00:00
9d0e60bd74
Change assert into runtime check - it keeps the VC8 analyser happy.
...
[SVN r32013]
2005-12-13 17:24:28 +00:00
ef37b58888
Another fix for very large numbers of repeats.
...
[SVN r31995]
2005-12-12 13:03:05 +00:00
02c6228c77
Fix /analyse errors from VC8.
...
Update test cases appropriately.
[SVN r31988]
2005-12-11 17:34:32 +00:00
d4b4f359e5
Fix -analyse errors from VC8.
...
Merge a couple of changes from the release branch.
[SVN r31987]
2005-12-11 17:33:38 +00:00
2635121cc8
Stop calling std::list<>::size(), it's not O(1).
...
Suppress MSVC warning.
Fix error code for bad repeat range.
[SVN r31833]
2005-11-30 13:56:54 +00:00
9d76e95575
Instantiate more bcc32 v5.1 workarounds.
...
Fix for Chinese Win32 locales.
Don't test c_regex_traits if it's not present.
[SVN r31768]
2005-11-24 16:37:05 +00:00
1c2ff0ab50
Disable some deffinitions when testing the std::tr1 version.
...
[SVN r31608]
2005-11-09 17:30:43 +00:00
a0e41a0fd1
Update to reflect recent changes.
...
[SVN r31597]
2005-11-08 11:36:52 +00:00
b3433fc7c8
Added tests for trailing - in ranges, for example [a-b-].
...
[SVN r31534]
2005-11-01 18:06:59 +00:00
8a06157b46
Added patches from 1.33 branch:
...
Fix trailing - in ranges so that [a-b-] works.
Fix performance issue: don't call std::distance on bidirectional iterators.
[SVN r31533]
2005-11-01 18:06:19 +00:00
10a423db6e
Added new tests for newly reported bugs.
...
[SVN r31493]
2005-10-27 10:25:22 +00:00
ffa362ce17
Consolidated patches and performance tweeks.
...
[SVN r31492]
2005-10-27 10:24:50 +00:00
5fb9181efa
Quote pathnames for ICU and STLport.
...
[SVN r31262]
2005-10-10 16:29:30 +00:00
b5bc6e2be9
Enabled negated character classes inside character sets.
...
[SVN r31053]
2005-09-20 12:01:25 +00:00
ae36194500
for apples-to-apples, add try/catch to time_boost functions, use syntax_option_type::optimize for dynamic xpressive
...
[SVN r31024]
2005-09-18 16:31:56 +00:00
badb291912
Updated to get xpressive tests to run correctly, and to use regex_iterators for searching.
...
[SVN r31018]
2005-09-18 09:25:14 +00:00
5973f3eb07
Have to exclude STLport from some explicit instantiations.
...
[SVN r31008]
2005-09-16 12:29:15 +00:00
40b7a4902f
Fixed remaining zero-width assertion issues.
...
Added separate file instantiation of ICU support templates.
Ensured code is STLport debug mode clean.
[SVN r30980]
2005-09-14 12:20:41 +00:00
90f4367b8d
Ported ICU integration code to VC6/7.
...
Added some needed std lib #includes.
Reworked gcc separate file template instantiation code.
[SVN r30791]
2005-09-03 11:13:28 +00:00
db5748ae7e
Added config and header include changes needed to support MSVC + STLport 5.0.
...
[SVN r30701]
2005-08-27 10:25:15 +00:00
46b7d89fff
Gcc warning suppression.
...
[SVN r30673]
2005-08-25 17:26:08 +00:00
7ee1a58a84
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +00:00
bfa2168237
gcc+stlport fix.
...
[SVN r30668]
2005-08-25 12:57:20 +00:00
2f3b212a22
Disabled support for external templates with Intel 8.0 and earlier (it leads to unresolved externals).
...
[SVN r30643]
2005-08-24 09:59:14 +00:00
d3a9bbfabd
Made regex_error backwards compatible with Boost-1.32.
...
[SVN r30623]
2005-08-22 10:56:15 +00:00
233f083720
Updated History.
...
Added additional tests for regexes that are supposed to be empty.
Added additional test cases for non-greedy repeats.
[SVN r30605]
2005-08-19 16:12:45 +00:00
c39176085b
Fixed VC7.1-STLport config setup so it works with /Zc:wchar_t
...
Re-ordered code in static_mutex.hpp to satisfy SGI IRIX.
Added some additional #includes to satisfy SGI Irix.
Fixed strange bug where some non-greedy repeats could repeat more times than permitted.
Fixed return value from basic_regex<>::empty().
Fixed return value from basic_regex<>::expression() and basic_regex<>::size() when the expression is invalid.
[SVN r30604]
2005-08-19 16:10:11 +00:00
bf96863756
Updated makefiles: some dependencies have been removed, VC71 and VC8 path setup has been fixed.
...
[SVN r30546]
2005-08-12 16:05:15 +00:00