158c26d85c
Misc. new fixes:
...
Better support for BOOST_NO_WREGEX
Fixed bug in trailing null backrefs
Fixed bug in null repeat code
Fixed bug in negative forward lookahead assert when used as a prefix.
[SVN r17889]
2003-03-13 12:50:54 +00:00
d0ba00a2e7
Fixed bug in match_continuous code
...
[SVN r17276]
2003-02-08 12:30:57 +00:00
75293e9854
Fixed by adding BOOST_REGEX_NO_EXTERNAL_TEMPLATES define and extra error checks.
...
[SVN r17264]
2003-02-07 12:16:40 +00:00
251099c828
OpenBSD fixes
...
[SVN r16990]
2003-01-22 12:38:54 +00:00
0e37a76df0
Fix for MWCW which doesn't like incomplete array type.
...
[SVN r16375]
2002-11-23 11:30:36 +00:00
e5d9c95456
Fixed header include after recent changes
...
[SVN r16159]
2002-11-08 11:55:49 +00:00
b6a13dd215
Added check for BOOST_NO_STD_DISTANCE
...
[SVN r16144]
2002-11-07 12:59:57 +00:00
cf285ed3e5
Changes made in preparation for new regex version.
...
[SVN r16141]
2002-11-07 12:50:29 +00:00
09bfc7f853
Merged changes from the RC_1_29_0 branch.
...
[SVN r15959]
2002-10-21 11:03:05 +00:00
13df8a293b
Add missing typename
...
[SVN r15905]
2002-10-11 20:46:12 +00:00
6ee955be5f
Tweeked number of states that cause a throw to occur during search.
...
[SVN r15402]
2002-09-17 10:57:26 +00:00
a7f8f56d92
Added throw if the number of searched states grows too large.
...
[SVN r15372]
2002-09-16 11:54:00 +00:00
aebf86bbe5
removed MSVC warning suppression - it causes the compiler to ICE under some conditions
...
[SVN r15195]
2002-09-07 10:47:06 +00:00
de9ecb7407
Fixed MSVC warnings
...
[SVN r15140]
2002-09-03 10:14:30 +00:00
fa43c7ab1d
Misc Kylix fixes
...
[SVN r15086]
2002-08-25 11:57:37 +00:00
81f404ec69
Disabled automatic lib selection on non-windows platforms for Borland
...
[SVN r15080]
2002-08-24 11:56:11 +00:00
13f9af564d
Added some new state information for forthcomming new algorithms.
...
[SVN r14808]
2002-08-13 11:47:41 +00:00
753a3d6584
Removed duplicate declaration.
...
[SVN r14635]
2002-07-29 11:04:14 +00:00
ab0051399e
Added como and metrowerks to list of compilers that can't handle the template specialisations used in instances.hpp.
...
[SVN r14624]
2002-07-27 11:42:04 +00:00
61ea1b566a
Added workaround for gcc2.91 bug
...
[SVN r14513]
2002-07-18 11:07:46 +00:00
1ad6328d33
Added BOOST_NO_STD_WSTREAMBUF guard
...
[SVN r14491]
2002-07-17 11:39:15 +00:00
ee59983ea9
Oops, messed up previous commit.
...
[SVN r14445]
2002-07-14 10:56:58 +00:00
ad769fcfdb
Added needed Como options
...
[SVN r14432]
2002-07-13 10:58:11 +00:00
b2c4abc9cf
Fixed partial match bug:
...
The following program demonstrates what we believe is a bug in regex partial
match algorithm:
int main()
{
// boost::regex const re("(ab)?c"); // ok
boost::regex const re("(ab)?"); // fails in the assert below
boost::cmatch what;
assert(boost::regex_match( "a", what, re, boost::match_default |
boost::match_partial ));
}
[SVN r14110]
2002-06-08 10:36:54 +00:00
293b945785
Added fixes for C++ Builder 6 alignment (binary compatibility) issues.
...
[SVN r14087]
2002-06-06 11:32:45 +00:00
53de3c4ae6
Fixed more warnings, rolled back some regex changes that seem to be causing problems on 64-bit platforms.
...
[SVN r14063]
2002-05-30 11:07:05 +00:00
bbbd65c2e4
Hopefully fixed some minor bugs:
...
added missing typesnames.
Changed iterator to Iterator to hopefully keep aCC happy.
[SVN r14020]
2002-05-23 11:43:27 +00:00
084af757b4
Misc. fixes and new config options.
...
[SVN r13971]
2002-05-18 11:30:49 +00:00
1035f25b65
Disabled template specialisations on AIX with IBM Visual Age
...
[SVN r13850]
2002-05-14 10:44:21 +00:00
8d8a209d8b
Added user-config macro BOOST_DISABLE_WIN32
...
(also set in the compiler 's strict mode).
Modified Boost source not to use Win32 specific
extentions in the presence of BOOST_DISABLE_WIN32.
[SVN r13771]
2002-05-09 11:40:52 +00:00
1826080071
Fixed erroneous functio signature
...
[SVN r13660]
2002-05-04 10:55:51 +00:00
298651b2f6
Turned off external templates for MWCW
...
[SVN r13573]
2002-04-27 10:45:12 +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
7c42b3aca6
Moved is_combining inside BOOST_NO_WREGEX guard.
...
[SVN r13356]
2002-04-03 11:03:13 +00:00
bb89bbb29a
Added regex_fwd.hpp support.
...
[SVN r13334]
2002-04-01 11:47:30 +00:00
b4cf815f7d
Fixed IA64 compatibility warnings from VC7, mainly changed unsigned int's to size_t and int's to ptrdiff_t.
...
[SVN r13223]
2002-03-19 11:29:50 +00:00
7f6be58d92
Fixed Borland C++ config workarounds - so that _RWSTD_COMPILE_INSTANTIATE gets defined before any std lib includes
...
[SVN r12871]
2002-02-21 11:31:48 +00:00
11accf4a8b
Added more error checking for no-eh builds.
...
[SVN r12870]
2002-02-21 11:30:41 +00:00
6f9658fa6c
Fixed VCL setup to come before lib selection
...
[SVN r12847]
2002-02-17 12:05:59 +00:00
43df21bca1
Fixed incorrect iterator use - assumed random access iterator in one place rather than bidirectional.
...
[SVN r12768]
2002-02-09 12:07:53 +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
5613d77433
Changed all pointer casts to either static_cast or reinterpret_cast as appropriate.
...
[SVN r12574]
2002-01-30 12:16:28 +00:00
c07c4e0a11
Added support for forward lookahead asserts.
...
[SVN r12455]
2002-01-23 12:42:31 +00:00
534f6273c0
No longer throws on copy-construct
...
asserts when applying fixups (invariant checks) added
[SVN r12242]
2002-01-07 13:01:31 +00:00
edbc68df6c
Updated to reflect changes in STLport-4.5
...
[SVN r11970]
2001-12-07 12:14:56 +00:00
372a07902e
Made string_compare functions inline (they should have been all along).
...
[SVN r11952]
2001-12-06 12:39:31 +00:00
7104418bd5
* Changed BOOST_RE_THREADS to BOOST_HAS_THREADS,
...
* Updated allocator code to use SGI node based allocator when available.
[SVN r11829]
2001-11-30 11:58:04 +00:00
72c3b4ed13
Fix for broken split (doesn't spit out all sub expressions).
...
[SVN r11716]
2001-11-16 12:24:40 +00:00
6cc5cf41d5
Trivial fix for signed/unsigned comparison
...
[SVN r11715]
2001-11-16 12:24:01 +00:00