9188464e39
Tighten up error handling and checking.
...
[SVN r57133]
2009-10-24 15:51:57 +00:00
17ad2e9302
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
d8c6fe7ce8
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
efd3e2e05c
Changes relating to issue #3408 .
...
Add hooks for the dcdflib to the incomplete gamma tests.
Add hooks for the dcdflib to the igamma performance tests.
Some small performance enhancements.
[SVN r56370]
2009-09-24 11:23:52 +00:00
6b4d144be9
Fix for old GCC versions with BOOST_REGEX_BUGGY_CTYPE_FACET defined.
...
[SVN r55837]
2009-08-28 16:07:13 +00:00
9f9ce59d57
Treat ICU_PATH relatively to current dir.
...
Also, fix another leading "/" bug.
[SVN r55756]
2009-08-24 09:34:08 +00:00
438dcae4e4
Merge: Don't add leading slash to every path.
...
[SVN r55732]
2009-08-23 15:53:38 +00:00
2686ab22a2
Don't add leading slash to every path.
...
[SVN r55731]
2009-08-23 15:50:50 +00:00
7f89732479
Merge: Force shared runtime if using ICU.
...
[SVN r55699]
2009-08-21 16:55:51 +00:00
75b99d3a37
Suppress GCC warnings.
...
[SVN r55688]
2009-08-20 17:27:24 +00:00
bae1c80992
Force shared runtime if using ICU.
...
[SVN r55685]
2009-08-20 12:05:55 +00:00
e3ca2987e4
Apply patch from issue #3354 .
...
Fixes #3354 .
[SVN r55683]
2009-08-20 10:43:44 +00:00
a3b2f4031d
Merge updates from Trunk.
...
Fixes #2713 .
[SVN r55383]
2009-08-03 12:00:07 +00:00
1ac89c0a54
Allow the Jamfile to work correctly when both HAVE_ICU and ICU_PATH are set.
...
[SVN r55279]
2009-07-30 10:47:28 +00:00
513a205564
Update version number.
...
[SVN r55269]
2009-07-29 17:21:36 +00:00
cfc84473cb
Update version number.
...
[SVN r55268]
2009-07-29 17:19:53 +00:00
66b633b417
Added support for (?(DEFINE) blocks and updated the docs accordingly.
...
Added support for ICU libraries which may be named icui18n.lib on some Win32 platforms.
[SVN r55267]
2009-07-29 17:11:56 +00:00
78f1066b1f
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
01eadc4ab6
Add basic copyright/license to keep cmake out of the inspection report
...
[SVN r55095]
2009-07-22 21:51:01 +00:00
5a6bc29d7c
Added initial support for recursive expressions.
...
Updated docs and tests accordingly.
[SVN r54994]
2009-07-17 10:23:50 +00:00
02a629baf7
Simplify and fix PP logic.
...
[SVN r53729]
2009-06-07 17:50:17 +00:00
5a80ab5ed4
Another tentative VC10 beta fix.
...
[SVN r53664]
2009-06-06 08:49:30 +00:00
cd0535d368
Try and fix build errors with VC-10 beta.
...
[SVN r53595]
2009-06-03 11:24:22 +00:00
944a01f39e
GCC warning suppression fixes.
...
Fixes #3071 .
[SVN r53274]
2009-05-26 08:31:23 +00:00
d279b2c0a1
Qualify lower_bound with std:: to allow regex to work with Sun CC
...
[SVN r53088]
2009-05-18 15:42:04 +00:00
aa16fa7fa1
Added Perl-5.10 "branch reset" support.
...
[SVN r52961]
2009-05-13 09:17:36 +00:00
9d18ba1151
Add support for named and/or subexpressions with indexes > 99 in conditional format expressions.
...
[SVN r52873]
2009-05-10 09:14:46 +00:00
f310162a85
Merge cmake files release -> trunk.
...
[SVN r52866]
2009-05-09 22:57:30 +00:00
55d979060c
Add support for named sub-expressions.
...
[SVN r52823]
2009-05-07 09:46:51 +00:00
be62e08702
Regex depends on Thread
...
[SVN r52816]
2009-05-07 04:37:40 +00:00
30941e330d
Added support for \g \K and \R.
...
[SVN r52592]
2009-04-25 17:32:49 +00:00
7b10b5dac5
Added possessive modifiers ++ *+ ?+ {}+.
...
Added support for \v and \h as character classes as per Perl-5.10.
[SVN r52558]
2009-04-23 09:51:31 +00:00
3b8aca5d8b
Merge from trunk
...
[SVN r52379]
2009-04-14 08:33:45 +00:00
ccf465daac
Make the wording of messages consistent with other libraries.
...
[SVN r52333]
2009-04-11 14:43:43 +00:00
8f15600081
Windows CE does not define the wcscoll function from the CRT so, for WinCE, don't try to pull wcscoll from the global namespace into the std namespace.
...
[SVN r52222]
2009-04-06 21:37:24 +00:00
6f7f8a6886
Allow ICU_PATH path-constant in project-config to work.
...
It is only affecting build if not ICU_PATH is set on command line.
[SVN r52176]
2009-04-04 21:20:18 +00:00
3e62631ecb
Windows CE does not define the wcscoll function from the CRT so, for WinCE, don't try to pull wcscoll from the global namespace into the std namespace.
...
[SVN r52106]
2009-04-01 14:56:27 +00:00
8586e7a9cd
Patch for ICU on AIX.
...
[SVN r51952]
2009-03-24 10:08:54 +00:00
3e903e9c8e
Merge PDF build changes from Trunk.
...
[SVN r51417]
2009-02-23 18:39:32 +00:00
356be46981
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
15d3eb8f57
Workarounds to allow compilation by Sun studio without the -library=stlport4 option.
...
[SVN r51221]
2009-02-12 18:11:43 +00:00
48492bb9b5
Fixes #2713 : change table initialisation so that it's initialised statically.
...
[SVN r51103]
2009-02-08 16:30:45 +00:00
083ea3a6c7
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
2d43c1b305
Merge FreeBSD patch.
...
[SVN r50532]
2009-01-10 12:01:09 +00:00
e85cef1120
Fixes #2437 .
...
[SVN r50510]
2009-01-08 09:58:45 +00:00
e81f710567
Merge changes in Trunk.
...
[SVN r50499]
2009-01-07 13:19:32 +00:00
fd77d00dfd
Update version number
...
[SVN r50498]
2009-01-07 12:29:03 +00:00
d2be09791d
Fixes #2623 .
...
[SVN r50422]
2009-01-01 10:23:10 +00:00
840a4ce2f5
Fix gcc warnings.
...
[SVN r50377]
2008-12-24 10:14:55 +00:00
e4b31ea37f
Empty expressions, and empty alternatives are now
...
allowed when using the Perl regular expression syntax. This change has
been added for Perl compatibility, when the new [syntax_option_type]
['no_empty_expressions] is set then the old behaviour is preserved and
empty expressions are prohibited. This is issue
[@https://svn.boost.org/trac/boost/ticket/1081 #1081 ].
Fixes #1081 .
[SVN r50374]
2008-12-23 19:06:04 +00:00