Commit Graph

  • 9219aa0b5b Merge inspection report fixes from Trunk: remove tabs. John Maddock 2008-10-11 16:18:15 +0000
  • a2eccc999c Fix inspection report issues: remove tabs. John Maddock 2008-10-11 16:07:45 +0000
  • 545993d3eb Suppress configuration messages when not actually building the regex lib. John Maddock 2008-09-30 10:54:38 +0000
  • 5471176846 Merge changes from Trunk ready for 1.37. John Maddock 2008-09-16 11:54:24 +0000
  • d70f98e658 Fixes #2306. Change "id" to "state_id". John Maddock 2008-09-12 12:40:23 +0000
  • 18623d00af Fix Jamfile logic: BOOST_REGEX_ICU_OPTS needs to be a list not a string. John Maddock 2008-09-04 08:36:34 +0000
  • 30074a601a Add /usr/local/include to the list of include paths for ICU on FreeBSD. John Maddock 2008-08-29 17:11:18 +0000
  • 4212c0d915 Update TR1 library to cope with GCC-4.3 in C++0x mode, and in TR1 mode. Updated regex concepts to match the TR1. Added "tricky" cmath_test to test for the functions Boost doesn't implement. John Maddock 2008-08-28 11:02:59 +0000
  • 1297f92b8a Tentative fix for issue #2244: ICU uses wchar_t as UCHAR whenever sizeof(wchar_t) == 2. John Maddock 2008-08-23 11:40:58 +0000
  • cb5443477b Fix for VC8 without the service pack. John Maddock 2008-08-19 15:54:39 +0000
  • 1012d28c32 Fix for issue #2188. John Maddock 2008-08-17 11:15:07 +0000
  • 3a15c301db Disable MSVC std lib workarounds if we're really using STLPort or Apache/RW std lib. John Maddock 2008-07-30 09:35:44 +0000
  • 756a875620 Merge doc fixes from trunk. John Maddock 2008-07-25 09:58:49 +0000
  • 546dd9f6fb Fixes #1940. John Maddock 2008-07-25 09:28:01 +0000
  • be28ad44c7 Tentative fix for some VC failures. John Maddock 2008-07-18 11:29:50 +0000
  • b7d906dff5 Fixes #2097. John Maddock 2008-07-11 18:00:41 +0000
  • 6eb35e2cf1 Fixes #2097. John Maddock 2008-07-11 18:00:15 +0000
  • a08e8b5c85 Merge changes from Trunk. John Maddock 2008-07-11 11:49:03 +0000
  • 831156d759 Replace a couple of non-ascii symbols. Daniel James 2008-07-01 09:58:27 +0000
  • d7d38da27f Changed POSIX API functions to use the global C locale. Fixes #1446. John Maddock 2008-06-05 17:07:42 +0000
  • 31b68369ae Patch for VC9 explicit template instantiation. Fixes #1959. John Maddock 2008-06-03 12:52:55 +0000
  • 4c105a90a1 Changed behaviour of \B so that it succeeds when the neither adjacent character is a word character. John Maddock 2008-05-14 11:19:58 +0000
  • 8928c7737e Added needed #includes to source files. John Maddock 2008-05-14 11:14:30 +0000
  • 3704b9c595 Fixes for issue #1871 that prevents duplicate symbol errors with VC++ compilers, when building with /Zc:wchar_t-. John Maddock 2008-04-28 11:07:14 +0000
  • 5fdf2752ae Add explicit type cast to fix GCC-C++0X mode error. John Maddock 2008-04-15 17:50:11 +0000
  • c7dda1b549 Fix doc typo from issue #1794. John Maddock 2008-04-11 08:53:54 +0000
  • 6e9b9a7995 Doh! Changes to code should actually compile! A fix for the last change. John Maddock 2008-04-10 12:46:41 +0000
  • e5bc36d7c9 Fix for bug #1790. John Maddock 2008-04-09 15:32:08 +0000
  • 9546df1f23 Rebuild a lot of documentation. Daniel James 2008-03-16 11:38:32 +0000
  • c9d1a42e05 Added missing files. John Maddock 2008-03-15 18:19:11 +0000
  • b39edff796 Added missing files. John Maddock 2008-03-15 18:18:41 +0000
  • 788c8a8470 Merged doc fixes from Trunk. John Maddock 2008-02-21 13:23:29 +0000
  • e32c5d0888 Added link to PDF docs, and regenerated. John Maddock 2008-02-21 12:58:15 +0000
  • c527b20062 Merge fix fix for inspect issue. John Maddock 2008-02-07 10:27:23 +0000
  • 370c429bd6 Added comment to suppress inspect warning. John Maddock 2008-02-07 10:24:29 +0000
  • 0915f19c03 Extended leading repeat optimization to more cases. John Maddock 2008-01-27 18:43:35 +0000
  • 37040f4bfd Applies fix for issue #1598: added missing #include. John Maddock 2008-01-23 16:08:44 +0000
  • a65bccab1c Merge TR1 patches for VC9 + MS TR1 implementation from main Trunk. John Maddock 2008-01-14 13:47:39 +0000
  • 2cbd1c8882 Patch regex concept checks and TR1 library to work with VC9 + MS TR1 feature pack. John Maddock 2008-01-14 13:17:09 +0000
  • 8fffb1250e Fix doc typos. John Maddock 2008-01-14 10:06:29 +0000
  • 37cd93fc82 Fix documentation typos. John Maddock 2008-01-14 09:58:36 +0000
  • 069e845239 Merge bug fixes from main Trunk: these fix security issues reported by Will Drewry. John Maddock 2008-01-14 09:53:42 +0000
  • b1af72fd23 Ooops, fix broken escape sequence. John Maddock 2008-01-14 09:46:12 +0000
  • 299086b99c Fix bugs reported by Will Drewry: certain invalid regexes can cause the library to access invalid memory, changed to ensure that the correct exception is thrown long before this happens. John Maddock 2008-01-11 09:55:43 +0000
  • 07eaac9e0e Fix typos. John Maddock 2008-01-04 16:54:35 +0000
  • 79d7e84f26 Merged typo fixes from trunk. John Maddock 2007-12-14 10:16:35 +0000
  • 71fdd5eb44 Fix typos reported by Sebastian Pipping. John Maddock 2007-12-14 10:11:21 +0000
  • 45891854d9 Merged fixes for #1471 (warning suppression). John Maddock 2007-12-11 17:29:58 +0000
  • 31668ed4be Fixes #1471. John Maddock 2007-12-11 17:28:15 +0000
  • a159bacf3f Merge fixes for #1455. John Maddock 2007-12-11 17:26:26 +0000
  • f72c7518be Fixes #1455. John Maddock 2007-12-11 17:19:03 +0000
  • 97daf0f81f Bring into synch with Trunk, and fix regression. John Maddock 2007-12-08 17:37:40 +0000
  • dc01b7833e Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • ff95eb8d98 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +0000
  • 2995393609 Oops, previous commit messed up POSIX timing code, now fixed. John Maddock 2007-11-25 15:47:58 +0000
  • 7015512292 A few corrections to the WinCE patches David Deakins 2007-11-25 04:30:02 +0000
  • 4199529fd0 Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php John Maddock 2007-11-24 12:25:25 +0000
  • cf876f58f0 Added try...catch around TSS initialisation. John Maddock 2007-11-22 09:59:38 +0000
  • d3d99ef6f8 Changed order of #includes to keep Borland C++ 5.5.1 happy. John Maddock 2007-11-20 11:18:48 +0000
  • 6b83bf86aa No user32.lib on WinCE John Maddock 2007-11-19 10:20:36 +0000
  • bddeb83175 Changed test to catch throw exceptions from thread creation. John Maddock 2007-11-17 18:41:29 +0000
  • 217c317219 Fix WinCE issues. John Maddock 2007-11-17 12:17:05 +0000
  • 326f120ffd Disabled use of MS-specific narrow character functions when _WIN32_WCE is defined. John Maddock 2007-11-16 12:00:32 +0000
  • bed800b315 Catch exceptions thrown from thread creation. John Maddock 2007-11-14 13:03:15 +0000
  • f11333d352 Added license info. John Maddock 2007-11-07 18:26:11 +0000
  • 15f764a95a added license info in copyright notice at the footer Joel de Guzman 2007-11-07 03:23:31 +0000
  • 39eb48c805 Ticket #583. John Maddock 2007-11-01 18:02:37 +0000
  • e84b7e25e1 Fix for http://svn.boost.org/trac/boost/ticket/1381. John Maddock 2007-11-01 17:16:41 +0000
  • 005a1b36df Make sure every library can be installed by using Vladimir Prus 2007-10-26 09:04:25 +0000
  • 22d32e97c9 Removed files that are no longer used and regenerated the Makefiles so they are no longer dependent on the removed files. Hidden some seldom-used dependencies in static_mutex.hpp to reduce library footprint when extracted with bcp. John Maddock 2007-10-24 17:57:45 +0000
  • 816f0ba137 Update makefiles and the script that creates them: was generating dependencies that weren't required. John Maddock 2007-10-24 09:15:20 +0000
  • c48d7bb478 Recreate release branch from fixed 1.34.1 tag. Rene Rivera 2007-10-23 06:42:50 +0000
  • 3cd2b52030 Move Attic files back into their rightful places Douglas Gregor 2007-10-23 01:47:48 +0000
  • f2a7f4d8c3 ICU libraries are only available as shared libraries. John Maddock 2007-10-20 16:30:01 +0000
  • 4c23414558 Removed ICU options from main requirements: BBv2 barfs at it. John Maddock 2007-10-20 09:20:30 +0000
  • 8627f6266c Adjust ICU build support: almost works now :-) John Maddock 2007-10-19 17:55:44 +0000
  • 73e23ab857 Updates to build system: Sun and SGI compilers have a problem doing a shared link, and some platforms don't have an icudata library. John Maddock 2007-10-17 17:15:53 +0000
  • 9ec9aa9cbc Fully qualified use of "extended" flag, to keep gcc on Solaris happy. John Maddock 2007-10-16 16:11:30 +0000
  • 960c0a3bbc Update docs to match quickbook. John Maddock 2007-10-06 17:46:25 +0000
  • 5b43cf3051 Fix typo. John Maddock 2007-10-06 17:40:20 +0000
  • 445bfd915c Update Jamfiles to make PDF generation easier. John Maddock 2007-10-05 17:49:12 +0000
  • f5af9ba18d Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • e1484fc788 Changed call_once to header-only template that takes arbitrary function objects; this changes parameter order Anthony Williams 2007-10-05 12:10:06 +0000
  • 768c8c5d88 Fix up file so it can be compiled in C mode. John Maddock 2007-09-23 17:49:44 +0000
  • 4777a02d9b Updated ICU build options to fix build on Darwin and elsewhere. John Maddock 2007-09-20 12:28:34 +0000
  • 8f41014bff Added needed include (for CHAR_BIT). John Maddock 2007-09-16 11:20:25 +0000
  • d647ba206d Touched files to force tests to be re-run with new Jamfile. John Maddock 2007-09-14 09:25:29 +0000
  • bf301b3175 Oops, doc update broke the tests, fixed now. John Maddock 2007-09-10 16:22:35 +0000
  • c1d0501834 Added optional code to test SGI rope with Regex. John Maddock 2007-09-10 10:37:19 +0000
  • 7768f76a78 Applied fix for http://svn.boost.org/trac/boost/ticket/883. John Maddock 2007-09-10 10:35:51 +0000
  • ff24e8f7e8 Fix for http://svn.boost.org/trac/boost/ticket/1075. John Maddock 2007-08-25 08:53:29 +0000
  • 4a147d198d Fixes track issue #775, see http://svn.boost.org/trac/boost/ticket/775. All regex code should now compile warning free at level 4 with MSCV. John Maddock 2007-08-23 09:06:24 +0000
  • cc45c73234 Fixed include guard. John Maddock 2007-08-22 12:56:39 +0000
  • cf98dcd10d Added some missing match_flag_type options. John Maddock 2007-08-13 17:54:01 +0000
  • e7b65221d1 Tidied up msvc-warning suppression code. John Maddock 2007-08-10 10:11:03 +0000
  • 474822492b Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +0000
  • 3f8b3b5bd1 Removed files that were previously removed from cvs but got resurrected for some reason. John Maddock 2007-08-02 17:06:26 +0000
  • 3e68fcb703 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • 90ef9ee1e0 Changed "it's" to the grammatically correct "its". John Maddock 2007-06-30 11:07:06 +0000
  • a677b97254 Removed old HTML docs, and redirected indexes to point to new quickbook docs. John Maddock 2007-06-08 09:27:36 +0000