John Maddock
39f1fb4d17
Changed name of a local variable to hopefully suppress gcc3.4 error
...
[SVN r21300]
2003-12-17 12:05:59 +00:00
John Maddock
7858e47a26
Refactored code so that __try statements only call bool (void) functions.
...
[SVN r21286]
2003-12-16 13:04:01 +00:00
John Maddock
cd0072b3e7
Added patch for BOOST_REGEX_V3 compatibility
...
[SVN r21285]
2003-12-16 13:02:57 +00:00
John Maddock
bf9350aa16
Added new experimental captures support.
...
[SVN r21243]
2003-12-13 12:28:48 +00:00
John Maddock
6b95ac002e
Suppressed __try blocks in MWCW.
...
[SVN r21221]
2003-12-11 11:50:57 +00:00
John Maddock
f6b9c3d809
Added como specific fix for C builds.
...
[SVN r21160]
2003-12-06 12:10:27 +00:00
John Maddock
dddfc1a63a
Refined building without /Zc:wchar_t on msvc 7 and above
...
[SVN r21147]
2003-12-05 13:01:29 +00:00
John Maddock
a247f4d7f8
Added new typedefs for iterator types
...
[SVN r21146]
2003-12-05 13:00:59 +00:00
John Maddock
84c2228b3f
Added support for BOOST_ALL_NO_LIB
...
[SVN r21119]
2003-12-03 13:32:05 +00:00
John Maddock
ebc12d24c9
Patched up support for the new Borland 6.0 compiler in strict mode.
...
[SVN r21035]
2003-12-01 11:52:28 +00:00
John Maddock
c642977acd
Patches for vc7+stlport
...
[SVN r20951]
2003-11-26 11:44:53 +00:00
John Maddock
27875c1e55
Fix gcc -Wshadow warnings
...
[SVN r20857]
2003-11-19 12:57:50 +00:00
John Maddock
d0258375ae
Added support for BOOST_ALL_DYN_LINK
...
[SVN r20802]
2003-11-13 12:17:49 +00:00
John Maddock
f9d0907868
Fixed up traits classes so that no matter whether /Zc:wchar_t is specified for vc builds or not, then we can still link to the same lib build.
...
[SVN r20764]
2003-11-08 13:02:55 +00:00
John Maddock
8324fad77c
Tidies up new code, fixed one bug.
...
[SVN r20635]
2003-11-04 11:30:44 +00:00
John Maddock
23f71d7727
Changed regex_token_iterator to return a sub_match rather than a std::string (it's more efficient).
...
[SVN r20613]
2003-11-03 11:25:30 +00:00
John Maddock
dc3878df84
Added new macro BOOST_LIB_VERSION to version.hpp so that auto-linking code knows what version suffix to append to library file names.
...
Updated auto-linking headers to match new Boost.Install code.
[SVN r20602]
2003-11-02 11:43:56 +00:00
John Maddock
aa68609a60
New warning supression code doesn't work for VC6 :-( So work around the workaround...
...
[SVN r20493]
2003-10-25 11:20:35 +00:00
John Maddock
8b4da77f83
Undone unintended commit on this file.
...
[SVN r20471]
2003-10-24 11:00:29 +00:00
John Maddock
9215a04042
Mostly cgg warning suppression, plus some gcc 2.95 workarounds.
...
[SVN r20462]
2003-10-23 12:40:47 +00:00
John Maddock
72a7a13565
Added new sub_match operators.
...
Made member operators const.
[SVN r20442]
2003-10-21 11:14:13 +00:00
John Maddock
c23a7a8cfe
Fixed no exception handling builds
...
[SVN r20330]
2003-10-10 12:13:23 +00:00
John Maddock
ab5a7a768d
Added new licence info.
...
[SVN r20254]
2003-10-04 11:29:20 +00:00
John Maddock
a669854a84
renamed null re_null in case the compiler #defines null.
...
[SVN r20240]
2003-10-02 11:06:06 +00:00
John Maddock
11ea8aab76
switched over to new Boost Licence
...
[SVN r20232]
2003-09-30 13:02:51 +00:00
John Maddock
13dfa17e63
Changed to make use of iterators and not strings where possible.
...
[SVN r20229]
2003-09-30 11:40:47 +00:00
John Maddock
182616ea25
Changed char_type to be the type used by the regex object not the iterator - allows code to compile where the iterator enumerates types that are different to the regex type.
...
[SVN r20228]
2003-09-30 11:39:41 +00:00
John Maddock
83306608a7
Fixed template constructor and assign member function iterator usage.
...
[SVN r20227]
2003-09-30 11:38:30 +00:00
John Maddock
f3c1b8d784
Added fix for broken VC++ preprocessor
...
[SVN r20226]
2003-09-30 11:37:04 +00:00
John Maddock
567d76e8e4
Fixed Borland compiles, so that regex can be mixed with vcl.h.
...
[SVN r19880]
2003-08-30 10:14:56 +00:00
John Maddock
51ef8177d3
Fixed Borland warning suppression.
...
Changed config to use BOOST_HAS_DECLSPEC
[SVN r19781]
2003-08-26 10:49:41 +00:00
John Maddock
2e1ed31f34
Fixed spelling of "BOOST" - basically a enormous cut and paste error!
...
[SVN r19581]
2003-08-14 10:22:05 +00:00
John Maddock
e4248fcb19
Moved some config code into boost.config (ABI and lib selection code).
...
[SVN r19546]
2003-08-12 11:23:02 +00:00
John Maddock
d695b70ee9
Added check to prevent macro redeffinition
...
[SVN r19360]
2003-07-30 12:15:45 +00:00
John Maddock
9d565f63ed
Added Como dll export options.
...
[SVN r19317]
2003-07-26 11:12:32 +00:00
John Maddock
8a5b00c128
Added needed const qualifier on out of line deffinition.
...
[SVN r19306]
2003-07-25 11:57:19 +00:00
John Maddock
bba214f904
Added out of line deffinition for integral constant.
...
[SVN r19304]
2003-07-25 11:20:39 +00:00
John Maddock
cddfd077a8
Added tentative fix for Metrowerks problem.
...
Removed Intel test code.
[SVN r19227]
2003-07-20 11:16:26 +00:00
John Maddock
41e54c1cf2
Added temporary Intel diagnostic code
...
[SVN r19211]
2003-07-19 12:12:50 +00:00
John Maddock
0f2f6b6dfc
changed MSVC calling convention setup - can't use __fastcall in debug mode especially with /RTC
...
[SVN r19190]
2003-07-18 11:25:34 +00:00
John Maddock
8e03097d9d
Added explicit bounds to the array variables to work around Mtrowerks problems.
...
Added extra check before setting dllexport options.
[SVN r19095]
2003-07-13 11:27:05 +00:00
John Maddock
1c915e3fda
Disabled workarounds for SGI compiler - they don't work and shouldn't be needed.
...
Removed local declaration of icase, when class member should do.
[SVN r19085]
2003-07-12 10:33:10 +00:00
John Maddock
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
John Maddock
c32c644a38
Added fixes for:
...
Compilers that pretend to be Visual C++
export of memory management code
[SVN r18955]
2003-07-07 11:44:00 +00:00
John Maddock
4a851cf958
Fixed C++ Builder 5 support,
...
Fixed support for bidirectional iterators,
Fixed enum declaration in states.hpp.
[SVN r18874]
2003-06-27 11:12:47 +00:00
John Maddock
4a06f15183
Added missing needed include
...
[SVN r18863]
2003-06-24 10:52:51 +00:00
John Maddock
01a3b56f8a
removed some previous attempted workarounds - they don't work.
...
[SVN r18855]
2003-06-23 11:02:00 +00:00
John Maddock
5255c45b0a
Fixed bug in token_iterator that caused it to miss items when field splitting.
...
[SVN r18821]
2003-06-17 10:28:51 +00:00
John Maddock
ed48905c5e
Added check for invalid regular expression in matching code.
...
[SVN r18777]
2003-06-11 12:11:17 +00:00
John Maddock
13769e4fff
Fixed array bounds so that gcc3 will actually compile the code, it's now seriously unmainable though, still it's the only thing that seems to work...
...
[SVN r18761]
2003-06-10 11:59:44 +00:00
John Maddock
6dfa7ef86c
Added explicit bounds to arrays, as patch for broken compilers that can't otherwise cope.
...
[SVN r18743]
2003-06-09 11:56:15 +00:00
John Maddock
e016ef8e21
Added minor bug fixes (some expressions starting with ^ were not being found), plus a few warning suppressions.
...
[SVN r18679]
2003-06-05 10:46:03 +00:00
John Maddock
2f9da388c1
Added fix for IBM C++
...
[SVN r18586]
2003-05-28 11:38:00 +00:00
John Maddock
f50f35d1fc
Added <ios> include for KCC
...
[SVN r18536]
2003-05-25 11:16:14 +00:00
John Maddock
3673a0a888
Added support for BOOST_DEDUCED_TYPENAME
...
[SVN r18534]
2003-05-25 10:54:03 +00:00
John Maddock
a69678c3c6
stripped tabs from files
...
[SVN r18526]
2003-05-24 11:14:53 +00:00
Guillaume Melquiond
70199360d3
Use the recently added BOOST_INTEL macro
...
[SVN r18511]
2003-05-23 11:53:49 +00:00
John Maddock
9aa18a159d
Added como warning suppression.
...
[SVN r18508]
2003-05-23 11:31:00 +00:00
John Maddock
4122e8f08d
Fixed VC warning
...
[SVN r18506]
2003-05-23 10:57:04 +00:00
John Maddock
89d445c1b6
Tweaked dll selection code,
...
Fixed various errors detected by MWCW and Como
[SVN r18493]
2003-05-22 11:19:58 +00:00
John Maddock
31d1dc1182
Removed external templates for unknown compilers.
...
Fixed std conformance bugs in v4 code (shown up by metrowerks compiler).
[SVN r18467]
2003-05-20 11:28:47 +00:00
John Maddock
535e1b05cc
Updated library names, minor fixes for gcc2.95
...
[SVN r18442]
2003-05-19 11:55:23 +00:00
John Maddock
f0f32bdda1
Merged regex-4 branch.
...
[SVN r18430]
2003-05-17 11:45:48 +00:00
John Maddock
ea96eafacc
Fixed bug that effect some searches
...
[SVN r18003]
2003-03-19 12:19:14 +00:00
John Maddock
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
John Maddock
d0ba00a2e7
Fixed bug in match_continuous code
...
[SVN r17276]
2003-02-08 12:30:57 +00:00
John Maddock
75293e9854
Fixed by adding BOOST_REGEX_NO_EXTERNAL_TEMPLATES define and extra error checks.
...
[SVN r17264]
2003-02-07 12:16:40 +00:00
John Maddock
251099c828
OpenBSD fixes
...
[SVN r16990]
2003-01-22 12:38:54 +00:00
Beman Dawes
2ecd905fb2
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
John Maddock
0e37a76df0
Fix for MWCW which doesn't like incomplete array type.
...
[SVN r16375]
2002-11-23 11:30:36 +00:00
John Maddock
e5d9c95456
Fixed header include after recent changes
...
[SVN r16159]
2002-11-08 11:55:49 +00:00
John Maddock
b6a13dd215
Added check for BOOST_NO_STD_DISTANCE
...
[SVN r16144]
2002-11-07 12:59:57 +00:00
John Maddock
cf285ed3e5
Changes made in preparation for new regex version.
...
[SVN r16141]
2002-11-07 12:50:29 +00:00
John Maddock
09bfc7f853
Merged changes from the RC_1_29_0 branch.
...
[SVN r15959]
2002-10-21 11:03:05 +00:00
Dave Abrahams
13df8a293b
Add missing typename
...
[SVN r15905]
2002-10-11 20:46:12 +00:00
John Maddock
6ee955be5f
Tweeked number of states that cause a throw to occur during search.
...
[SVN r15402]
2002-09-17 10:57:26 +00:00
John Maddock
a7f8f56d92
Added throw if the number of searched states grows too large.
...
[SVN r15372]
2002-09-16 11:54:00 +00:00
John Maddock
66ac67533c
VACPP fixes (second try)
...
[SVN r15371]
2002-09-16 11:53:07 +00:00
John Maddock
f81bdae7f1
Fixed forward declarations, added tentative IBM C++ fix
...
[SVN r15298]
2002-09-13 11:41:21 +00:00
John Maddock
aebf86bbe5
removed MSVC warning suppression - it causes the compiler to ICE under some conditions
...
[SVN r15195]
2002-09-07 10:47:06 +00:00
John Maddock
de9ecb7407
Fixed MSVC warnings
...
[SVN r15140]
2002-09-03 10:14:30 +00:00
John Maddock
fa43c7ab1d
Misc Kylix fixes
...
[SVN r15086]
2002-08-25 11:57:37 +00:00
John Maddock
81f404ec69
Disabled automatic lib selection on non-windows platforms for Borland
...
[SVN r15080]
2002-08-24 11:56:11 +00:00
John Maddock
bb711db956
Added new state information for forthcomming new algorithms
...
[SVN r14889]
2002-08-15 11:30:08 +00:00
John Maddock
13f9af564d
Added some new state information for forthcomming new algorithms.
...
[SVN r14808]
2002-08-13 11:47:41 +00:00
John Maddock
753a3d6584
Removed duplicate declaration.
...
[SVN r14635]
2002-07-29 11:04:14 +00:00
John Maddock
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
John Maddock
61ea1b566a
Added workaround for gcc2.91 bug
...
[SVN r14513]
2002-07-18 11:07:46 +00:00
John Maddock
1ad6328d33
Added BOOST_NO_STD_WSTREAMBUF guard
...
[SVN r14491]
2002-07-17 11:39:15 +00:00
John Maddock
e6a371c6d6
Added MSVC version check.
...
[SVN r14475]
2002-07-16 11:15:30 +00:00
John Maddock
ee59983ea9
Oops, messed up previous commit.
...
[SVN r14445]
2002-07-14 10:56:58 +00:00
John Maddock
ad769fcfdb
Added needed Como options
...
[SVN r14432]
2002-07-13 10:58:11 +00:00
John Maddock
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
John Maddock
293b945785
Added fixes for C++ Builder 6 alignment (binary compatibility) issues.
...
[SVN r14087]
2002-06-06 11:32:45 +00:00
John Maddock
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
John Maddock
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
John Maddock
084af757b4
Misc. fixes and new config options.
...
[SVN r13971]
2002-05-18 11:30:49 +00:00
John Maddock
1035f25b65
Disabled template specialisations on AIX with IBM Visual Age
...
[SVN r13850]
2002-05-14 10:44:21 +00:00
John Maddock
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
John Maddock
1826080071
Fixed erroneous functio signature
...
[SVN r13660]
2002-05-04 10:55:51 +00:00
John Maddock
298651b2f6
Turned off external templates for MWCW
...
[SVN r13573]
2002-04-27 10:45:12 +00:00
John Maddock
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
Jens Maurer
d67a843d5a
add newline at end of file
...
[SVN r13553]
2002-04-23 19:51:36 +00:00
John Maddock
7c42b3aca6
Moved is_combining inside BOOST_NO_WREGEX guard.
...
[SVN r13356]
2002-04-03 11:03:13 +00:00
John Maddock
bb89bbb29a
Added regex_fwd.hpp support.
...
[SVN r13334]
2002-04-01 11:47:30 +00:00
John Maddock
2035a49533
Added support for regex_fwd.hpp
...
[SVN r13333]
2002-04-01 11:46:04 +00:00
John Maddock
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
John Maddock
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
John Maddock
11accf4a8b
Added more error checking for no-eh builds.
...
[SVN r12870]
2002-02-21 11:30:41 +00:00
John Maddock
6f9658fa6c
Fixed VCL setup to come before lib selection
...
[SVN r12847]
2002-02-17 12:05:59 +00:00
John Maddock
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
John Maddock
c8e9df8fa2
Added support for compilers with no exception handling support.
...
[SVN r12758]
2002-02-08 12:44:43 +00:00
Darin Adler
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
John Maddock
5613d77433
Changed all pointer casts to either static_cast or reinterpret_cast as appropriate.
...
[SVN r12574]
2002-01-30 12:16:28 +00:00
John Maddock
c07c4e0a11
Added support for forward lookahead asserts.
...
[SVN r12455]
2002-01-23 12:42:31 +00:00
John Maddock
e4138b5bdc
Added members RegEx::Match and RegEx::npos.
...
[SVN r12243]
2002-01-07 13:02:37 +00:00
John Maddock
534f6273c0
No longer throws on copy-construct
...
asserts when applying fixups (invariant checks) added
[SVN r12242]
2002-01-07 13:01:31 +00:00
John Maddock
edbc68df6c
Updated to reflect changes in STLport-4.5
...
[SVN r11970]
2001-12-07 12:14:56 +00:00
John Maddock
372a07902e
Made string_compare functions inline (they should have been all along).
...
[SVN r11952]
2001-12-06 12:39:31 +00:00
John Maddock
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
John Maddock
72c3b4ed13
Fix for broken split (doesn't spit out all sub expressions).
...
[SVN r11716]
2001-11-16 12:24:40 +00:00
John Maddock
6cc5cf41d5
Trivial fix for signed/unsigned comparison
...
[SVN r11715]
2001-11-16 12:24:01 +00:00
John Maddock
19d8e96cf5
Added workaround for Rogue Wave lib bug.
...
[SVN r11391]
2001-10-16 11:36:47 +00:00
John Maddock
33b6eb0637
Renamed member functions "free" to prevent conflict with system macro.
...
[SVN r11380]
2001-10-13 10:19:01 +00:00
John Maddock
a042a0b6de
Removed spurious MSVC pragma
...
[SVN r11369]
2001-10-09 11:25:43 +00:00
John Maddock
f16f300347
Fixed inclusion of windows.h
...
[SVN r11356]
2001-10-08 11:32:22 +00:00
John Maddock
fe45d5bf4a
Tweeked regex version number to reference <boost/version.hpp>
...
[SVN r11309]
2001-09-30 10:30:14 +00:00
John Maddock
4dd87c299f
Fixed iterator definition
...
[SVN r11299]
2001-09-28 11:33:25 +00:00
John Maddock
3d3f591516
Fixed partial ordering macro names
...
[SVN r11298]
2001-09-28 11:08:33 +00:00
John Maddock
4922ae784f
Fixed messed up c_regex_traits from previous commit, fixed Koenig lookup bug caused by presence of boost::re_detail::destroy
...
[SVN r11249]
2001-09-25 11:48:21 +00:00
Darin Adler
007c0da3b2
Add a workaround for platforms where <ctype.h> has macros only.
...
[SVN r11235]
2001-09-24 19:34:15 +00:00
John Maddock
3fb0375da4
Another attempt to fix the WinXP character class problems
...
[SVN r11216]
2001-09-23 12:02:28 +00:00
Jens Maurer
0cef054b31
change missed occasion of BOOST_RE_NO_SWPRINTF -> BOOST_NO_SWPRINTF
...
[SVN r11205]
2001-09-22 15:24:10 +00:00
John Maddock
1647dd908e
Added missing typename qualifier
...
[SVN r11165]
2001-09-20 11:45:48 +00:00
John Maddock
187208adf5
First round of config fixes
...
[SVN r11146]
2001-09-19 11:48:51 +00:00
Jens Maurer
30e9920147
remove stray \r
...
[SVN r11143]
2001-09-18 21:53:41 +00:00
John Maddock
1d473147fd
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00
John Maddock
1be8e9241b
Previous update broke non-win32 support, now fixed.
...
[SVN r11094]
2001-09-11 11:06:44 +00:00
John Maddock
b9628e449d
Fixed do that code compiles on Win32 with _UNICODE defined
...
[SVN r11069]
2001-09-08 12:01:30 +00:00
John Maddock
a4912a834e
Fixed initialisation order warnings (gcc)
...
[SVN r10887]
2001-08-18 10:22:53 +00:00
John Maddock
88a6779e8b
Fixed WinXP problems
...
[SVN r10842]
2001-08-11 11:50:34 +00:00
John Maddock
5749937f26
Fixed some WinXP problems
...
[SVN r10841]
2001-08-11 11:49:19 +00:00
Darin Adler
a06c964cab
Spell things consistently. Add some bits of Mac stuff to the tests.
...
Use std::size_t where needed.
[SVN r10800]
2001-08-07 17:22:02 +00:00
John Maddock
77f76889f8
Minor purify error fixes
...
[SVN r10713]
2001-07-28 11:23:09 +00:00
John Maddock
50c4d1e6ca
Fixed some purify errors (unitialised reads)
...
[SVN r10712]
2001-07-28 11:22:28 +00:00
John Maddock
e7b8b5712d
Fixed nasty bug, where some invalid expressions caused access violations.
...
[SVN r10688]
2001-07-22 10:26:54 +00:00
Darin Adler
9bbca4613c
Fix bad patch I sent to John that makes Metrowerks compiles fail.
...
[SVN r10521]
2001-07-03 21:43:51 +00:00
John Maddock
01575dccbd
Added some missing std:: prefixes and fixed Metroworks 7 support
...
[SVN r10464]
2001-06-28 11:45:22 +00:00
John Maddock
3045723a54
Added std:: prefix to some size_t's
...
[SVN r10463]
2001-06-28 11:44:36 +00:00
John Maddock
d36070e4cd
Added dec alpha fix for missing LC_MESSAGES category
...
[SVN r10418]
2001-06-25 11:26:20 +00:00
John Maddock
1acfee5702
Updated for intel compiler support
...
[SVN r10304]
2001-06-10 11:06:12 +00:00
John Maddock
330d46f306
regex point release (minor compatiblity fixes)
...
[SVN r10245]
2001-05-30 11:36:49 +00:00
John Maddock
60659c5d84
Added BeOS threading support, tweeked STLPort detection.
...
[SVN r10235]
2001-05-28 11:48:06 +00:00
John Maddock
1444ac208f
minor cygwin config fix
...
[SVN r10234]
2001-05-27 11:08:48 +00:00
John Maddock
c0a8361373
Fixed purify warings about access to unitialised memory
...
[SVN r10232]
2001-05-26 11:58:19 +00:00
John Maddock
0ef48255a7
Fixed problems that occur when regex has invalid or unititalised expression.
...
[SVN r10231]
2001-05-26 11:57:25 +00:00
John Maddock
bfb3ccc907
regex: fixed iterator definition so that it passes the SGI/boost concept checks.
...
[SVN r10214]
2001-05-24 10:35:34 +00:00
John Maddock
04b11fdd1c
Added support for "format_first_only" new format flag
...
[SVN r10119]
2001-05-17 11:55:55 +00:00
John Maddock
f466b2ad2a
Minor regex config changes, fixed KMP search code.
...
[SVN r10115]
2001-05-15 12:00:33 +00:00
John Maddock
f913683002
Fixed some issues with calling conventions for Borland/Microsoft compilers
...
[SVN r10114]
2001-05-15 11:00:01 +00:00
John Maddock
a58bf0705d
Added missing BOOST_RE_CALL declarators to c_regex_traits
...
tweeked BOOST_RE_CALL definition
[SVN r10100]
2001-05-12 10:41:19 +00:00
John Maddock
f6fd177e2a
Added missing BOOST_RE_CALL modifier
...
[SVN r10091]
2001-05-11 11:30:32 +00:00
John Maddock
9f051ee667
Added some missing BOOST_RE_CALL macros
...
[SVN r10090]
2001-05-11 11:28:11 +00:00
John Maddock
08cee9a2a6
Fixes for STLPort 4.1b6,
...
and for gcc on platforms with <sys/type.h>
[SVN r10089]
2001-05-11 10:50:06 +00:00
John Maddock
efd0ce56bc
reorganised regex config setup
...
[SVN r10064]
2001-05-08 11:24:35 +00:00
John Maddock
774c7ec4d5
Fixed RegEx::Length, Fixed Borland config
...
[SVN r9991]
2001-04-28 12:03:05 +00:00
John Maddock
8d9bce7c33
Fixed Codeguard warnings
...
[SVN r9837]
2001-04-19 10:54:01 +00:00
John Maddock
a92faf9d3d
regex point release
...
[SVN r9834]
2001-04-18 11:35:32 +00:00
John Maddock
ab16e6c6c0
updated regex directory structure
...
[SVN r9765]
2001-04-12 11:14:59 +00:00
John Maddock
dcb64d5db7
Fixed VC6.sp5 support, added support for mixed static/dynamic linking with VC6
...
[SVN r9744]
2001-04-09 11:19:12 +00:00
John Maddock
020cbe902e
regex: Fixed spurious matches when grepping with .*
...
[SVN r9686]
2001-03-31 11:24:27 +00:00
John Maddock
fac0fa6653
Minor config tweek for gcc libstdc++3
...
[SVN r9643]
2001-03-27 10:51:14 +00:00
John Maddock
b8adb4df00
regex updates: compatability fixes for Como and sunpro compilers
...
[SVN r9642]
2001-03-26 11:09:49 +00:00
John Maddock
26ccffe3d0
Misc regex fixes: removed BOOST_RE_NO_EXCEPTION_H macro (no longer needed), added hack for VC6+STLPort regression test (missing wstring exports in STLPort dll).
...
[SVN r9555]
2001-03-14 12:52:06 +00:00
John Maddock
f5368b7666
Fixed header include: should have included <boost/type_traits/cv_traits.hpp>
...
[SVN r9537]
2001-03-10 11:24:11 +00:00
John Maddock
c126ed4b87
regex: tweeked type_traits usage to reduce header dependencies
...
[SVN r9519]
2001-03-09 11:51:44 +00:00
John Maddock
15142ddf9d
Misc fixes that missed the last commit..
...
[SVN r9402]
2001-03-04 11:08:29 +00:00
John Maddock
ee8c9873bc
Updates for better partial match support, and to ensure that that the POSIX API functions are able to return the correct error code.
...
[SVN r9392]
2001-03-03 11:28:50 +00:00
John Maddock
8872307cb1
regex Intel C++ fix...
...
[SVN r9251]
2001-02-18 12:03:08 +00:00
John Maddock
25d57dbe3e
Fixed minor typedef typo
...
[SVN r9226]
2001-02-16 12:03:48 +00:00
John Maddock
d754f23bcf
regex configuration tweeks, and point release.
...
[SVN r9225]
2001-02-16 11:26:21 +00:00
John Maddock
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
John Maddock
ff022f31cf
Tweeked config options for Kai and Irix+STLPort
...
[SVN r9000]
2001-02-07 11:56:13 +00:00
John Maddock
9f9f46f34b
regex: some fixes for level 4 warnings under VC6
...
[SVN r8942]
2001-02-05 12:48:09 +00:00
John Maddock
dd2dbfacbb
regex: tentative fixes for Irix + STLPort configuration.
...
[SVN r8940]
2001-02-05 12:09:10 +00:00
John Maddock
31c5b449bb
FIXED: Signed/unsigned conversions in regex_compile.hpp and regex_format.hpp
...
ADDED: Forwarder functions to match_results.
FIXED: More errors from Como in strict mode.
[SVN r8826]
2001-01-31 11:39:04 +00:00
John Maddock
1afe49fdbf
regex: Fixes for Como compiler in strict mode, plus some signed/unsigned conversions
...
[SVN r8780]
2001-01-27 11:34:53 +00:00
John Maddock
328e0b5561
regex: fixes for Como in strict mode
...
[SVN r8655]
2001-01-20 12:57:47 +00:00
John Maddock
e927090ba0
regex: Irix fixes and point release
...
[SVN r8653]
2001-01-20 12:23:51 +00:00
John Maddock
72caa3f9ca
regex: tweeks for linux. + Beos: compiler status
...
[SVN r8445]
2000-12-10 11:52:26 +00:00
John Maddock
6281799115
regex configure tweeks.
...
[SVN r8409]
2000-12-09 11:44:27 +00:00
John Maddock
6221e7f953
regex: minor VC6 optimisation changes.
...
[SVN r8380]
2000-12-03 12:16:18 +00:00
John Maddock
91953b9cf2
regex: added some missing std:: prefixes, updated Be compiler status page.
...
[SVN r8354]
2000-11-29 12:48:20 +00:00
John Maddock
36e4289aaa
Regex point release 3.02
...
[SVN r8226]
2000-11-16 11:29:03 +00:00
John Maddock
31c9a1f9c6
regex: fixes for STLPort in debug mode.
...
[SVN r8170]
2000-11-11 12:08:55 +00:00
John Maddock
8700307cf5
regex fixes for updated Dinkum library
...
[SVN r8161]
2000-11-09 13:03:41 +00:00
John Maddock
4378b06e43
Updated regex code with tentative support for partial matches
...
[SVN r8160]
2000-11-09 11:24:58 +00:00
John Maddock
fcdbbcff08
BeOS5 (intel) fixes
...
[SVN r8133]
2000-11-04 11:16:12 +00:00
John Maddock
209636b869
compiler specific fixes (mostly MWCW)
...
[SVN r8032]
2000-10-24 11:53:07 +00:00
Dave Abrahams
13df83ab96
A partial Pro6 fix (Pro6 is missing the message facet - what do we do about /that/?)
...
[SVN r8031]
2000-10-21 13:14:45 +00:00
John Maddock
74ca42eb88
regex regression test fixes
...
[SVN r8030]
2000-10-21 11:18:50 +00:00
John Maddock
df6fa4ba79
regex fixes
...
[SVN r7967]
2000-10-17 11:28:05 +00:00
Jens Maurer
9148159b98
add empty throw specification to destructors for classes derived from
...
std::exception
[SVN r7940]
2000-10-14 22:56:18 +00:00
John Maddock
fe33e5ebb9
misc minor fixes
...
[SVN r7938]
2000-10-14 12:03:10 +00:00
John Maddock
65b6a3ba3e
fixes resulting from non-standard usage of swprintf
...
[SVN r7927]
2000-10-12 11:25:16 +00:00
Dave Abrahams
d7ab782289
Some fixes for Metrowerks compatibility
...
[SVN r7919]
2000-10-06 07:46:12 +00:00
Dave Abrahams
a3cc73508f
friend declarations to work around a Metrowerks bug
...
[SVN r7914]
2000-10-06 07:32:54 +00:00
John Maddock
17b1472aa2
minor fix for purify errors (not a bug as such - more of a warning suppression)
...
[SVN r7879]
2000-09-30 11:07:25 +00:00
John Maddock
e345f05fa9
minor regex fixes
...
[SVN r7878]
2000-09-30 10:36:58 +00:00
John Maddock
c9cfe5a906
more post submission fixes for regex
...
[SVN r7855]
2000-09-27 12:06:41 +00:00
Dave Abrahams
fc0bf318a2
fix grievious missing std:: qualification
...
[SVN r7852]
2000-09-27 01:47:03 +00:00
Dave Abrahams
116efaa69a
add streaming for syntax_element_type to suppress warnings
...
[SVN r7846]
2000-09-26 15:47:45 +00:00
John Maddock
58a5836642
Initial boost-regex++ release
...
[SVN r7845]
2000-09-26 11:48:28 +00:00