9529cb8bc0
Merged accumulated patches from Trunk.
...
[SVN r62831]
2010-06-12 08:30:11 +00:00
7015512292
A few corrections to the WinCE patches
...
[SVN r41350]
2007-11-25 04:30:02 +00:00
4199529fd0
Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php
...
[SVN r41327]
2007-11-24 12:25:25 +00:00
6b83bf86aa
No user32.lib on WinCE
...
[SVN r41219]
2007-11-19 10:20:36 +00:00
f86bd2f3f9
Mingwin Warning suppression.
...
[SVN r33403]
2006-03-20 10:36:12 +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
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
56fadadba8
More Sunpro std::distance fixes.
...
Changed Dr John Maddock to John Maddock
[SVN r26793]
2005-01-21 17:28:42 +00:00
71a0e020e2
merged changes in regex5 branch
...
[SVN r26692]
2005-01-13 17:06:21 +00:00
9f47972bcf
Removed unneeded export specifiers
...
[SVN r22506]
2004-03-16 17:37:54 +00:00
dddfc1a63a
Refined building without /Zc:wchar_t on msvc 7 and above
...
[SVN r21147]
2003-12-05 13:01:29 +00:00
54e9a2fbcb
Changed no-exception behaviour to call throw_exception directly so that the handler sees the actual error message.
...
[SVN r20361]
2003-10-13 11:45:11 +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
e12105e591
Added casts to (unsigned char) to suppress warnings from picky compilers.
...
Changed array initialisation to take account of it's true size (bug fix).
[SVN r19087]
2003-07-12 11:51:36 +00:00
f0f32bdda1
Merged regex-4 branch.
...
[SVN r18430]
2003-05-17 11:45:48 +00:00
3819294ac1
Added check to verify that we have something to clean up before calling do_free
...
[SVN r18075]
2003-03-24 12:36:55 +00:00
5a65397974
Changed boost/regex/detail to boost/regex/v3
...
[SVN r16184]
2002-11-10 11:35:53 +00:00
0575e50ddb
Changed template function overload to wchar_t overload.
...
[SVN r14138]
2002-06-13 10:30:46 +00:00
b856079e74
Added C++ Builder 6 binary compatibilty fixes,
...
Updated gcc makefiles to build archive index.
[SVN r14088]
2002-06-06 11:33:46 +00:00
976fb02a1b
Moved some key template instances into the lib and out of user code.
...
Updated makefiles:
renamed lib files with new more systematic naming convention.
Added bcb6 support.
Rewritten automatic lib selection.
Updated copyright declarations.
[SVN r13557]
2002-04-24 10:50:23 +00:00
6e82619133
Added needed #ifdef
...
[SVN r13295]
2002-03-28 12:47:47 +00:00
1d560fae85
Minor doc typo fixes.
...
Fixed IA64 portability warnings from VC7
[SVN r13225]
2002-03-19 11:31:52 +00:00
c8e9df8fa2
Added support for compilers with no exception handling support.
...
[SVN r12758]
2002-02-08 12:44:43 +00:00
d227059666
New smart pointer documentation. Related clean-up of the smart pointer
...
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.
[SVN r12647]
2002-02-02 18:36:12 +00:00
f5082341c0
changed all pointer casts to explicit static_cast or reinterpret_cast.
...
Added more tests for forward lookahead asserts.
[SVN r12575]
2002-01-30 12:17:51 +00:00
52dbd281ca
Added checks to message loading code.
...
Added extra members to RegEx class.
Updated docs accordingly.
[SVN r12244]
2002-01-07 13:03:50 +00:00
c167b1f183
changed BOOST_RE_THREADS to BOOST_HAS_THREADS
...
[SVN r11827]
2001-11-30 11:56:02 +00:00
fe45d5bf4a
Tweeked regex version number to reference <boost/version.hpp>
...
[SVN r11309]
2001-09-30 10:30:14 +00:00
3fb0375da4
Another attempt to fix the WinXP character class problems
...
[SVN r11216]
2001-09-23 12:02:28 +00:00
2bc1f9c998
More fixes resulting from the new config
...
[SVN r11182]
2001-09-21 11:35:54 +00:00
1d473147fd
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00
014b66b2f4
Removed non-functioning msvc link command from Jamfile, added user32.lib forced link to w32_regex_traits.cpp
...
[SVN r10886]
2001-08-18 10:22:10 +00:00
e1492c79ce
updated jamfile, fixed Windows XP problems
...
[SVN r10840]
2001-08-11 11:47:12 +00:00
330d46f306
regex point release (minor compatiblity fixes)
...
[SVN r10245]
2001-05-30 11:36:49 +00:00
9f051ee667
Added some missing BOOST_RE_CALL macros
...
[SVN r10090]
2001-05-11 11:28:11 +00:00
efd0ce56bc
reorganised regex config setup
...
[SVN r10064]
2001-05-08 11:24:35 +00:00
a92faf9d3d
regex point release
...
[SVN r9834]
2001-04-18 11:35:32 +00:00
ab16e6c6c0
updated regex directory structure
...
[SVN r9765]
2001-04-12 11:14:59 +00:00
b8adb4df00
regex updates: compatability fixes for Como and sunpro compilers
...
[SVN r9642]
2001-03-26 11:09:49 +00:00
d754f23bcf
regex configuration tweeks, and point release.
...
[SVN r9225]
2001-02-16 11:26:21 +00:00
973b12c5c8
regex: tentatively fixed regression on Win2000, suppressed some more warnings, and tweeked Rogue Wave library detection and configuration.
...
[SVN r9157]
2001-02-12 12:45:25 +00:00
e927090ba0
regex: Irix fixes and point release
...
[SVN r8653]
2001-01-20 12:23:51 +00:00
2c085b3dc4
Fixed regex memory leak, and type_traits bad test case
...
[SVN r8273]
2000-11-21 12:39:09 +00:00
36e4289aaa
Regex point release 3.02
...
[SVN r8226]
2000-11-16 11:29:03 +00:00
4378b06e43
Updated regex code with tentative support for partial matches
...
[SVN r8160]
2000-11-09 11:24:58 +00:00
dc38a40569
Misc. minor regex fixes
...
[SVN r8134]
2000-11-04 12:38:38 +00:00
209636b869
compiler specific fixes (mostly MWCW)
...
[SVN r8032]
2000-10-24 11:53:07 +00:00
58a5836642
Initial boost-regex++ release
...
[SVN r7845]
2000-09-26 11:48:28 +00:00