545993d3ebSuppress configuration messages when not actually building the regex lib.
John Maddock
2008-09-30 10:54:38 +0000
5471176846Merge changes from Trunk ready for 1.37.
John Maddock
2008-09-16 11:54:24 +0000
d70f98e658Fixes#2306. Change "id" to "state_id".
John Maddock
2008-09-12 12:40:23 +0000
18623d00afFix Jamfile logic: BOOST_REGEX_ICU_OPTS needs to be a list not a string.
John Maddock
2008-09-04 08:36:34 +0000
30074a601aAdd /usr/local/include to the list of include paths for ICU on FreeBSD.
John Maddock
2008-08-29 17:11:18 +0000
4212c0d915Update 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
1297f92b8aTentative fix for issue #2244: ICU uses wchar_t as UCHAR whenever sizeof(wchar_t) == 2.
John Maddock
2008-08-23 11:40:58 +0000
cb5443477bFix for VC8 without the service pack.
John Maddock
2008-08-19 15:54:39 +0000
1012d28c32Fix for issue #2188.
John Maddock
2008-08-17 11:15:07 +0000
3a15c301dbDisable MSVC std lib workarounds if we're really using STLPort or Apache/RW std lib.
John Maddock
2008-07-30 09:35:44 +0000
756a875620Merge doc fixes from trunk.
John Maddock
2008-07-25 09:58:49 +0000
546dd9f6fbFixes#1940.
John Maddock
2008-07-25 09:28:01 +0000
be28ad44c7Tentative fix for some VC failures.
John Maddock
2008-07-18 11:29:50 +0000
b7d906dff5Fixes#2097.
John Maddock
2008-07-11 18:00:41 +0000
6eb35e2cf1Fixes#2097.
John Maddock
2008-07-11 18:00:15 +0000
a08e8b5c85Merge changes from Trunk.
John Maddock
2008-07-11 11:49:03 +0000
831156d759Replace a couple of non-ascii symbols.
Daniel James
2008-07-01 09:58:27 +0000
d7d38da27fChanged POSIX API functions to use the global C locale. Fixes#1446.
John Maddock
2008-06-05 17:07:42 +0000
31b68369aePatch for VC9 explicit template instantiation. Fixes#1959.
John Maddock
2008-06-03 12:52:55 +0000
4c105a90a1Changed 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
8928c7737eAdded needed #includes to source files.
John Maddock
2008-05-14 11:14:30 +0000
3704b9c595Fixes 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
5fdf2752aeAdd explicit type cast to fix GCC-C++0X mode error.
John Maddock
2008-04-15 17:50:11 +0000
c7dda1b549Fix doc typo from issue #1794.
John Maddock
2008-04-11 08:53:54 +0000
6e9b9a7995Doh! Changes to code should actually compile! A fix for the last change.
John Maddock
2008-04-10 12:46:41 +0000
e5bc36d7c9Fix for bug #1790.
John Maddock
2008-04-09 15:32:08 +0000
9546df1f23Rebuild a lot of documentation.
Daniel James
2008-03-16 11:38:32 +0000
c9d1a42e05Added missing files.
John Maddock
2008-03-15 18:19:11 +0000
b39edff796Added missing files.
John Maddock
2008-03-15 18:18:41 +0000
788c8a8470Merged doc fixes from Trunk.
John Maddock
2008-02-21 13:23:29 +0000
e32c5d0888Added link to PDF docs, and regenerated.
John Maddock
2008-02-21 12:58:15 +0000
c527b20062Merge fix fix for inspect issue.
John Maddock
2008-02-07 10:27:23 +0000
370c429bd6Added comment to suppress inspect warning.
John Maddock
2008-02-07 10:24:29 +0000
0915f19c03Extended leading repeat optimization to more cases.
John Maddock
2008-01-27 18:43:35 +0000
37040f4bfdApplies fix for issue #1598: added missing #include.
John Maddock
2008-01-23 16:08:44 +0000
a65bccab1cMerge TR1 patches for VC9 + MS TR1 implementation from main Trunk.
John Maddock
2008-01-14 13:47:39 +0000
2cbd1c8882Patch regex concept checks and TR1 library to work with VC9 + MS TR1 feature pack.
John Maddock
2008-01-14 13:17:09 +0000
8fffb1250eFix doc typos.
John Maddock
2008-01-14 10:06:29 +0000
37cd93fc82Fix documentation typos.
John Maddock
2008-01-14 09:58:36 +0000
069e845239Merge bug fixes from main Trunk: these fix security issues reported by Will Drewry.
John Maddock
2008-01-14 09:53:42 +0000
b1af72fd23Ooops, fix broken escape sequence.
John Maddock
2008-01-14 09:46:12 +0000
299086b99cFix 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
07eaac9e0eFix typos.
John Maddock
2008-01-04 16:54:35 +0000
79d7e84f26Merged typo fixes from trunk.
John Maddock
2007-12-14 10:16:35 +0000
71fdd5eb44Fix typos reported by Sebastian Pipping.
John Maddock
2007-12-14 10:11:21 +0000
45891854d9Merged fixes for #1471 (warning suppression).
John Maddock
2007-12-11 17:29:58 +0000
31668ed4beFixes#1471.
John Maddock
2007-12-11 17:28:15 +0000
a159bacf3fMerge fixes for #1455.
John Maddock
2007-12-11 17:26:26 +0000
f72c7518beFixes#1455.
John Maddock
2007-12-11 17:19:03 +0000
97daf0f81fBring into synch with Trunk, and fix regression.
John Maddock
2007-12-08 17:37:40 +0000
dc01b7833eFull merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
ff95eb8d98Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
2995393609Oops, previous commit messed up POSIX timing code, now fixed.
John Maddock
2007-11-25 15:47:58 +0000
7015512292A few corrections to the WinCE patches
David Deakins
2007-11-25 04:30:02 +0000
005a1b36dfMake sure every library can be installed by using
Vladimir Prus
2007-10-26 09:04:25 +0000
22d32e97c9Removed 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
816f0ba137Update makefiles and the script that creates them: was generating dependencies that weren't required.
John Maddock
2007-10-24 09:15:20 +0000
3cd2b52030Move Attic files back into their rightful places
Douglas Gregor
2007-10-23 01:47:48 +0000
f2a7f4d8c3ICU libraries are only available as shared libraries.
John Maddock
2007-10-20 16:30:01 +0000
4c23414558Removed ICU options from main requirements: BBv2 barfs at it.
John Maddock
2007-10-20 09:20:30 +0000
8627f6266cAdjust ICU build support: almost works now :-)
John Maddock
2007-10-19 17:55:44 +0000
73e23ab857Updates 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
9ec9aa9cbcFully qualified use of "extended" flag, to keep gcc on Solaris happy.
John Maddock
2007-10-16 16:11:30 +0000
960c0a3bbcUpdate docs to match quickbook.
John Maddock
2007-10-06 17:46:25 +0000
5b43cf3051Fix typo.
John Maddock
2007-10-06 17:40:20 +0000
445bfd915cUpdate Jamfiles to make PDF generation easier.
John Maddock
2007-10-05 17:49:12 +0000
f5af9ba18dStarting point for releases
Beman Dawes
2007-10-05 14:25:06 +0000
e1484fc788Changed call_once to header-only template that takes arbitrary function objects; this changes parameter order
Anthony Williams
2007-10-05 12:10:06 +0000
768c8c5d88Fix up file so it can be compiled in C mode.
John Maddock
2007-09-23 17:49:44 +0000
4777a02d9bUpdated ICU build options to fix build on Darwin and elsewhere.
John Maddock
2007-09-20 12:28:34 +0000
8f41014bffAdded needed include (for CHAR_BIT).
John Maddock
2007-09-16 11:20:25 +0000
d647ba206dTouched files to force tests to be re-run with new Jamfile.
John Maddock
2007-09-14 09:25:29 +0000
bf301b3175Oops, doc update broke the tests, fixed now.
John Maddock
2007-09-10 16:22:35 +0000
c1d0501834Added optional code to test SGI rope with Regex.
John Maddock
2007-09-10 10:37:19 +0000