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
5f0f6fa8f1
Updated Jamfile to use new test suite.
...
Updated docs to reflect recent changes.
[SVN r15081]
2002-08-24 11:57:10 +00:00
81f404ec69
Disabled automatic lib selection on non-windows platforms for Borland
...
[SVN r15080]
2002-08-24 11:56:11 +00:00
38b55d0db8
Added missing break statements
...
[SVN r15078]
2002-08-24 11:25:01 +00:00
bed785ad19
Added GCC warning suppression
...
[SVN r15022]
2002-08-21 11:05:30 +00:00
bb711db956
Added new state information for forthcomming new algorithms
...
[SVN r14889]
2002-08-15 11:30:08 +00:00
13f9af564d
Added some new state information for forthcomming new algorithms.
...
[SVN r14808]
2002-08-13 11:47:41 +00:00
43cf48f61e
Boost.Test V2 fix
...
[SVN r14787]
2002-08-12 14:23:28 +00:00
2767f7f6ba
Tentative MWCW fixes
...
[SVN r14662]
2002-08-02 11:59:22 +00:00
035e752ed2
Added minor doc fixes
...
[SVN r14653]
2002-07-31 11:24: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
e6a371c6d6
Added MSVC version check.
...
[SVN r14475]
2002-07-16 11:15:30 +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
2468d450f2
Added -Ve and -Vx options to bcb makefiles.
...
[SVN r14319]
2002-07-07 10:28:32 +00:00
d47f20f147
Added | to the list of characters that are not literals.
...
[SVN r14139]
2002-06-13 11:27:56 +00:00
0575e50ddb
Changed template function overload to wchar_t overload.
...
[SVN r14138]
2002-06-13 10:30:46 +00:00
de40dac5d1
Fixed test program after changes to regex_match code.
...
[SVN r14111]
2002-06-08 10:37:47 +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
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
293b945785
Added fixes for C++ Builder 6 alignment (binary compatibility) issues.
...
[SVN r14087]
2002-06-06 11:32:45 +00:00
998f94ffe9
vc7 warning suppression.
...
[SVN r14064]
2002-05-30 11:07:55 +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
129cf61f65
respect <sysinclude>
...
[SVN r13995]
2002-05-21 16:24:07 +00:00
992eb043af
Config updates/patches
...
[SVN r13973]
2002-05-18 11:33:30 +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
eacf31772b
Fixed Mingw32 build
...
[SVN r13804]
2002-05-10 11:37:32 +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
6b75e3962d
Fixed test programs (disabled separate file template instantiation for single file builds).
...
[SVN r13661]
2002-05-04 11:00:48 +00:00
1826080071
Fixed erroneous functio signature
...
[SVN r13660]
2002-05-04 10:55:51 +00:00
2ee6dec715
Fixed broken links.
...
[SVN r13574]
2002-04-27 11:05:49 +00:00
298651b2f6
Turned off external templates for MWCW
...
[SVN r13573]
2002-04-27 10:45:12 +00:00
752c43f9d4
Bug fix: changed int to std::ptrdiff_t
...
[SVN r13572]
2002-04-27 10:38:47 +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
d67a843d5a
add newline at end of file
...
[SVN r13553]
2002-04-23 19:51:36 +00:00
3e3752e992
Added BOOST_NO_WREGEX guard.
...
[SVN r13357]
2002-04-03 11:04:46 +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
2035a49533
Added support for regex_fwd.hpp
...
[SVN r13333]
2002-04-01 11:46:04 +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
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
1d3653812a
Fixed broken link.
...
[SVN r12993]
2002-03-01 12:26:01 +00:00
9ef4719dff
Modified jamfiles to work with new updated build system
...
[SVN r12952]
2002-02-27 12:37:28 +00:00