Commit Graph

  • 3e60ca3481 Added tentative fix for AIX shared lib. John Maddock 2003-12-30 12:09:03 +0000
  • 3026d5e6c6 Added missing std:: prefix. John Maddock 2003-12-29 11:38:03 +0000
  • f3088d1c77 Fix broken links. Rene Rivera 2003-12-27 02:37:02 +0000
  • f82771be8c Fix tabs in file. Rene Rivera 2003-12-26 23:26:49 +0000
  • 02f6fd45b8 Updated history. John Maddock 2003-12-22 12:35:09 +0000
  • 9058b985a9 Fixed mis-spelling of __MWERKS__, hopefully fixed regex_token_iterator failure on MWCW as well. John Maddock 2003-12-21 16:32:02 +0000
  • 65f6604b24 Only disable cpp_regex_traits<wchar_t> if we are in weird dual-wchar_t mode. John Maddock 2003-12-20 13:34:34 +0000
  • 16d6b87b1b Removed <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
  • 82572db442 Disabled dual wchar_t mode with vc7 + STLPort, as it doesn't work. John Maddock 2003-12-20 12:52:27 +0000
  • 80104e292d Added needed C header includes John Maddock 2003-12-19 11:40:31 +0000
  • be01708af3 Added checks for bad input files John Maddock 2003-12-18 11:53:47 +0000
  • 39f1fb4d17 Changed name of a local variable to hopefully suppress gcc3.4 error John Maddock 2003-12-17 12:05:59 +0000
  • b84b17b3c4 Added BOOST_REGEX_V3 compatibilty workarounds. John Maddock 2003-12-16 13:06:01 +0000
  • 2c3ff62e1b Added 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
  • 7858e47a26 Refactored code so that __try statements only call bool (void) functions. John Maddock 2003-12-16 13:04:01 +0000
  • cd0072b3e7 Added patch for BOOST_REGEX_V3 compatibility John Maddock 2003-12-16 13:02:57 +0000
  • bf9350aa16 Added new experimental captures support. John Maddock 2003-12-13 12:28:48 +0000
  • 6b95ac002e Suppressed __try blocks in MWCW. John Maddock 2003-12-11 11:50:57 +0000
  • 7f93cee9af fixed msvc-stlport builds. John Maddock 2003-12-07 13:09:44 +0000
  • e79458b0e3 Added ugly workaround for linker errors from bcb5 John Maddock 2003-12-07 12:52:18 +0000
  • 207b0c63cd Changed to use new iterator typedefs. John Maddock 2003-12-06 12:11:49 +0000
  • f6b9c3d809 Added como specific fix for C builds. John Maddock 2003-12-06 12:10:27 +0000
  • a008c722a4 Added new iterator typedefs John Maddock 2003-12-05 13:01:54 +0000
  • dddfc1a63a Refined building without /Zc:wchar_t on msvc 7 and above John Maddock 2003-12-05 13:01:29 +0000
  • a247f4d7f8 Added new typedefs for iterator types John Maddock 2003-12-05 13:00:59 +0000
  • 84c2228b3f Added support for BOOST_ALL_NO_LIB John Maddock 2003-12-03 13:32:05 +0000
  • ebc12d24c9 Patched up support for the new Borland 6.0 compiler in strict mode. John Maddock 2003-12-01 11:52:28 +0000
  • 1a50827c46 stripped tabs from files John Maddock 2003-11-30 13:06:58 +0000
  • d19f04af7b Fix broken link John Maddock 2003-11-28 15:17:45 +0000
  • 2e9fa8c8f8 Updated build system. Fixes for vc7+stlport John Maddock 2003-11-26 11:46:19 +0000
  • c642977acd Patches for vc7+stlport John Maddock 2003-11-26 11:44:53 +0000
  • 27875c1e55 Fix gcc -Wshadow warnings John Maddock 2003-11-19 12:57:50 +0000
  • 42337410fc Added tests for Windows compiler auto-linking John Maddock 2003-11-13 12:46:27 +0000
  • aa132bec5d removed unneeded version calculation John Maddock 2003-11-13 12:44:18 +0000
  • d0258375ae Added support for BOOST_ALL_DYN_LINK John Maddock 2003-11-13 12:17:49 +0000
  • 7ba011232c Removed define that disables auto-linking for bjam builds since it is no longer required. John Maddock 2003-11-10 11:26:39 +0000
  • 6bb6cddad6 Added [common-names] tags to dll and lib builds. Added <native-wchar_t>on build requirement John Maddock 2003-11-08 13:16:53 +0000
  • 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. John Maddock 2003-11-08 13:02:55 +0000
  • 8324fad77c Tidies up new code, fixed one bug. John Maddock 2003-11-04 11:30:44 +0000
  • 23f71d7727 Changed 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
  • de9338cedf Updated regex build system and tests to match the new Boost.Install code. John Maddock 2003-11-02 12:13:16 +0000
  • 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. John Maddock 2003-11-02 11:43:56 +0000
  • aa68609a60 New warning supression code doesn't work for VC6 :-( So work around the workaround... John Maddock 2003-10-25 11:20:35 +0000
  • a804285fb6 Changed email address to john@johnmaddock.co.uk John Maddock 2003-10-24 11:13:42 +0000
  • 8b4da77f83 Undone unintended commit on this file. John Maddock 2003-10-24 11:00:29 +0000
  • 2606d1bdd1 Updated copyrights John Maddock 2003-10-24 10:51:38 +0000
  • 9215a04042 Mostly cgg warning suppression, plus some gcc 2.95 workarounds. John Maddock 2003-10-23 12:40:47 +0000
  • f7eb12d9c7 Updated tests to check new sub_match non-member operators. John Maddock 2003-10-21 11:19:42 +0000
  • 515044821c Updated docs to include recent changes, and improve general quality. John Maddock 2003-10-21 11:18:40 +0000
  • 72a7a13565 Added new sub_match operators. Made member operators const. John Maddock 2003-10-21 11:14:13 +0000
  • 63778bea05 Add install definitions for new common install configuration. Rene Rivera 2003-10-19 19:52:56 +0000
  • 54e9a2fbcb Changed 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
  • ff1c0a0bb5 Moved common build options into build/Jamfile John Maddock 2003-10-12 11:19:15 +0000
  • c23a7a8cfe Fixed no exception handling builds John Maddock 2003-10-10 12:13:23 +0000
  • 651256800f Add V2 Jamfile Vladimir Prus 2003-10-07 10:45:15 +0000
  • 696fa47670 Add V2 Jamfile Vladimir Prus 2003-10-07 10:34:27 +0000
  • ab5a7a768d Added new licence info. John Maddock 2003-10-04 11:29:20 +0000
  • a669854a84 renamed null re_null in case the compiler #defines null. John Maddock 2003-10-02 11:06:06 +0000
  • 11ea8aab76 switched over to new Boost Licence John Maddock 2003-09-30 13:02:51 +0000
  • ee85ed89a1 Added checks on constructor and assign member function usage. John Maddock 2003-09-30 11:41:40 +0000
  • 13dfa17e63 Changed to make use of iterators and not strings where possible. John Maddock 2003-09-30 11:40:47 +0000
  • 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. John Maddock 2003-09-30 11:39:41 +0000
  • 83306608a7 Fixed template constructor and assign member function iterator usage. John Maddock 2003-09-30 11:38:30 +0000
  • f3c1b8d784 Added fix for broken VC++ preprocessor John Maddock 2003-09-30 11:37:04 +0000
  • 3b27d5a38e Use the import rule Dave Abrahams 2003-09-08 17:38:49 +0000
  • 567d76e8e4 Fixed Borland compiles, so that regex can be mixed with vcl.h. John Maddock 2003-08-30 10:14:56 +0000
  • 51ef8177d3 Fixed Borland warning suppression. Changed config to use BOOST_HAS_DECLSPEC John Maddock 2003-08-26 10:49:41 +0000
  • 2e1ed31f34 Fixed spelling of "BOOST" - basically a enormous cut and paste error! John Maddock 2003-08-14 10:22:05 +0000
  • ccc9c16e93 Added fixes for tests which are unsupported on some platforms. John Maddock 2003-08-12 12:03:25 +0000
  • 4e412a1774 Various minor warning suppressions. John Maddock 2003-08-12 11:24:09 +0000
  • e4248fcb19 Moved some config code into boost.config (ABI and lib selection code). John Maddock 2003-08-12 11:23:02 +0000
  • ae95ac6ad0 Fixed STLPort detection John Maddock 2003-08-03 11:44:41 +0000
  • feb3f7bc40 name required for wide_posix_api_check_c Beman Dawes 2003-07-30 20:43:35 +0000
  • b66ac65061 Disabled tests that are causing problems for the regression testers John Maddock 2003-07-30 12:16:32 +0000
  • d695b70ee9 Added check to prevent macro redeffinition John Maddock 2003-07-30 12:15:45 +0000
  • 222b16693c Added tentative como fix John Maddock 2003-07-27 10:55:35 +0000
  • 6750cf4892 Modified 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
  • 9d565f63ed Added Como dll export options. John Maddock 2003-07-26 11:12:32 +0000
  • 8a5b00c128 Added needed const qualifier on out of line deffinition. John Maddock 2003-07-25 11:57:19 +0000
  • 11f535596b Added 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
  • bba214f904 Added out of line deffinition for integral constant. John Maddock 2003-07-25 11:20:39 +0000
  • 8be91f0568 Added SGI-Irix tentative fix. John Maddock 2003-07-20 11:17:15 +0000
  • cddfd077a8 Added tentative fix for Metrowerks problem. Removed Intel test code. John Maddock 2003-07-20 11:16:26 +0000
  • 41e54c1cf2 Added temporary Intel diagnostic code John Maddock 2003-07-19 12:12:50 +0000
  • 0f2f6b6dfc changed MSVC calling convention setup - can't use __fastcall in debug mode especially with /RTC John Maddock 2003-07-18 11:25:34 +0000
  • ff80be2019 avoid gcc "signed/unsigned" warning Jens Maurer 2003-07-15 15:55:59 +0000
  • 8e03097d9d Added 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
  • 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). John Maddock 2003-07-12 11:51:36 +0000
  • 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. John Maddock 2003-07-12 10:33:10 +0000
  • 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. John Maddock 2003-07-11 11:51:35 +0000
  • c32c644a38 Added fixes for: Compilers that pretend to be Visual C++ export of memory management code John Maddock 2003-07-07 11:44:00 +0000
  • 5c0a6398ab Updated link in docs John Maddock 2003-07-06 10:51:00 +0000
  • 4a851cf958 Fixed C++ Builder 5 support, Fixed support for bidirectional iterators, Fixed enum declaration in states.hpp. John Maddock 2003-06-27 11:12:47 +0000
  • 6f9ba7a289 Added 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
  • 4a06f15183 Added missing needed include John Maddock 2003-06-24 10:52:51 +0000
  • 01a3b56f8a removed some previous attempted workarounds - they don't work. John Maddock 2003-06-23 11:02:00 +0000
  • 3fc6433d44 Updated performance figures for GRETA. John Maddock 2003-06-17 10:30:08 +0000
  • 5255c45b0a Fixed bug in token_iterator that caused it to miss items when field splitting. John Maddock 2003-06-17 10:28:51 +0000
  • ed48905c5e Added check for invalid regular expression in matching code. John Maddock 2003-06-11 12:11:17 +0000
  • 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... John Maddock 2003-06-10 11:59:44 +0000