Commit Graph

  • 8be91f0568 Added SGI-Irix tentative fix. John Maddock 2003-07-20 11:17:15 +00:00
  • cddfd077a8 Added tentative fix for Metrowerks problem. Removed Intel test code. John Maddock 2003-07-20 11:16:26 +00:00
  • 41e54c1cf2 Added temporary Intel diagnostic code John Maddock 2003-07-19 12:12:50 +00:00
  • 0f2f6b6dfc changed MSVC calling convention setup - can't use __fastcall in debug mode especially with /RTC John Maddock 2003-07-18 11:25:34 +00:00
  • ff80be2019 avoid gcc "signed/unsigned" warning Jens Maurer 2003-07-15 15:55:59 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • c32c644a38 Added fixes for: Compilers that pretend to be Visual C++ export of memory management code John Maddock 2003-07-07 11:44:00 +00:00
  • 5c0a6398ab Updated link in docs John Maddock 2003-07-06 10:51:00 +00:00
  • 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 +00:00
  • 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 +00:00
  • 4a06f15183 Added missing needed include John Maddock 2003-06-24 10:52:51 +00:00
  • 01a3b56f8a removed some previous attempted workarounds - they don't work. John Maddock 2003-06-23 11:02:00 +00:00
  • 3fc6433d44 Updated performance figures for GRETA. John Maddock 2003-06-17 10:30:08 +00:00
  • 5255c45b0a Fixed bug in token_iterator that caused it to miss items when field splitting. John Maddock 2003-06-17 10:28:51 +00:00
  • ed48905c5e Added check for invalid regular expression in matching code. John Maddock 2003-06-11 12:11:17 +00:00
  • 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 +00:00
  • 6dfa7ef86c Added explicit bounds to arrays, as patch for broken compilers that can't otherwise cope. John Maddock 2003-06-09 11:56:15 +00:00
  • eb91bf612a Fixed allocator type. John Maddock 2003-06-05 11:56:59 +00:00
  • e016ef8e21 Added minor bug fixes (some expressions starting with ^ were not being found), plus a few warning suppressions. John Maddock 2003-06-05 10:46:03 +00:00
  • 2c41e9d1d5 This commit was manufactured by cvs2svn to create branch 'mpl_v2_2'. svn-branches/mpl_v2_2 nobody 2003-06-05 05:15:05 +00:00
  • ca984697f0 Add <no-warn> so como can compile winnt.h Beman Dawes 2003-06-03 20:07:02 +00:00
  • 2f9da388c1 Added fix for IBM C++ John Maddock 2003-05-28 11:38:00 +00:00
  • f50f35d1fc Added <ios> include for KCC John Maddock 2003-05-25 11:16:14 +00:00
  • df4b8e696f Added patch for gcc 2.95 and get_line under cygwin John Maddock 2003-05-25 10:58:24 +00:00
  • 3673a0a888 Added support for BOOST_DEDUCED_TYPENAME John Maddock 2003-05-25 10:54:03 +00:00
  • a69678c3c6 stripped tabs from files John Maddock 2003-05-24 11:14:53 +00:00
  • 8fb69853fc Fixed broken links, added copyright declarations, renamed some long file names John Maddock 2003-05-24 11:13:26 +00:00
  • 70199360d3 Use the recently added BOOST_INTEL macro Guillaume Melquiond 2003-05-23 11:53:49 +00:00
  • 9aa18a159d Added como warning suppression. John Maddock 2003-05-23 11:31:00 +00:00
  • 4122e8f08d Fixed VC warning John Maddock 2003-05-23 10:57:04 +00:00
  • 922322b644 Updated install docs. John Maddock 2003-05-22 11:20:26 +00:00
  • 89d445c1b6 Tweaked dll selection code, Fixed various errors detected by MWCW and Como John Maddock 2003-05-22 11:19:58 +00:00
  • 31d1dc1182 Removed external templates for unknown compilers. Fixed std conformance bugs in v4 code (shown up by metrowerks compiler). John Maddock 2003-05-20 11:28:47 +00:00
  • 8bb6861595 Updated Jamfile to use simplified naming scheme on Unix platforms. Updated build docs. John Maddock 2003-05-20 11:27:29 +00:00
  • 11ddff601b Added new makefile John Maddock 2003-05-19 11:57:32 +00:00
  • 088b492987 changed lib names, minor gcc3.3 warning patches John Maddock 2003-05-19 11:56:17 +00:00
  • 535e1b05cc Updated library names, minor fixes for gcc2.95 John Maddock 2003-05-19 11:55:23 +00:00
  • 1f15026060 Merged regex-4 branch. John Maddock 2003-05-17 11:55:51 +00:00
  • f0f32bdda1 Merged regex-4 branch. John Maddock 2003-05-17 11:45:48 +00:00
  • 74c7ea377d Finished checking docs, code should now be ready for release... svn-branches/regex-4 John Maddock 2003-05-17 11:19:02 +00:00
  • 460d2a97a9 Final tweaks, almost ready for release... John Maddock 2003-05-15 11:43:13 +00:00
  • 6104fe14eb Final tweaks prior to release... John Maddock 2003-05-15 11:40:01 +00:00
  • 1c1ed068f4 Added regex iterator examples and docs, recovering from cvs repository crash... John Maddock 2003-05-08 11:05:13 +00:00
  • 7321d18f08 Recovering from cvs repository crash: readded regex iterator code. John Maddock 2003-05-08 10:50:30 +00:00
  • a81a1ea30f restore from disk crash Dave Abrahams 2003-05-08 02:19:10 +00:00
  • 640f633395 Patched boost-base.jam to allow rules in stage target requirements Fixed grammar in build_system.htm Added vc7.1-tools.jam/.html for msvc 7.1 Updated the regex lib Jamfile to build correctly-named libraries Dave Abrahams 2003-04-27 14:10:52 +00:00
  • c8f2ed3bdb Added new docs, Moved source more into line with the std lib proposal. John Maddock 2003-04-23 10:49:57 +00:00
  • c233f06654 Fixed buglet in independent subs Added more independent sub test cases John Maddock 2003-04-08 11:33:13 +00:00
  • c3869beffe Added support for independent subs Almost complete implementation now John Maddock 2003-04-08 10:49:43 +00:00
  • 7057896f90 Added test cases for independent sub-expressions John Maddock 2003-04-08 10:48:47 +00:00
  • 125c0f99fb Finally fixed non-recursive algorithm - should now be fully usable, and is now emabled by default on non-win32 platforms. Fixed a couple of buglets in the regex comparison benchmarks. John Maddock 2003-04-06 10:43:01 +00:00
  • 180c7d64a2 finishing off non-recursive memory management John Maddock 2003-04-05 10:21:51 +00:00
  • 6746fd87cc more or less completed non-recursive implementation. John Maddock 2003-04-05 10:20:40 +00:00
  • 498fcb125b Added non-recursive algorithms for single character repeats John Maddock 2003-04-03 15:03:26 +00:00
  • a65a747866 Added performance test files John Maddock 2003-03-30 11:02:40 +00:00
  • 0ed72c37e4 Fixed nasty typo John Maddock 2003-03-30 10:30:16 +00:00
  • 18213d9661 Fixed nasty typo John Maddock 2003-03-30 10:30:16 +00:00
  • 6d54921a1b Removed auto-selection of no-recursive implementation - it's not ready yet! John Maddock 2003-03-30 10:27:50 +00:00
  • d80d6ffc09 Initial commit of v4 of boost.regex on regex-4 branch John Maddock 2003-03-29 12:29:57 +00:00
  • 3c00a90080 This commit was manufactured by cvs2svn to create branch 'regex-4'. nobody 2003-03-25 11:43:58 +00:00
  • 5cf85df857 Changed name of getlocale proc to avoid HP OS clash. John Maddock 2003-03-25 11:43:57 +00:00
  • 3819294ac1 Added check to verify that we have something to clean up before calling do_free John Maddock 2003-03-24 12:36:55 +00:00
  • edcce2c703 This commit was manufactured by cvs2svn to create tag 'Version_1_30_0'. boost-1.30.0 nobody 2003-03-20 02:53:48 +00:00
  • ea96eafacc Fixed bug that effect some searches John Maddock 2003-03-19 12:19:14 +00:00
  • 51fe53f437 Fixed bug that effect some searches John Maddock 2003-03-19 12:19:14 +00:00
  • 6d4dd63cba Merged from main truck John Maddock 2003-03-14 12:18:04 +00:00
  • a31ae14cf8 added extra tests to test new fixes John Maddock 2003-03-13 13:45:44 +00:00
  • 158c26d85c Misc. new fixes: John Maddock 2003-03-13 12:50:54 +00:00
  • 686a939498 This commit was manufactured by cvs2svn to create branch 'RC_1_30_0'. nobody 2003-03-01 19:43:06 +00:00
  • 86e5251979 Fix for broken std::setlocale implementations (MacOS X ?) John Maddock 2003-02-21 12:43:49 +00:00
  • cebaf09b5d cleanup Dave Abrahams 2003-02-19 13:56:27 +00:00
  • d0ba00a2e7 Fixed bug in match_continuous code John Maddock 2003-02-08 12:30:57 +00:00
  • 75293e9854 Fixed by adding BOOST_REGEX_NO_EXTERNAL_TEMPLATES define and extra error checks. John Maddock 2003-02-07 12:16:40 +00:00
  • 45e593c4fe Added copyright statement Björn Karlsson 2003-02-04 12:24:06 +00:00
  • 251099c828 OpenBSD fixes John Maddock 2003-01-22 12:38:54 +00:00
  • 5705d52e84 Added threading build options. John Maddock 2003-01-21 12:21:35 +00:00
  • 88a0f9d75a Added multithreaded build options. John Maddock 2003-01-21 12:20:20 +00:00
  • fbb087dec9 fix misspelled dir name Beman Dawes 2003-01-19 20:21:36 +00:00
  • c84ebf1c5b Update V2 Jamfile for Boost. Vladimir Prus 2003-01-13 10:05:01 +00:00
  • 1eec12f177 Modified regression program arguments, so they work when called from some other path. John Maddock 2003-01-12 12:29:49 +00:00
  • 82ad27c468 Modified Jamfile to use testing.jam John Maddock 2003-01-11 11:52:19 +00:00
  • 897c33be2a Updated test lib names John Maddock 2002-12-28 12:51:48 +00:00
  • 2ecd905fb2 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +00:00
  • abef9c7249 removed calls to wprintf: Linux doesn't have that API. removed calls to assert: MWCW can't cope with it when UNICODE is defined. John Maddock 2002-11-24 11:48:36 +00:00
  • 0e37a76df0 Fix for MWCW which doesn't like incomplete array type. John Maddock 2002-11-23 11:30:36 +00:00
  • adc4ee41e3 Fixed using declarations (some types are no longer in the library). John Maddock 2002-11-20 12:08:43 +00:00
  • 9a4e5d29c1 tentative fix for VC7 John Maddock 2002-11-15 11:50:41 +00:00
  • ff4890b2e2 Changed detail/ to v3/ in dependency list. John Maddock 2002-11-11 12:15:04 +00:00
  • 3a5f4775f7 changed boost/regex/detail to boost/regex/v3 John Maddock 2002-11-10 11:37:08 +00:00
  • 5a65397974 Changed boost/regex/detail to boost/regex/v3 John Maddock 2002-11-10 11:35:53 +00:00
  • e5d9c95456 Fixed header include after recent changes John Maddock 2002-11-08 11:55:49 +00:00
  • b6a13dd215 Added check for BOOST_NO_STD_DISTANCE John Maddock 2002-11-07 12:59:57 +00:00
  • cf285ed3e5 Changes made in preparation for new regex version. John Maddock 2002-11-07 12:50:29 +00:00
  • 66ddab7fae Fixes for Intel C++ John Maddock 2002-10-31 12:13:56 +00:00
  • 09bfc7f853 Merged changes from the RC_1_29_0 branch. John Maddock 2002-10-21 11:03:05 +00:00
  • 13df8a293b Add missing typename Dave Abrahams 2002-10-11 20:46:12 +00:00
  • 354bb1e035 This commit was manufactured by cvs2svn to create tag 'Version_1_29_0'. boost-1.29.0 1753902683588623855/tmp_refs/tags/boost-1.29.0 nobody 2002-10-11 15:17:55 +00:00