f82771be8cFix tabs in file.
Rene Rivera
2003-12-26 23:26:49 +0000
02f6fd45b8Updated history.
John Maddock
2003-12-22 12:35:09 +0000
9058b985a9Fixed mis-spelling of __MWERKS__, hopefully fixed regex_token_iterator failure on MWCW as well.
John Maddock
2003-12-21 16:32:02 +0000
65f6604b24Only disable cpp_regex_traits<wchar_t> if we are in weird dual-wchar_t mode.
John Maddock
2003-12-20 13:34:34 +0000
16d6b87b1bRemoved <native-wchar_t>on requirement (it's on by default for vc7 anyway, and vc7+stlport is better without it)
John Maddock
2003-12-20 12:55:02 +0000
82572db442Disabled dual wchar_t mode with vc7 + STLPort, as it doesn't work.
John Maddock
2003-12-20 12:52:27 +0000
80104e292dAdded needed C header includes
John Maddock
2003-12-19 11:40:31 +0000
be01708af3Added checks for bad input files
John Maddock
2003-12-18 11:53:47 +0000
39f1fb4d17Changed name of a local variable to hopefully suppress gcc3.4 error
John Maddock
2003-12-17 12:05:59 +0000
b84b17b3c4Added BOOST_REGEX_V3 compatibilty workarounds.
John Maddock
2003-12-16 13:06:01 +0000
2c3ff62e1bAdded explicit calls to fstream::close rather than relying on destructors as a tentative gcc-cygwin fix.
John Maddock
2003-12-16 13:05:22 +0000
7858e47a26Refactored code so that __try statements only call bool (void) functions.
John Maddock
2003-12-16 13:04:01 +0000
cd0072b3e7Added patch for BOOST_REGEX_V3 compatibility
John Maddock
2003-12-16 13:02:57 +0000
bf9350aa16Added new experimental captures support.
John Maddock
2003-12-13 12:28:48 +0000
6b95ac002eSuppressed __try blocks in MWCW.
John Maddock
2003-12-11 11:50:57 +0000
7f93cee9affixed msvc-stlport builds.
John Maddock
2003-12-07 13:09:44 +0000
e79458b0e3Added ugly workaround for linker errors from bcb5
John Maddock
2003-12-07 12:52:18 +0000
207b0c63cdChanged to use new iterator typedefs.
John Maddock
2003-12-06 12:11:49 +0000
f6b9c3d809Added como specific fix for C builds.
John Maddock
2003-12-06 12:10:27 +0000
a008c722a4Added new iterator typedefs
John Maddock
2003-12-05 13:01:54 +0000
dddfc1a63aRefined building without /Zc:wchar_t on msvc 7 and above
John Maddock
2003-12-05 13:01:29 +0000
a247f4d7f8Added new typedefs for iterator types
John Maddock
2003-12-05 13:00:59 +0000
84c2228b3fAdded support for BOOST_ALL_NO_LIB
John Maddock
2003-12-03 13:32:05 +0000
ebc12d24c9Patched up support for the new Borland 6.0 compiler in strict mode.
John Maddock
2003-12-01 11:52:28 +0000
1a50827c46stripped tabs from files
John Maddock
2003-11-30 13:06:58 +0000
d19f04af7bFix broken link
John Maddock
2003-11-28 15:17:45 +0000
2e9fa8c8f8Updated build system. Fixes for vc7+stlport
John Maddock
2003-11-26 11:46:19 +0000
c642977acdPatches for vc7+stlport
John Maddock
2003-11-26 11:44:53 +0000
27875c1e55Fix gcc -Wshadow warnings
John Maddock
2003-11-19 12:57:50 +0000
42337410fcAdded tests for Windows compiler auto-linking
John Maddock
2003-11-13 12:46:27 +0000
aa132bec5dremoved unneeded version calculation
John Maddock
2003-11-13 12:44:18 +0000
d0258375aeAdded support for BOOST_ALL_DYN_LINK
John Maddock
2003-11-13 12:17:49 +0000
7ba011232cRemoved define that disables auto-linking for bjam builds since it is no longer required.
John Maddock
2003-11-10 11:26:39 +0000
6bb6cddad6Added [common-names] tags to dll and lib builds. Added <native-wchar_t>on build requirement
John Maddock
2003-11-08 13:16:53 +0000
f9d0907868Fixed 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.
John Maddock
2003-11-08 13:02:55 +0000
8324fad77cTidies up new code, fixed one bug.
John Maddock
2003-11-04 11:30:44 +0000
23f71d7727Changed regex_token_iterator to return a sub_match rather than a std::string (it's more efficient).
John Maddock
2003-11-03 11:25:30 +0000
de9338cedfUpdated regex build system and tests to match the new Boost.Install code.
John Maddock
2003-11-02 12:13:16 +0000
dc3878df84Added 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.
John Maddock
2003-11-02 11:43:56 +0000
aa68609a60New warning supression code doesn't work for VC6 :-( So work around the workaround...
John Maddock
2003-10-25 11:20:35 +0000
8b4da77f83Undone unintended commit on this file.
John Maddock
2003-10-24 11:00:29 +0000
2606d1bdd1Updated copyrights
John Maddock
2003-10-24 10:51:38 +0000
9215a04042Mostly cgg warning suppression, plus some gcc 2.95 workarounds.
John Maddock
2003-10-23 12:40:47 +0000
f7eb12d9c7Updated tests to check new sub_match non-member operators.
John Maddock
2003-10-21 11:19:42 +0000
515044821cUpdated docs to include recent changes, and improve general quality.
John Maddock
2003-10-21 11:18:40 +0000
72a7a13565Added new sub_match operators. Made member operators const.
John Maddock
2003-10-21 11:14:13 +0000
63778bea05Add install definitions for new common install configuration.
Rene Rivera
2003-10-19 19:52:56 +0000
54e9a2fbcbChanged no-exception behaviour to call throw_exception directly so that the handler sees the actual error message.
John Maddock
2003-10-13 11:45:11 +0000
ff1c0a0bb5Moved common build options into build/Jamfile
John Maddock
2003-10-12 11:19:15 +0000
c23a7a8cfeFixed no exception handling builds
John Maddock
2003-10-10 12:13:23 +0000
651256800fAdd V2 Jamfile
Vladimir Prus
2003-10-07 10:45:15 +0000
696fa47670Add V2 Jamfile
Vladimir Prus
2003-10-07 10:34:27 +0000
ab5a7a768dAdded new licence info.
John Maddock
2003-10-04 11:29:20 +0000
a669854a84renamed null re_null in case the compiler #defines null.
John Maddock
2003-10-02 11:06:06 +0000
11ea8aab76switched over to new Boost Licence
John Maddock
2003-09-30 13:02:51 +0000
ee85ed89a1Added checks on constructor and assign member function usage.
John Maddock
2003-09-30 11:41:40 +0000
13dfa17e63Changed to make use of iterators and not strings where possible.
John Maddock
2003-09-30 11:40:47 +0000
182616ea25Changed 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.
John Maddock
2003-09-30 11:39:41 +0000
83306608a7Fixed template constructor and assign member function iterator usage.
John Maddock
2003-09-30 11:38:30 +0000
f3c1b8d784Added fix for broken VC++ preprocessor
John Maddock
2003-09-30 11:37:04 +0000
3b27d5a38eUse the import rule
Dave Abrahams
2003-09-08 17:38:49 +0000
567d76e8e4Fixed Borland compiles, so that regex can be mixed with vcl.h.
John Maddock
2003-08-30 10:14:56 +0000
51ef8177d3Fixed Borland warning suppression. Changed config to use BOOST_HAS_DECLSPEC
John Maddock
2003-08-26 10:49:41 +0000
2e1ed31f34Fixed spelling of "BOOST" - basically a enormous cut and paste error!
John Maddock
2003-08-14 10:22:05 +0000
ccc9c16e93Added fixes for tests which are unsupported on some platforms.
John Maddock
2003-08-12 12:03:25 +0000
4e412a1774Various minor warning suppressions.
John Maddock
2003-08-12 11:24:09 +0000
e4248fcb19Moved some config code into boost.config (ABI and lib selection code).
John Maddock
2003-08-12 11:23:02 +0000
ae95ac6ad0Fixed STLPort detection
John Maddock
2003-08-03 11:44:41 +0000
feb3f7bc40name required for wide_posix_api_check_c
Beman Dawes
2003-07-30 20:43:35 +0000
b66ac65061Disabled tests that are causing problems for the regression testers
John Maddock
2003-07-30 12:16:32 +0000
d695b70ee9Added check to prevent macro redeffinition
John Maddock
2003-07-30 12:15:45 +0000
222b16693cAdded tentative como fix
John Maddock
2003-07-27 10:55:35 +0000
6750cf4892Modified wide character tests to warn not fail when no wide character support is available in the platform. Modified Jamfiles to use centralised options. Added wide character concept check.
John Maddock
2003-07-26 11:22:17 +0000
9d565f63edAdded Como dll export options.
John Maddock
2003-07-26 11:12:32 +0000
8a5b00c128Added needed const qualifier on out of line deffinition.
John Maddock
2003-07-25 11:57:19 +0000
11f535596bAdded fix for SGI64 (std::messages::open appears to require a non-const reference on that platform :-( )
John Maddock
2003-07-25 11:27:17 +0000
bba214f904Added out of line deffinition for integral constant.
John Maddock
2003-07-25 11:20:39 +0000
8be91f0568Added SGI-Irix tentative fix.
John Maddock
2003-07-20 11:17:15 +0000
cddfd077a8Added tentative fix for Metrowerks problem. Removed Intel test code.
John Maddock
2003-07-20 11:16:26 +0000
41e54c1cf2Added temporary Intel diagnostic code
John Maddock
2003-07-19 12:12:50 +0000
0f2f6b6dfcchanged MSVC calling convention setup - can't use __fastcall in debug mode especially with /RTC
John Maddock
2003-07-18 11:25:34 +0000
8e03097d9dAdded explicit bounds to the array variables to work around Mtrowerks problems. Added extra check before setting dllexport options.
John Maddock
2003-07-13 11:27:05 +0000
e12105e591Added casts to (unsigned char) to suppress warnings from picky compilers. Changed array initialisation to take account of it's true size (bug fix).
John Maddock
2003-07-12 11:51:36 +0000
1c915e3fdaDisabled workarounds for SGI compiler - they don't work and shouldn't be needed. Removed local declaration of icase, when class member should do.
John Maddock
2003-07-12 10:33:10 +0000
cb9409160aMoved 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.
John Maddock
2003-07-11 11:51:35 +0000
c32c644a38Added fixes for: Compilers that pretend to be Visual C++ export of memory management code
John Maddock
2003-07-07 11:44:00 +0000
5c0a6398abUpdated link in docs
John Maddock
2003-07-06 10:51:00 +0000
4a851cf958Fixed C++ Builder 5 support, Fixed support for bidirectional iterators, Fixed enum declaration in states.hpp.
John Maddock
2003-06-27 11:12:47 +0000
6f9ba7a289Added new concept check, removed assertion in degug allocator that was being triggered by std lib code !
John Maddock
2003-06-27 11:11:21 +0000
4a06f15183Added missing needed include
John Maddock
2003-06-24 10:52:51 +0000
01a3b56f8aremoved some previous attempted workarounds - they don't work.
John Maddock
2003-06-23 11:02:00 +0000
3fc6433d44Updated performance figures for GRETA.
John Maddock
2003-06-17 10:30:08 +0000
5255c45b0aFixed bug in token_iterator that caused it to miss items when field splitting.
John Maddock
2003-06-17 10:28:51 +0000
ed48905c5eAdded check for invalid regular expression in matching code.
John Maddock
2003-06-11 12:11:17 +0000
13769e4fffFixed 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...
John Maddock
2003-06-10 11:59:44 +0000