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
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
02c6228c77
Fix /analyse errors from VC8.
...
Update test cases appropriately.
[SVN r31988]
2005-12-11 17:34:32 +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
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
a87dad5cc8
Improved ICU handling.
...
Brought auto-link test Jamfile up to date.
[SVN r29526]
2005-06-11 14:21:21 +00:00
a97324c1c4
Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5.
...
[SVN r29487]
2005-06-09 00:52:17 +00:00
ab8f05f2a1
Updated list of macros to print.
...
[SVN r29317]
2005-05-31 09:46:18 +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
c9f906eb14
Don't need the toupper/tolower code any more - problem solved.
...
[SVN r28542]
2005-04-30 10:13:55 +00:00
a694bc1ebb
Added some extra tests to try and figure out what the problem with Tru64 is.
...
[SVN r28505]
2005-04-27 15:50:16 +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
1d1fadeb5a
Disabled reverse_iterator tests for broken Rogue Wave library versions (workaround for old sunpro compilers).
...
[SVN r28294]
2005-04-17 14:43:28 +00:00
c81ebebd32
Added needed include (really only applies to gcc-2.95).
...
[SVN r28293]
2005-04-17 14:41:56 +00:00
c2c5b3f726
Don't link posix_api_check to program_execution_monitor. It's unused and
...
causes link errors for shared linking, due to unresolved reference to cpp_main.
[SVN r28209]
2005-04-13 09:38:09 +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
ea94315d6b
Fix mutex linking problems.
...
[SVN r27421]
2005-02-19 11:42:04 +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
eff6f06792
Made min/max usage conform to our guidelines.
...
Changed Boost.test usage to conform to new interface.
[SVN r27271]
2005-02-09 12:33:18 +00:00
1df0b9cacd
Added more info about sort keys from traits classes.
...
[SVN r27246]
2005-02-08 16:54:36 +00:00
c3f16e3834
SunPro test program fix.
...
[SVN r27147]
2005-02-05 13:12:23 +00:00
012fe3a99d
replaced BOOST_TEST
...
[SVN r27053]
2005-02-03 13:24:55 +00:00
40735d5630
Added another check to try and diagnode sunpro issue.
...
[SVN r26898]
2005-01-28 13:37:41 +00:00
d28ac18da2
Need some more tests to track down remaining issues.
...
[SVN r26845]
2005-01-25 17:22:50 +00:00
29df3606a1
Some fixes for MWCW, broken compilers etc.
...
[SVN r26834]
2005-01-24 11:05:45 +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
c04cb21103
Added BOOST_REGEX_BUGGY_CTYPE_FACET to list of macros to print.
...
[SVN r26800]
2005-01-22 13:14:11 +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
5ef242d146
Disable some tests for MWCW
...
[SVN r26717]
2005-01-17 12:11:47 +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