Commit Graph

  • 2e1ed31f34 Fixed spelling of "BOOST" - basically a enormous cut and paste error! John Maddock 2003-08-14 10:22:05 +00:00
  • ccc9c16e93 Added fixes for tests which are unsupported on some platforms. John Maddock 2003-08-12 12:03:25 +00:00
  • 4e412a1774 Various minor warning suppressions. John Maddock 2003-08-12 11:24:09 +00:00
  • e4248fcb19 Moved some config code into boost.config (ABI and lib selection code). John Maddock 2003-08-12 11:23:02 +00:00
  • 8441264579 This commit was manufactured by cvs2svn to create tag 'Version_1_30_1'. boost-1.30.1 nobody 2003-08-04 17:55:29 +00:00
  • 1237c49adb This commit was manufactured by cvs2svn to create tag 'RC_1_30_2'. boost-1.30.2-rc1 nobody 2003-08-04 17:55:28 +00:00
  • 644e41ba31 Added minor gcc 3.3 fixes (warning suppression) John Maddock 2003-08-03 11:59:11 +00:00
  • aee541b006 Fixed STLPort detection svn-branches/regex-4-1 John Maddock 2003-08-03 11:44:41 +00:00
  • ae95ac6ad0 Fixed STLPort detection John Maddock 2003-08-03 11:44:41 +00:00
  • 33c6aa103a This commit was manufactured by cvs2svn to create branch 'regex-4-1'. nobody 2003-07-30 20:43:36 +00:00
  • feb3f7bc40 name required for wide_posix_api_check_c Beman Dawes 2003-07-30 20:43:35 +00:00
  • b66ac65061 Disabled tests that are causing problems for the regression testers John Maddock 2003-07-30 12:16:32 +00:00
  • d695b70ee9 Added check to prevent macro redeffinition John Maddock 2003-07-30 12:15:45 +00:00
  • 222b16693c Added tentative como fix John Maddock 2003-07-27 10:55:35 +00:00
  • 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 +00:00
  • 9d565f63ed Added Como dll export options. John Maddock 2003-07-26 11:12:32 +00:00
  • 8a5b00c128 Added needed const qualifier on out of line deffinition. John Maddock 2003-07-25 11:57:19 +00:00
  • 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 +00:00
  • bba214f904 Added out of line deffinition for integral constant. John Maddock 2003-07-25 11:20:39 +00:00
  • 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