Vladimir Prus
1f9413f532
Switch to using boost-lib.
2016-10-28 13:57:12 +03:00
Vladimir Prus
5b7fbb5fe7
Fix compile error in utf8_codecvt_facet on HPUX.
...
Closes #5049 .
[SVN r67770]
2011-01-08 10:12:43 +00:00
Sascha Ochsenknecht
b3e9b5180e
add general split function, Fixes #2561
...
[SVN r57971]
2009-11-27 17:47:51 +00:00
Vladimir Prus
370834c5c2
Add BOOST_PROGRAM_OPTIONS_DYN_LINK usage requirement for program_options.
...
Fixes #2273 .
[SVN r57832]
2009-11-21 09:13:58 +00:00
Vladimir Prus
a3d19d354a
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
Vladimir Prus
73cf706164
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Vladimir Prus
de511c601a
Make install target explicit. Otherwise top-level Jamfile will try to
...
install both results of 'boost_program_options' and of the install target,
resulting in duplicate target error.
[SVN r29604]
2005-06-16 07:51:56 +00:00
Rene Rivera
2476e5b265
Fix use of *DYN_LIB=1 defines.
...
Add dist-lib target to put results in a convenient place.
[SVN r28461]
2005-04-24 17:17:09 +00:00
Rene Rivera
f5bba0a918
Add missing define to make the code export symbols when creating a DLL.
...
[SVN r28440]
2005-04-23 16:37:48 +00:00
Vladimir Prus
d78ebf5f0e
Don't force static linking on NT.
...
[SVN r28334]
2005-04-20 11:25:16 +00:00
Vladimir Prus
f42c7ef9b1
Remove std::facet-support. Hopefully, this will make intel happy.
...
(It was said it no longer needs std::facet-support, and adding that
requirement causes libraries with different threading models to be
mixed up, causing link failures).
[SVN r24775]
2004-08-27 06:57:53 +00:00
Vladimir Prus
9133a2e903
Added 'split_winmain' function.
...
[SVN r23550]
2004-07-14 15:57:02 +00:00
Vladimir Prus
14601a2c4c
Apply fixed from John Maddock:
...
- don't require std::facet-support and std::locale-support for DLL lib
and DLL tests, since it turns on static runtime, which is not usable
with DLLs
- set BOOST_ALL_DYN_LINK when linking DLL tests.
[SVN r23540]
2004-07-14 11:31:31 +00:00
Vladimir Prus
d1b80f89b3
Try to enable locale/facet support for metrowerks.
...
[SVN r22855]
2004-05-18 06:38:17 +00:00
Vladimir Prus
196f6c0b5b
Import revision 295 of the program_options library.
...
[SVN r22823]
2004-05-14 13:40:31 +00:00