1039e64792
Added extra partial match tests to verify bug fix.
...
[SVN r34029]
2006-05-19 13:09:56 +00:00
02c6228c77
Fix /analyse errors from VC8.
...
Update test cases appropriately.
[SVN r31988]
2005-12-11 17:34:32 +00:00
b3433fc7c8
Added tests for trailing - in ranges, for example [a-b-].
...
[SVN r31534]
2005-11-01 18:06:59 +00:00
10a423db6e
Added new tests for newly reported bugs.
...
[SVN r31493]
2005-10-27 10:25:22 +00:00
b5bc6e2be9
Enabled negated character classes inside character sets.
...
[SVN r31053]
2005-09-20 12:01:25 +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
7ee1a58a84
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +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
dd5e27addb
Remove dead files.
...
Strip tabs from files.
[SVN r30003]
2005-07-12 10:08:11 +00:00
4781768515
Workaround for Tru64/CXX to avoid multiple definitions of static variables.
...
[SVN r29907]
2005-07-06 13:08:39 +00:00
6025be01c1
Disable three specific unicode tests for Tru64 which are failing badly.
...
[SVN r29905]
2005-07-06 13:00:01 +00:00
8a01dedb52
New vc8 makefile needs to use correct lib name mangling.
...
Update installation docs for makefiles.
Update regression test makefiles.
[SVN r29678]
2005-06-18 16:55:01 +00:00
a56990d55a
Internalise Boost.Test dependency.
...
[SVN r29100]
2005-05-20 15:35:44 +00:00
8aad9e15af
Removed VC8 workaround: it's been fixed in Beta 2.
...
[SVN r29068]
2005-05-19 17:03:09 +00:00
9b75e91909
Better spell BOOST_MSVC correctly!
...
[SVN r28985]
2005-05-17 10:31:53 +00:00
28285007cc
Fixes for compaq C++
...
[SVN r28931]
2005-05-15 16:14:47 +00:00
ed93c55832
Added additional tests for newly discovered regex_iterator bug.
...
[SVN r28385]
2005-04-21 15:54:54 +00:00
112422adc9
Reworked separate file template instantiation code, to use non-template forwarding functions instead - it works on more compilers that way.
...
[SVN r28295]
2005-04-17 14:44:37 +00:00
de28eb9b18
1) Disabled recursive implementation for VC8: stack overflows can't be reliably detected unless the whole program is compiled with asynchronous exceptions.
...
2) Changed std::copy calls on VC8 to avoid "dangerous code" warnings.
3) Moved backreference and octal escape code into line with POSIX-extended requirements.
4) Changed match_results leftmost-longest rules to stop unnecessary std::distance computations (an optimisation for non-random access iterators).
5) Changed C lib calls to use "safe" versions of string API's where available.
6) Added many new POSIX-extended leftmost-longest tests, to verify the above.
[SVN r27880]
2005-03-30 11:38:51 +00:00
a2f958b60c
Anything that shares VC6's runtime has the same issues with setlocale that VC6 does.
...
[SVN r27516]
2005-02-28 10:55:15 +00:00
ef25339d94
Don't test locales with MSVC: setlocale sometimes bombs out.
...
[SVN r27503]
2005-02-25 11:04:11 +00:00
ecd5dd5ff3
Allow sort keys to contain nothing but a single NUL character (characters may be ignorable).
...
[SVN r27408]
2005-02-17 12:44:16 +00:00
c3f16e3834
SunPro test program fix.
...
[SVN r27147]
2005-02-05 13:12:23 +00:00
3bedef8c4e
Updated more license terms.
...
Added new informational program to try and track down issues with std::collate, and std::ctype.
[SVN r26803]
2005-01-22 16:32:01 +00:00
56fadadba8
More Sunpro std::distance fixes.
...
Changed Dr John Maddock to John Maddock
[SVN r26793]
2005-01-21 17:28:42 +00:00
9781fe3150
Removed dead files.
...
Changed some asserts to BOOST_ASSERT.
Disabled collation in one test (locale dependent behaviour fails on some platforms).
[SVN r26722]
2005-01-18 12:51:26 +00:00
30acb7d2f8
Rewritten grep example program.
...
"touched" some of the sources to force regression tests to rebuild.
Split test code up some more to help msvc-stlport.
[SVN r26705]
2005-01-15 12:29:59 +00:00
34355d3e79
Added fix for msvc+STLport.
...
[SVN r26696]
2005-01-14 11:19:46 +00:00
71a0e020e2
merged changes in regex5 branch
...
[SVN r26692]
2005-01-13 17:06:21 +00:00
7c74a98ae5
64-bit portability fix
...
[SVN r23063]
2004-06-09 11:23:52 +00:00
c9b37542c5
Added additional tests for new bugs
...
[SVN r22813]
2004-05-13 12:33:22 +00:00
8330b19cec
Added tests to check new format specifiers.
...
[SVN r22487]
2004-03-12 13:13:14 +00:00
4b7f14e72d
Added extra non-greedy repeat tests,
...
fixed concept checks for vc6 (they don't work, and won't work).
[SVN r22423]
2004-03-02 17:00:15 +00:00
c9efbea4a7
Added more tests to catch some additional regressions.
...
[SVN r21526]
2004-01-07 12:02:58 +00:00
b84b17b3c4
Added BOOST_REGEX_V3 compatibilty workarounds.
...
[SVN r21288]
2003-12-16 13:06:01 +00:00
bf9350aa16
Added new experimental captures support.
...
[SVN r21243]
2003-12-13 12:28:48 +00:00
e79458b0e3
Added ugly workaround for linker errors from bcb5
...
[SVN r21167]
2003-12-07 12:52:18 +00:00
1a50827c46
stripped tabs from files
...
[SVN r21011]
2003-11-30 13:06:58 +00:00
2e9fa8c8f8
Updated build system.
...
Fixes for vc7+stlport
[SVN r20952]
2003-11-26 11:46:19 +00:00
27875c1e55
Fix gcc -Wshadow warnings
...
[SVN r20857]
2003-11-19 12:57:50 +00:00
de9338cedf
Updated regex build system and tests to match the new Boost.Install code.
...
[SVN r20604]
2003-11-02 12:13:16 +00:00
f7eb12d9c7
Updated tests to check new sub_match non-member operators.
...
[SVN r20444]
2003-10-21 11:19:42 +00:00
ab5a7a768d
Added new licence info.
...
[SVN r20254]
2003-10-04 11:29:20 +00:00
11ea8aab76
switched over to new Boost Licence
...
[SVN r20232]
2003-09-30 13:02:51 +00:00
ae95ac6ad0
Fixed STLPort detection
...
[SVN r19413]
2003-08-03 11:44:41 +00:00
b66ac65061
Disabled tests that are causing problems for the regression testers
...
[SVN r19361]
2003-07-30 12:16:32 +00:00
6750cf4892
Modified wide character tests to warn not fail when no wide character support is available in the platform.
...
Modified Jamfiles to use centralised options.
Added wide character concept check.
[SVN r19318]
2003-07-26 11:22:17 +00:00
cb9409160a
Moved static stables into the function bodies to fix a gcc on MacOS X and IMB compiler bug.
...
Fixed config system for dll builds - the default linkage option is now static linking.
Fixed makefiles - dll builds now work.
Added Misc fixes for the example programs.
[SVN r19044]
2003-07-11 11:51:35 +00:00
6f9ba7a289
Added new concept check,
...
removed assertion in degug allocator that was being triggered by std lib code !
[SVN r18873]
2003-06-27 11:11:21 +00:00