| .. |
|
accumulators @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
algorithm @ 7a97b3390e
|
d35e2b3284
Added missing include.
|
18 years ago |
|
any @ d5bf33f2f9
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
array @ 069b5e2ca1
|
d7f18d32db
Throw out_of_range rather than range_error. See 21.1.1 paragraph 13.
|
19 years ago |
|
asio @ 811d967f52
|
e743bbf0fd
Add get_io_service() synonym for io_service() to match TR2 proposal.
|
18 years ago |
|
assign @ f41af72ae3
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
atomic @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
bimap @ 79174b604a
|
d69c454971
remove unused stuff
|
19 years ago |
|
bind @ 3c24cbedf6
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
chrono @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
circular_buffer @ e5e0b86733
|
acf13b427b
Disambiguate the identifier 'exception' and fix vector construction to make the test pass on Tru64/CXX.
|
18 years ago |
|
compatibility @ 0316eeeecb
|
c5dbd103aa
Change STLport links to point to the sourceforge home page, which is the home
|
19 years ago |
|
compose @ 0cd80c5f65
|
a70f317546
Add copyright, license
|
19 years ago |
|
concept_check @ 6ed3c013bb
|
d51bbb1787
Second attempt at fixing usage of 64-bit integer type
|
18 years ago |
|
config @ cb5b1ef22f
|
70e33446ea
Update configure files with revision Id and some compiler specific fixes.
|
18 years ago |
|
container @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
context @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
conversion @ 0d6a924f94
|
03221bcc2d
applied workaround for MSVC++ 6.5/7.0 problem with static constants inside templates, see http://lists.boost.org/Archives/boost/2007/10/128392.php
|
18 years ago |
|
coroutine @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
crc @ c1abdded4c
|
d3ee169a25
Merged from Version_1_33_1
|
20 years ago |
|
date_time @ b04e84c09c
|
6703619c02
New mutex implementations, more akin to C++0x
|
18 years ago |
|
detail @ 6443246b4b
|
12c8675be2
Boost 1.35 version of Boost.MultiIndex
|
18 years ago |
|
disjoint_sets @ 4876c66c82
|
4602768313
Correct naming
|
18 years ago |
|
dynamic_bitset @ a8c3c80888
|
7e5fa91003
Update to V2
|
18 years ago |
|
exception @ ae714358ad
|
e5a29a5074
fixes comeau bug
|
22 years ago |
|
filesystem @ 95a689611b
|
c1be222754
Suppress message tests on Windows unless the language is US English
|
18 years ago |
|
flyweight @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
foreach @ 5003760fe4
|
debe75854a
work around msvc-7.1 bugs
|
18 years ago |
|
format @ b8495a4269
|
d0b2763499
handle invalid format string (ends with %) without asserting,
|
18 years ago |
|
function @ 2378ba59e7
|
404cd9753f
Fix for Borland compilers.
|
18 years ago |
|
function_types @ 5685b10737
|
f032bf7dca
- re-deletion of old files (SVN migration)
|
18 years ago |
|
functional @ d0ad17a718
|
76f76d14cd
Fix the deprecated warnings on Borland, should also check before using #warning.
|
18 years ago |
|
fusion @ 0f11e531ac
|
eb848196d6
fix for incomplete type is not allowed when tuple is forward declared. fixed the other as_xxx files as well.
|
18 years ago |
|
geometry @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
gil @ 52eb86d7d2
|
f6f34c0965
GIL: added a MSVC macro in the Jamfile to suppress warnings on unsafe STL calls
|
18 years ago |
|
graph @ e9747c0143
|
413dd726b8
Un-asserted two function calls - this was causing the function calls to turn into no-ops when the example was compiled with debugging off.
|
18 years ago |
|
graph_parallel @ 1639cca270
|
d6239fbbd1
Adjacency list serialization fixes, from David Keller
|
19 years ago |
|
heap @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
icl @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
integer @ 7d8e93a6ac
|
55a43521af
Fixed comments listed in #766 that didn't match their described code
|
18 years ago |
|
interprocess @ d08b2a08a9
|
f7f4f8c53a
Detailed OSF detection macro to include the compiler used.
|
18 years ago |
|
intrusive @ 28befc2384
|
f9ef6a67fe
Added support for Tru64/CXX.
|
18 years ago |
|
io @ e0ba7aaea6
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
iostreams @ 1cd171ab4d
|
1d732259a5
Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2)
|
18 years ago |
|
iterator @ 0f88de3d88
|
d0e45e0fb7
Update
|
18 years ago |
|
lambda @ 797b5756cf
|
acdd9e2ffa
Update for V2
|
18 years ago |
|
local_function @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
locale @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
lockfree @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
logic @ d1f46c8f98
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
math @ 024e37a985
|
91f784b70f
Fixed some links and merged changes in the Sandbox to here.
|
18 years ago |
|
move @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
mpi @ 38e585a302
|
cc59bdf35e
Constify status::count and status::cancelled. Fixes #1101
|
18 years ago |
|
mpl @ 00ad56405f
|
2408e9395b
Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2)
|
18 years ago |
|
msm @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
multi_array @ 919dbeac64
|
36cdffd216
was missing storage_order_convert.cpp
|
18 years ago |
|
multi_index @ ae87c1d454
|
db505684c8
added missing #include
|
18 years ago |
|
multiprecision @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
numeric
|
cdab354cd2
- added section "nested products"
|
18 years ago |
|
optional @ c8e54ef488
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
parameter @ a4b2742095
|
99a599e52d
Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2)
|
18 years ago |
|
phoenix @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
polygon @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
pool @ 1735c5f258
|
c1aa66ec54
Pool: Added detection of availability of pthreads using the BOOST_HAS_PTHREADS constant.
|
18 years ago |
|
predef @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
preprocessor @ fee02ed013
|
8db4461b79
EDG MS emulation
|
19 years ago |
|
program_options @ 7ba4ac9c14
|
17458dcf15
ProgramOptions: Silenced VC++ warnings.
|
18 years ago |
|
property_map @ bfa4ffc2cf
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
property_tree @ f4105f823f
|
9b946de0fb
Adding property_tree
|
19 years ago |
|
proto @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
ptr_container @ 9592fc5791
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
python @ f005518686
|
757af87743
Fix build system error when Python is not configured, without preventing the BPL target from being declared. Instead the target is now unbuildable, and will be skipped when Python is not configured.
|
18 years ago |
|
random @ 1d157ff6da
|
d1ac26b866
Fix typo. Closes #1150.
|
18 years ago |
|
range @ a862a573df
|
0ed176adc9
Applied patch from Ticket #1320
|
18 years ago |
|
ratio @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
rational @ 16d0b949ee
|
bd60c9d2e5
Removed requirement of mixed-mode division in rational_cast; added test where the requirement's removal was needed; demonstrated limited cross-version rational casting
|
19 years ago |
|
regex @ 73e23ab857
|
bca1147425
Updates to build system: Sun and SGI compilers have a problem doing a shared link, and some platforms don't have an icudata library.
|
18 years ago |
|
scope_exit @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
serialization @ bec06ca0d4
|
06d97896eb
Applied patch from Ticket #1319
|
18 years ago |
|
signals @ aa25716cf6
|
58c1a3d1ce
Update to V2
|
18 years ago |
|
signals2 @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
smart_ptr @ 9db307eda5
|
92057c0945
defined(__ppc) added (Daniel P Furlani)
|
18 years ago |
|
spirit @ 1ba122ea0c
|
c570ce705a
Spirit: Silenced some warnings.
|
18 years ago |
|
statechart @ f56f94066e
|
f7dbff9323
Moved the erroneously under 1.34.0 listed changes under a new "Unreleased changes" heading.
|
19 years ago |
|
static_assert @ 1663a635aa
|
7a5c8e4811
Fix C++0x helper macros
|
19 years ago |
|
sync @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
system @ 6b89c517f9
|
764871477d
Limit Windows expected message check to US English
|
18 years ago |
|
test @ 58992b04a9
|
e0bad54477
msvc 6.5 port fix
|
18 years ago |
|
thread @ c37cdeec9f
|
52124d5dbe
removed lock_ops as no longer needed
|
18 years ago |
|
timer @ 0eab9f74de
|
a70f317546
Add copyright, license
|
19 years ago |
|
tokenizer @ 4e8d066db5
|
62109b5235
Fixed license & copyright issues and converted to HTML 4.01
|
19 years ago |
|
tr1 @ 73c6132551
|
35edc88e13
Oops, forgot to add new file!!
|
18 years ago |
|
tti @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
tuple @ d08c9bfab1
|
00a7683d26
Update to V2
|
18 years ago |
|
type_erasure @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
type_traits @ ec72b74218
|
1a5e510d31
reverted 36306 for CW 8.3
|
18 years ago |
|
typeof @ 7a574a6169
|
95c8a13b97
[typeof] testing for typeof hacks on all compilers
|
18 years ago |
|
units @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
unordered @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
utility @ 42e0001370
|
5fbcd431b0
Added value_initialized<T> test, having T as aggregate POD struct. In the past, this would have triggered MSVC warning C4345; this warning is now disabled within value_init.hpp, changeset [40088]
|
18 years ago |
|
uuid @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
variant @ ba9d0e00d7
|
2ced7268c9
Remove V1 Jamfiles
|
18 years ago |
|
wave @ 97afe9065a
|
11d9f19e01
Wave: Fixed Jamfiles.
|
18 years ago |
|
xpressive @ 08ba91416d
|
3a7770886a
don't copy singular iterator in sub_match, misc clean-up
|
18 years ago |
|
index.html
|
a70f317546
Add copyright, license
|
19 years ago |
|
libraries.htm
|
6c7a9a987e
Updated Math library entries.
|
18 years ago |
|
maintainers.txt
|
b03babaaa7
changing spirit maintainer to spirit-devel and email to the spirit-devel list
|
18 years ago |
|
platform_maintainers.txt
|
0698677e2a
Add platform maintainers file
|
21 years ago |