|
0bc8abb04c
|
Fix ICU error code usage.
|
2015-10-18 18:38:29 +01:00 |
|
|
1787274280
|
Comment new tests.
|
2015-10-18 18:18:37 +01:00 |
|
|
0abd5557c0
|
Add missing #includes.
|
2015-10-18 18:13:27 +01:00 |
|
|
39fda8e55b
|
Make sure std lib is invoked to catch shared lib miss-match.
|
2015-10-18 18:11:49 +01:00 |
|
|
6e80ff8c4c
|
Fix rule name.
|
2015-10-18 17:52:59 +01:00 |
|
|
389b9c35e0
|
Try and improve ICU detection to avoid "DLL Hell".
|
2015-10-18 17:50:40 +01:00 |
|
|
5e98fe9a6a
|
Shared library doesn't work with Oracle compiler.
|
2015-08-19 18:20:20 +01:00 |
|
|
a87ecdc49c
|
Merge branch 'develop' of https://github.com/boostorg/regex into develop
|
2015-02-13 19:24:19 +00:00 |
|
|
13f707b381
|
Latest ICU doesn't permit the delayload option :(
|
2015-02-13 19:24:05 +00:00 |
|
|
8921188b70
|
Only specify debug library name for msvc and intel
Boost.Build can then fallback to the release libraries for these
compilers for user-defined variants.
|
2015-02-09 12:09:56 +01:00 |
|
|
333bdbaf14
|
Update makesfiles.
Deprecate makefiles and update docs.
Fixes #7286.
[SVN r81621]
|
2012-11-29 10:46:51 +00:00 |
|
|
92b059e5a9
|
Update makefiles.
[SVN r80933]
|
2012-10-10 12:43:21 +00:00 |
|
|
c2d2f656da
|
Don't use lib64 and bin64 paths except for msvc builds. Refs #7055.
[SVN r79359]
|
2012-07-08 16:50:23 +00:00 |
|
|
c822e00b6a
|
Change gcc makefile variable usage.
Regenerate makesfiles.
Fixes #6887
[SVN r78424]
|
2012-05-11 18:42:47 +00:00 |
|
|
c72bb1b175
|
Fix Intel-win ICU library names.
[SVN r76322]
|
2012-01-05 17:27:51 +00:00 |
|
|
16bf9d8501
|
Update version number, fixes #5353.
[SVN r71476]
|
2011-04-25 09:27:11 +00:00 |
|
|
d6e72fc2b7
|
Update makefiles.
[SVN r67717]
|
2011-01-06 12:45:47 +00:00 |
|
|
b60171bdcf
|
Yes another attempt to fix the 64-bit paths issue.
Refs #4864.
[SVN r66699]
|
2010-11-23 13:09:08 +00:00 |
|
|
dd9d022d7c
|
Another attempt at fixing 64-bit ICU support.
dll-path for 64-bit builds still isn't set correctly.
Refs #4864.
[SVN r66659]
|
2010-11-21 18:40:59 +00:00 |
|
|
cef369efa5
|
Search in lib64 and bin64 for ICU binaries.
[SVN r66640]
|
2010-11-18 18:27:40 +00:00 |
|
|
a35cb5b902
|
Shared libraries now finally work with Mingw GCC-4.5.0.
[SVN r65807]
|
2010-10-07 15:40:24 +00:00 |
|
|
6fd55b0510
|
Update version number.
[SVN r65719]
|
2010-10-02 11:26:53 +00:00 |
|
|
383f3b2144
|
Add option to explicitly disable ICU support.
Update docs to describe new ICU config support.
[SVN r65489]
|
2010-09-20 16:56:48 +00:00 |
|
|
f4d925ad3b
|
Up the warning level, and fix the resulting warnings with msvc, gcc and Intel.
Fix bug in docs and regenerate.
[SVN r65208]
|
2010-09-03 08:33:13 +00:00 |
|
|
05636b5c89
|
Fix numerous VC-10 compiler warnings.
Rewrite ICU configuration to use the new Boost.Build configuration logic.
[SVN r61893]
|
2010-05-10 12:13:49 +00:00 |
|
|
c6f3a072e3
|
Update version numbers in makefiles.
[SVN r58539]
|
2009-12-28 11:54:52 +00:00 |
|
|
603e98d186
|
Fixes #3425.
[SVN r57252]
|
2009-10-30 18:15:55 +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 |
|
|
2686ab22a2
|
Don't add leading slash to every path.
[SVN r55731]
|
2009-08-23 15:50:50 +00:00 |
|
|
bae1c80992
|
Force shared runtime if using ICU.
[SVN r55685]
|
2009-08-20 12:05:55 +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 |
|
|
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 |
|
|
ccf465daac
|
Make the wording of messages consistent with other libraries.
[SVN r52333]
|
2009-04-11 14:43:43 +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 |
|
|
e85cef1120
|
Fixes #2437.
[SVN r50510]
|
2009-01-08 09:58:45 +00:00 |
|
|
fd77d00dfd
|
Update version number
[SVN r50498]
|
2009-01-07 12:29:03 +00:00 |
|
|
0362d61627
|
Updated makefiles.
[SVN r49359]
|
2008-10-16 12:52:17 +00:00 |
|
|
545993d3eb
|
Suppress configuration messages when not actually building the regex lib.
[SVN r49065]
|
2008-09-30 10:54:38 +00:00 |
|
|
18623d00af
|
Fix Jamfile logic: BOOST_REGEX_ICU_OPTS needs to be a list not a string.
[SVN r48574]
|
2008-09-04 08:36:34 +00:00 |
|
|
30074a601a
|
Add /usr/local/include to the list of include paths for ICU on FreeBSD.
[SVN r48454]
|
2008-08-29 17:11:18 +00:00 |
|
|
f11333d352
|
Added license info.
[SVN r40900]
|
2007-11-07 18:26:11 +00:00 |
|
|
005a1b36df
|
Make sure every library can be installed by using
bjam stage|install
in libs/<library>/build.
[SVN r40475]
|
2007-10-26 09:04:25 +00:00 |
|
|
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.
[SVN r40427]
|
2007-10-24 17:57:45 +00:00 |
|
|
816f0ba137
|
Update makefiles and the script that creates them: was generating dependencies that weren't required.
[SVN r40405]
|
2007-10-24 09:15:20 +00:00 |
|
|
f2a7f4d8c3
|
ICU libraries are only available as shared libraries.
[SVN r40214]
|
2007-10-20 16:30:01 +00:00 |
|
|
8627f6266c
|
Adjust ICU build support: almost works now :-)
[SVN r40193]
|
2007-10-19 17:55:44 +00:00 |
|
|
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.
[SVN r40128]
|
2007-10-17 17:15:53 +00:00 |
|
|
4777a02d9b
|
Updated ICU build options to fix build on Darwin and elsewhere.
[SVN r39405]
|
2007-09-20 12:28:34 +00:00 |
|
|
f4877f6698
|
Added new example.
Updated ICU support for VC8
[SVN r37738]
|
2007-05-22 09:47:28 +00:00 |
|