Commit Graph

  • 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
  • edbc68df6c Updated to reflect changes in STLport-4.5 John Maddock 2001-12-07 12:14:56 +00:00
  • 372a07902e Made string_compare functions inline (they should have been all along). John Maddock 2001-12-06 12:39:31 +00:00
  • 4ae95dae74 removed unneeded #if block John Maddock 2001-12-04 12:23:28 +00:00
  • 277ca851c8 Metrowerks needs BOOST_NO_STD_LOCALE in config to be able to compile regex regex test Jamfile updates so that some tests will actually run warning suppression for condition.cpp Dave Abrahams 2001-12-02 17:43:45 +00:00
  • 873a20cc80 This commit was manufactured by cvs2svn to create tag 'Version_1_26_0'. boost-1.26.0 nobody 2001-11-30 18:24:42 +00:00
  • f0d62fb2c0 Updated changes log John Maddock 2001-11-30 12:00:31 +00:00
  • 7104418bd5 * Changed BOOST_RE_THREADS to BOOST_HAS_THREADS, * Updated allocator code to use SGI node based allocator when available. John Maddock 2001-11-30 11:58:04 +00:00
  • 0bd54d3821 Added optional code to time how long the test takes. John Maddock 2001-11-30 11:56:35 +00:00
  • c167b1f183 changed BOOST_RE_THREADS to BOOST_HAS_THREADS John Maddock 2001-11-30 11:56:02 +00:00
  • 52920ff98f Added \ as a non-literal character (oversight). John Maddock 2001-11-16 12:25:17 +00:00
  • 72c3b4ed13 Fix for broken split (doesn't spit out all sub expressions). John Maddock 2001-11-16 12:24:40 +00:00
  • 6cc5cf41d5 Trivial fix for signed/unsigned comparison John Maddock 2001-11-16 12:24:01 +00:00
  • a7984bb149 Updated Jamfiles with forced dynamic linking removed. John Maddock 2001-11-10 12:12:38 +00:00
  • 876ff39307 remove redundant <runtime-link>dynamic from default-BUILD section Dave Abrahams 2001-11-09 15:30:45 +00:00
  • 3d83a9ffc8 This commit was manufactured by cvs2svn to create tag 'Version_1_25_1_BGL'. boost-1.25.1-bgl nobody 2001-11-08 17:13:50 +00:00
  • eafa74303e This commit was manufactured by cvs2svn to create tag 'Version_1_25_1'. boost-1.25.1 nobody 2001-11-07 10:35:13 +00:00
  • 79f80ad09d Updated list of helpers John Maddock 2001-10-26 11:58:59 +00:00
  • 19d8e96cf5 Added workaround for Rogue Wave lib bug. John Maddock 2001-10-16 11:36:47 +00:00
  • e047b2b509 Updated examples with better comment on expressions. Updated test program to test for apparent Rogur Wave bug (and it's workaround). John Maddock 2001-10-16 11:36:00 +00:00
  • 28968bd2b6 renamed "free" member functions to avoid conflicts with system macros. John Maddock 2001-10-13 10:26:34 +00:00
  • c4b295684b Added docs for smatch and wsmatch typedefs, added warnings about using temporaries with regex_search/regex_match. John Maddock 2001-10-13 10:24:55 +00:00
  • 33b6eb0637 Renamed member functions "free" to prevent conflict with system macro. John Maddock 2001-10-13 10:19:01 +00:00
  • de9ad8df74 Fix spelling error: "occurances" -> "occurrences". Darin Adler 2001-10-11 17:26:04 +00:00
  • a042a0b6de Removed spurious MSVC pragma John Maddock 2001-10-09 11:25:43 +00:00
  • f16f300347 Fixed inclusion of windows.h John Maddock 2001-10-08 11:32:22 +00:00
  • a543dce5e3 regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions. Dave Abrahams 2001-10-06 18:19:15 +00:00
  • 6445cd7906 This commit was manufactured by cvs2svn to create tag 'Version_1_25_0'. boost-1.25.0 nobody 2001-10-01 16:59:12 +00:00
  • fe45d5bf4a Tweeked regex version number to reference <boost/version.hpp> John Maddock 2001-09-30 10:30:14 +00:00
  • 4dd87c299f Fixed iterator definition John Maddock 2001-09-28 11:33:25 +00:00
  • 3d3f591516 Fixed partial ordering macro names John Maddock 2001-09-28 11:08:33 +00:00
  • 5b5d4c3145 Fixed typo - \f is \x0C not \x08 John Maddock 2001-09-28 11:07:41 +00:00
  • 1c45c7a48d updated makefiles to generate error if MSVCDIR not set John Maddock 2001-09-28 11:06:57 +00:00
  • 4922ae784f Fixed messed up c_regex_traits from previous commit, fixed Koenig lookup bug caused by presence of boost::re_detail::destroy John Maddock 2001-09-25 11:48:21 +00:00
  • 007c0da3b2 Add a workaround for platforms where <ctype.h> has macros only. Darin Adler 2001-09-24 19:34:15 +00:00
  • 3fb0375da4 Another attempt to fix the WinXP character class problems John Maddock 2001-09-23 12:02:28 +00:00
  • 0cef054b31 change missed occasion of BOOST_RE_NO_SWPRINTF -> BOOST_NO_SWPRINTF Jens Maurer 2001-09-22 15:24:10 +00:00
  • 7218f9847a fix typo: omission of parameter names Jens Maurer 2001-09-22 14:53:00 +00:00
  • 2bc1f9c998 More fixes resulting from the new config John Maddock 2001-09-21 11:35:54 +00:00
  • 9edaddab6f Updated docs to match new config John Maddock 2001-09-21 10:35:16 +00:00
  • 1647dd908e Added missing typename qualifier John Maddock 2001-09-20 11:45:48 +00:00
  • 187208adf5 First round of config fixes John Maddock 2001-09-19 11:48:51 +00:00
  • 30e9920147 remove stray \r Jens Maurer 2001-09-18 21:53:41 +00:00
  • 1d473147fd commit of split-config, including any changes required to existing libraries (mainly regex). John Maddock 2001-09-18 11:13:39 +00:00
  • 1be8e9241b Previous update broke non-win32 support, now fixed. John Maddock 2001-09-11 11:06:44 +00:00
  • e60414a5e7 Added regression tests John Maddock 2001-09-08 12:04:25 +00:00
  • 7bd8e2a14d Fixed to work with _UNICODE on Win32 John Maddock 2001-09-08 12:03:55 +00:00
  • b2396011f9 Fixed path to work from root directory John Maddock 2001-09-08 12:02:47 +00:00
  • b9628e449d Fixed do that code compiles on Win32 with _UNICODE defined John Maddock 2001-09-08 12:01:30 +00:00
  • 6d65cfb7bb This commit was manufactured by cvs2svn to create tag 'Version_1_24_0'. boost-1.24.0 nobody 2001-08-20 14:01:13 +00:00
  • 139a2f60fb Updated build system (more or less works now) John Maddock 2001-08-18 11:50:48 +00:00
  • a4912a834e Fixed initialisation order warnings (gcc) John Maddock 2001-08-18 10:22:53 +00:00
  • 014b66b2f4 Removed non-functioning msvc link command from Jamfile, added user32.lib forced link to w32_regex_traits.cpp John Maddock 2001-08-18 10:22:10 +00:00
  • b2ea26705d Added (as yet non-functional msvc library support) John Maddock 2001-08-16 11:43:22 +00:00
  • 432f59cde7 Updated Jamfile (it works now!) John Maddock 2001-08-13 11:34:37 +00:00
  • 846da064e0 Added Jamfile John Maddock 2001-08-12 11:55:51 +00:00
  • 88a6779e8b Fixed WinXP problems John Maddock 2001-08-11 11:50:34 +00:00
  • 5749937f26 Fixed some WinXP problems John Maddock 2001-08-11 11:49:19 +00:00
  • e1492c79ce updated jamfile, fixed Windows XP problems John Maddock 2001-08-11 11:47:12 +00:00
  • a06c964cab Spell things consistently. Add some bits of Mac stuff to the tests. Use std::size_t where needed. Darin Adler 2001-08-07 17:22:02 +00:00
  • 77f76889f8 Minor purify error fixes John Maddock 2001-07-28 11:23:09 +00:00
  • 50c4d1e6ca Fixed some purify errors (unitialised reads) John Maddock 2001-07-28 11:22:28 +00:00
  • 7079ba0424 tweeked docs - added credits + iterator categories. John Maddock 2001-07-25 10:20:47 +00:00
  • e7b8b5712d Fixed nasty bug, where some invalid expressions caused access violations. John Maddock 2001-07-22 10:26:54 +00:00
  • f5f309be54 Initial checkin. Needs tweaks for various compilers. Dave Abrahams 2001-07-21 13:06:09 +00:00
  • 890dc95e0d fixed relative link John Maddock 2001-07-14 10:54:55 +00:00
  • 517d3e9256 Change absolute URL's to relative Beman Dawes 2001-07-12 15:31:15 +00:00
  • 83d3309fa0 This commit was manufactured by cvs2svn to create tag 'Version_1_23_0'. boost-1.23.0 nobody 2001-07-06 20:31:02 +00:00
  • 9bbca4613c Fix bad patch I sent to John that makes Metrowerks compiles fail. Darin Adler 2001-07-03 21:43:51 +00:00
  • 01575dccbd Added some missing std:: prefixes and fixed Metroworks 7 support John Maddock 2001-06-28 11:45:22 +00:00
  • 3045723a54 Added std:: prefix to some size_t's John Maddock 2001-06-28 11:44:36 +00:00
  • 2fd9ef66cc Fixed non-standard usage of mbtowcs (added std:: prefix). John Maddock 2001-06-25 11:29:47 +00:00
  • 56447e1443 Added LC_MESSAGES workaround John Maddock 2001-06-25 11:29:00 +00:00
  • d36070e4cd Added dec alpha fix for missing LC_MESSAGES category John Maddock 2001-06-25 11:26:20 +00:00
  • 4f1b0d09b3 Fixed minor typos John Maddock 2001-06-12 11:26:48 +00:00
  • 1acfee5702 Updated for intel compiler support John Maddock 2001-06-10 11:06:12 +00:00
  • 330d46f306 regex point release (minor compatiblity fixes) John Maddock 2001-05-30 11:36:49 +00:00
  • 7b0fc6fbae This commit was manufactured by cvs2svn to create tag 'Version_1_22_0'. boost-1.22.0 nobody 2001-05-28 15:01:00 +00:00
  • 60659c5d84 Added BeOS threading support, tweeked STLPort detection. John Maddock 2001-05-28 11:48:06 +00:00
  • 1444ac208f minor cygwin config fix John Maddock 2001-05-27 11:08:48 +00:00
  • c0a8361373 Fixed purify warings about access to unitialised memory John Maddock 2001-05-26 11:58:19 +00:00
  • 0ef48255a7 Fixed problems that occur when regex has invalid or unititalised expression. John Maddock 2001-05-26 11:57:25 +00:00