Rene Rivera
6ee70daa0a
New CodeWarrior toolset which handles all the different versions, and eventually support CW on other platforms.
...
[SVN r22368]
2004-02-23 07:33:34 +00:00
Rene Rivera
f183b79366
Cleanup, some documentation, and addition of some features for use in the new combined CodeWarrior toolset.
...
[SVN r22367]
2004-02-23 07:31:45 +00:00
Aleksey Gurtovoy
19fa00f32e
better configurability fix
...
[SVN r22365]
2004-02-23 02:12:25 +00:00
Aleksey Gurtovoy
e63e620c88
fix a typo
...
[SVN r22364]
2004-02-23 01:48:07 +00:00
Aleksey Gurtovoy
27da7f71f5
restore configurability w/o preprocessed headers
...
[SVN r22363]
2004-02-23 01:47:11 +00:00
Beman Dawes
5194da4ba5
Add Cygwin build section, reorganize build docs
...
[SVN r22362]
2004-02-22 14:45:50 +00:00
Beman Dawes
0d0cef245a
allow macros to override BOOST_PLATFORM
...
[SVN r22361]
2004-02-22 14:44:37 +00:00
Ronald Garcia
33e7c0affe
Updated the list of test cases.
...
[SVN r22360]
2004-02-22 14:41:03 +00:00
Ronald Garcia
48159d42bd
Updated multi_array docs to include cross-constructors from other array types.
...
[SVN r22359]
2004-02-22 14:36:05 +00:00
Ronald Garcia
0e0e5fbaab
Added listings for the cross-constructors used to build multi_arrays
...
by deep copying the data from other array types.
[SVN r22358]
2004-02-22 14:35:15 +00:00
Guillaume Melquiond
6de139ee00
Add missing msvc-stlport unusable state for the interval library
...
[SVN r22357]
2004-02-22 09:30:57 +00:00
Rene Rivera
be5a9d8b01
Force toolset names to lowercase. Fixes problems with case insensitive fs where it doesn't fail to find the toolset if the case is different, but produces cased results which are incompatible with other builds.
...
[SVN r22355]
2004-02-22 05:03:04 +00:00
Rene Rivera
d84e8b6963
Fix ALL_LOCATE_TARGET so that it doesn't get ignored if not set before including other projects. Now either it's never set and the first value is used, or the value of the first setting is used.
...
[SVN r22354]
2004-02-22 04:44:48 +00:00
Daniel Wallin
bbd94c0502
boost logo css class
...
[SVN r22352]
2004-02-21 18:42:52 +00:00
Daniel Wallin
9fd8f2e0c9
added css class boost-logo
...
[SVN r22351]
2004-02-21 17:58:50 +00:00
Dave Abrahams
27ec159bc4
initial commit
...
[SVN r22346]
2004-02-21 13:35:55 +00:00
Joel de Guzman
f1f61813db
fusion as mpl sequences
...
[SVN r22344]
2004-02-21 07:28:01 +00:00
Joel de Guzman
1a864c9a25
forward declaration of tuples
...
[SVN r22343]
2004-02-21 07:27:08 +00:00
Peter Dimov
84a29ef3d1
Cv-related fix.
...
[SVN r22338]
2004-02-20 13:56:22 +00:00
Aleksey Gurtovoy
c38c526f69
insert_range empty sequences bug fix
...
[SVN r22336]
2004-02-20 11:27:22 +00:00
John Maddock
8c83b49aec
This file is no longer needed, as Jamfile enumerates the test files itself.
...
[SVN r22335]
2004-02-20 11:25:21 +00:00
John Maddock
421c4fd425
GLOB rule needs absolute path when called from boost-root/status (ie when the current directory is not this directory).
...
[SVN r22334]
2004-02-20 11:23:16 +00:00
Guillaume Melquiond
6db33c1a36
Added expected failures for the interval library
...
[SVN r22333]
2004-02-20 10:18:21 +00:00
Vladimir Prus
e992e8a532
Darwin improvements.
...
Patch from Andre Hentz.
* v2/build/toolset.jam
(inherit-flags): Take an extra parameter describing properties that
should not be inherited.
* v2/build/type.jam
(register-suffixes): Removed local qualifier.
* v2/test/BoostBuild.py
(prepare_suffix_map): Add .dylib if OS is Darwin.
(Tester::_init_): path to bjam on Darwin.
* v2/test/prebuilt.py
make sure $toolset is expanded correctly.
* v2/test/prebuilt/project-root.jam
use $toolset instead of gcc.
* v2/test/prebuilt/ext/project-root.jam
use $toolset instead of gcc.
* v2/test/prebuilt/ext/Jamfile2.jam
handle extension .dylib.
* v2/test/prebuilt/ext/Jamfile2.jam
handle extension .dylib.
* v2/tools/darwin.jam
inline call to toolset.inherit.
filter <debug-symbols>off because -s is not accepted for dlls.
speficy that .dylib files are of type SHARED_LIB.
(actions link): pass -s for static linkage.
(actions link.dll): pass -L flag with path to libraries.
(actions archive): -c inhibits warning.
[SVN r22332]
2004-02-20 08:51:33 +00:00
Dave Abrahams
2033fb2882
Added missing declarations of begin_traits/end_traits
...
[SVN r22331]
2004-02-20 04:14:55 +00:00
Joel de Guzman
523560777c
uncommenting
...
[SVN r22330]
2004-02-20 03:12:28 +00:00
Bruno da Silva de Oliveira
6eb0ed4cb0
- Generates the unique number for UniqueInt using the hash of the filename
...
[SVN r22329]
2004-02-19 22:26:54 +00:00
Beman Dawes
86accd57d9
show sizeof(intmax_t)
...
[SVN r22328]
2004-02-19 14:03:50 +00:00
Beman Dawes
976617810a
__USE_FILE_OFFSET64 now tested on Linux
...
[SVN r22327]
2004-02-19 14:03:08 +00:00
John Maddock
f97d46d944
Rewitten test program infrastructure so that it does not depend upon Boost.Test (which causes cyclic rebuild dependencies).
...
[SVN r22326]
2004-02-19 13:40:07 +00:00
Michael Glassford
7ea5b23770
Merge changes from thread_dev branch.
...
[SVN r22323]
2004-02-19 01:24:50 +00:00
Michael Glassford
bbf4342fce
Merge minor changes from thread_dev branch.
...
[SVN r22322]
2004-02-19 01:16:06 +00:00
Joel de Guzman
51106462bf
typo
...
[SVN r22317]
2004-02-18 22:48:46 +00:00
Bruno da Silva de Oliveira
e3486873a3
- now warns that AllFromHeader is not working in all cases
...
[SVN r22316]
2004-02-18 22:32:58 +00:00
Bruno da Silva de Oliveira
cc18f20ac8
- Fixed UniqueInt bug across different compilation units.
...
[SVN r22315]
2004-02-18 22:28:28 +00:00
Toon Knapen
5889dd62a7
port to IBM VisualAge
...
[SVN r22314]
2004-02-18 17:45:53 +00:00
Bruno da Silva de Oliveira
1e98d5b31d
- reverted previous commit
...
[SVN r22313]
2004-02-18 15:33:34 +00:00
Bruno da Silva de Oliveira
d14442d87a
- no_init is now generated for abstract classes
...
[SVN r22312]
2004-02-18 15:27:59 +00:00
Douglas Gregor
be9665c183
Added FAQ entry from Matt Hurd about boost::function overhead.
...
[SVN r22309]
2004-02-18 06:37:13 +00:00
Michael Glassford
361a039ba9
Merge minor changes from thread_dev branch.
...
[SVN r22308]
2004-02-18 01:15:36 +00:00
Michael Glassford
edec283323
Merge minor changes from thread_dev branch.
...
[SVN r22307]
2004-02-18 00:53:09 +00:00
Guillaume Melquiond
123f0ffc2b
Modify the documentation to detail the conversion-scheme of the interval library
...
[SVN r22305]
2004-02-17 17:00:10 +00:00
Jaakko Järvi
2df9538a58
fixed a small typo in destructor example
...
[SVN r22304]
2004-02-17 15:53:35 +00:00
Guillaume Melquiond
cf7d6009bb
First step of the new interval-conversion scheme
...
[SVN r22303]
2004-02-17 15:35:52 +00:00
Beman Dawes
330df743d1
fix intmax_t misspelling (Janusz Piwowarski)
...
[SVN r22302]
2004-02-17 13:29:11 +00:00
Guillaume Melquiond
56963edd45
Use user::is_ whenever possible
...
[SVN r22301]
2004-02-17 13:22:35 +00:00
Vladimir Prus
6615bc14cf
Property register sun toolset.
...
[SVN r22300]
2004-02-17 12:03:53 +00:00
Andreas Huber
8f296592c8
no message
...
[SVN r22299]
2004-02-17 00:15:17 +00:00
Peter Dimov
2cca62693e
enable_shared_from_this is now const-tolerant.
...
[SVN r22298]
2004-02-16 18:50:07 +00:00
Christopher Currie
2927489ed3
Workaround for Sun CC 5.6
...
[SVN r22297]
2004-02-16 15:17:03 +00:00