Commit Graph

  • 40ab965ee9 Added V2 Jamfile. Vladimir Prus 2002-10-07 16:45:38 +00:00
  • 1b99edd84e This commit was manufactured by cvs2svn to create tag 'boost_python_llnl_'. 1753972112316120503/tmp_refs/heads/svn-tags/boost_python_llnl_ 1753972112316120503/svn-tags/boost_python_llnl_ svn-tags/boost_python_llnl_ nobody 2002-09-28 13:27:01 +00:00
  • 3389eae235 Updates for .NET 2003 Fixed VC.Net warning Adjusted search depth checking code svn-branches/RC_1_29_0 John Maddock 2002-09-23 11:13:50 +00:00
  • 0f55cfb574 This commit was manufactured by cvs2svn to create branch 'RC_1_29_0'. nobody 2002-09-19 20:49:39 +00:00
  • 0fec291b28 changes to use boost test system John Maddock 2002-09-17 10:58:25 +00:00
  • 6ee955be5f Tweeked number of states that cause a throw to occur during search. John Maddock 2002-09-17 10:57:26 +00:00
  • eeae9a0762 Added try catch block to catch runtime errors thrown from matching algorithms John Maddock 2002-09-16 11:55:23 +00:00
  • c7c8400efa VACPP fix John Maddock 2002-09-16 11:54:41 +00:00
  • a7f8f56d92 Added throw if the number of searched states grows too large. John Maddock 2002-09-16 11:54:00 +00:00
  • 66ac67533c VACPP fixes (second try) John Maddock 2002-09-16 11:53:07 +00:00
  • d9694bbc1f Fixed regex makefiles to work nice with the new boost.test lib. Added tentative VACPP fix. John Maddock 2002-09-13 11:52:11 +00:00
  • f81bdae7f1 Fixed forward declarations, added tentative IBM C++ fix John Maddock 2002-09-13 11:41:21 +00:00
  • aebf86bbe5 removed MSVC warning suppression - it causes the compiler to ICE under some conditions John Maddock 2002-09-07 10:47:06 +00:00
  • de9ecb7407 Fixed MSVC warnings John Maddock 2002-09-03 10:14:30 +00:00
  • fa43c7ab1d Misc Kylix fixes John Maddock 2002-08-25 11:57:37 +00:00
  • 5f0f6fa8f1 Updated Jamfile to use new test suite. Updated docs to reflect recent changes. John Maddock 2002-08-24 11:57:10 +00:00
  • 81f404ec69 Disabled automatic lib selection on non-windows platforms for Borland John Maddock 2002-08-24 11:56:11 +00:00
  • 38b55d0db8 Added missing break statements John Maddock 2002-08-24 11:25:01 +00:00
  • bed785ad19 Added GCC warning suppression John Maddock 2002-08-21 11:05:30 +00:00
  • bb711db956 Added new state information for forthcomming new algorithms John Maddock 2002-08-15 11:30:08 +00:00
  • 13f9af564d Added some new state information for forthcomming new algorithms. John Maddock 2002-08-13 11:47:41 +00:00
  • 43cf48f61e Boost.Test V2 fix Beman Dawes 2002-08-12 14:23:28 +00:00
  • 2767f7f6ba Tentative MWCW fixes John Maddock 2002-08-02 11:59:22 +00:00
  • 035e752ed2 Added minor doc fixes John Maddock 2002-07-31 11:24:41 +00:00
  • 753a3d6584 Removed duplicate declaration. John Maddock 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. John Maddock 2002-07-27 11:42:04 +00:00
  • 61ea1b566a Added workaround for gcc2.91 bug John Maddock 2002-07-18 11:07:46 +00:00
  • 1ad6328d33 Added BOOST_NO_STD_WSTREAMBUF guard John Maddock 2002-07-17 11:39:15 +00:00
  • e6a371c6d6 Added MSVC version check. John Maddock 2002-07-16 11:15:30 +00:00
  • ee59983ea9 Oops, messed up previous commit. John Maddock 2002-07-14 10:56:58 +00:00
  • ad769fcfdb Added needed Como options John Maddock 2002-07-13 10:58:11 +00:00
  • 2468d450f2 Added -Ve and -Vx options to bcb makefiles. John Maddock 2002-07-07 10:28:32 +00:00
  • d47f20f147 Added | to the list of characters that are not literals. John Maddock 2002-06-13 11:27:56 +00:00
  • 0575e50ddb Changed template function overload to wchar_t overload. John Maddock 2002-06-13 10:30:46 +00:00
  • de40dac5d1 Fixed test program after changes to regex_match code. John Maddock 2002-06-08 10:37:47 +00:00
  • b2c4abc9cf Fixed partial match bug: John Maddock 2002-06-08 10:36:54 +00:00
  • b856079e74 Added C++ Builder 6 binary compatibilty fixes, Updated gcc makefiles to build archive index. John Maddock 2002-06-06 11:33:46 +00:00
  • 293b945785 Added fixes for C++ Builder 6 alignment (binary compatibility) issues. John Maddock 2002-06-06 11:32:45 +00:00
  • 998f94ffe9 vc7 warning suppression. John Maddock 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. John Maddock 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. John Maddock 2002-05-23 11:43:27 +00:00
  • 129cf61f65 respect <sysinclude> Dave Abrahams 2002-05-21 16:24:07 +00:00
  • 992eb043af Config updates/patches John Maddock 2002-05-18 11:33:30 +00:00
  • 084af757b4 Misc. fixes and new config options. John Maddock 2002-05-18 11:30:49 +00:00
  • d70ff7e20d This commit was manufactured by cvs2svn to create tag 'Version_1_28_0'. boost-1.28.0 1753974470348744399/tmp_refs/tags/boost-1.28.0 nobody 2002-05-16 13:26:18 +00:00
  • e011def417 Disabled template specialisations for IBM Visual Age on AIX John Maddock 2002-05-14 11:31:54 +00:00
  • 1035f25b65 Disabled template specialisations on AIX with IBM Visual Age John Maddock 2002-05-14 10:44:21 +00:00
  • eacf31772b Fixed Mingw32 build John Maddock 2002-05-10 11:37:32 +00:00
  • 31a4b8b9fb This commit was manufactured by cvs2svn to create branch 'RC_1_28_0'. nobody 2002-05-10 04:34:27 +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. John Maddock 2002-05-09 11:40:52 +00:00
  • 6b75e3962d Fixed test programs (disabled separate file template instantiation for single file builds). John Maddock 2002-05-04 11:00:48 +00:00
  • 1826080071 Fixed erroneous functio signature John Maddock 2002-05-04 10:55:51 +00:00
  • 2ee6dec715 Fixed broken links. John Maddock 2002-04-27 11:05:49 +00:00
  • 298651b2f6 Turned off external templates for MWCW John Maddock 2002-04-27 10:45:12 +00:00
  • 752c43f9d4 Bug fix: changed int to std::ptrdiff_t John Maddock 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. John Maddock 2002-04-24 10:50:23 +00:00
  • d67a843d5a add newline at end of file Jens Maurer 2002-04-23 19:51:36 +00:00
  • 3e3752e992 Added BOOST_NO_WREGEX guard. John Maddock 2002-04-03 11:04:46 +00:00
  • 7c42b3aca6 Moved is_combining inside BOOST_NO_WREGEX guard. John Maddock 2002-04-03 11:03:13 +00:00
  • bb89bbb29a Added regex_fwd.hpp support. John Maddock 2002-04-01 11:47:30 +00:00
  • 2035a49533 Added support for regex_fwd.hpp John Maddock 2002-04-01 11:46:04 +00:00
  • 6e82619133 Added needed #ifdef John Maddock 2002-03-28 12:47:47 +00:00
  • 1d560fae85 Minor doc typo fixes. Fixed IA64 portability warnings from VC7 John Maddock 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. John Maddock 2002-03-19 11:29:50 +00:00
  • 1d3653812a Fixed broken link. John Maddock 2002-03-01 12:26:01 +00:00
  • 9ef4719dff Modified jamfiles to work with new updated build system John Maddock 2002-02-27 12:37:28 +00:00
  • e18c474222 Updated regression tests with more non-marking parenthesis examples John Maddock 2002-02-23 12:58:45 +00:00
  • 7f6be58d92 Fixed Borland C++ config workarounds - so that _RWSTD_COMPILE_INSTANTIATE gets defined before any std lib includes John Maddock 2002-02-21 11:31:48 +00:00
  • 11accf4a8b Added more error checking for no-eh builds. John Maddock 2002-02-21 11:30:41 +00:00
  • b55cce9a42 Fixed behaviour on Embedded VC++ John Maddock 2002-02-20 11:20:17 +00:00
  • 6f9658fa6c Fixed VCL setup to come before lib selection John Maddock 2002-02-17 12:05:59 +00:00
  • 936e0cfd99 Added note about Koenig Lookup required for examples to compile John Maddock 2002-02-14 12:56:37 +00:00
  • 290270440e Updated the basic Jamfiles for the new Boost.Build changes. Rene Rivera 2002-02-14 04:08:20 +00:00
  • 76c85c7c34 Fixed regex example expression typo. John Maddock 2002-02-13 12:30:22 +00:00
  • 44d33b20d5 Can't declare a variable in a for-loop with the same name as a variable declared in the for loop initialization Douglas Gregor 2002-02-09 16:37:56 +00:00
  • 98377b57aa Strange workaround for Comeau 4.2.45.2 so that it does get into an instantiation loop Douglas Gregor 2002-02-09 15:49:04 +00:00
  • 43df21bca1 Fixed incorrect iterator use - assumed random access iterator in one place rather than bidirectional. John Maddock 2002-02-09 12:07:53 +00:00
  • c8e9df8fa2 Added support for compilers with no exception handling support. John Maddock 2002-02-08 12:44:43 +00:00
  • a5d1526fbb Added docs for forward lookahead asserts. John Maddock 2002-02-08 12:43:59 +00:00
  • e26bb62622 This commit was manufactured by cvs2svn to create tag 'Version_1_27_0'. boost-1.27.0 nobody 2002-02-07 13:33:59 +00:00
  • 26d899274a This commit was manufactured by cvs2svn to create branch 'RC_1_27_0'. nobody 2002-02-06 03:32:50 +00:00
  • f79497c625 Handle standard libraries that do not support std::iterator Douglas Gregor 2002-02-04 12:54:17 +00:00
  • a108657449 Make string_out_iterator a full-fledged output iterator Douglas Gregor 2002-02-03 17:30:13 +00:00
  • 9225fa8531 Removed unnecessary template parameter from ostream_iterator so that it works with gcc2.9x now. John Maddock 2002-02-03 11:44:37 +00:00
  • 07c20c1926 Modified code that determines how long to loop for, with upper limit of 1s. John Maddock 2002-02-03 11:43:23 +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. Darin Adler 2002-02-02 18:36:12 +00:00
  • f5082341c0 changed all pointer casts to explicit static_cast or reinterpret_cast. Added more tests for forward lookahead asserts. John Maddock 2002-01-30 12:17:51 +00:00
  • 5613d77433 Changed all pointer casts to either static_cast or reinterpret_cast as appropriate. John Maddock 2002-01-30 12:16:28 +00:00
  • 6463dcfb07 regex_timer.cpp: - Head off some infinite looping on some platforms Douglas Gregor 2002-01-29 13:38:30 +00:00
  • c07c4e0a11 Added support for forward lookahead asserts. John Maddock 2002-01-23 12:42:31 +00:00
  • e993619390 Stripped tabs from source John Maddock 2002-01-19 12:38:14 +00:00
  • e22aaa9d20 Fixed copy self assignment bug John Maddock 2002-01-08 13:00:08 +00:00
  • 52dbd281ca Added checks to message loading code. Added extra members to RegEx class. Updated docs accordingly. John Maddock 2002-01-07 13:03:50 +00:00
  • e4138b5bdc Added members RegEx::Match and RegEx::npos. John Maddock 2002-01-07 13:02:37 +00:00
  • 534f6273c0 No longer throws on copy-construct asserts when applying fixups (invariant checks) added John Maddock 2002-01-07 13:01:31 +00:00
  • b2dd7877da Updated regex examples and Jamfiles so that they are run as tests. John Maddock 2001-12-26 11:21:24 +00:00
  • 0cda8c8a2e Initial checkin John Maddock 2001-12-19 11:57:20 +00:00
  • 04282b5d0a Updated version numbers in docs. John Maddock 2001-12-17 12:44:26 +00:00
  • 554832217c Updated regex examples and Jamfiles so that most now run as tests. John Maddock 2001-12-16 11:33:27 +00:00
  • 63130c1ef5 Updated Jamfiles and tests so that they actually work now! John Maddock 2001-12-09 12:50:46 +00:00