| .. |
|
accumulators @ 88d197275f
|
bfc7dcfced
work around strange name lookup issues on msvc
|
16 years ago |
|
algorithm @ 4515bc182e
|
cb7f7b53ee
Fix example. Fixes #4206
|
16 years ago |
|
any @ 23b025589c
|
6d3aece1f2
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
|
16 years ago |
|
array @ c37498364e
|
1c39a7b054
Detab array.hpp
|
16 years ago |
|
asio @ e5dac272e7
|
17bb2b8542
More doc updates.
|
16 years ago |
|
assign @ 7ba579417e
|
5ed65c9221
Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
|
16 years ago |
|
atomic @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
bimap @ 682cb9fee7
|
53ddd7bb68
fix context to complex for V7.1
|
16 years ago |
|
bind @ 1bf8cd6c7a
|
9ae1411eb3
Fix Borland regression. Refs #3003.
|
16 years ago |
|
chrono @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
circular_buffer @ d495873185
|
5879cdcbf1
circular_buffer: applied patch to remove workaround for DEC C++ compiler - now all compilers will use this->invalidate_iterators_except
|
16 years ago |
|
compatibility @ 3e0da6395d
|
6d3aece1f2
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
|
16 years ago |
|
compose @ d5be6d029f
|
22a3a66dc4
Add index.html file for compose, as our server setup doesn't support index.htm files.
|
17 years ago |
|
concept_check @ 3f1842a89e
|
e59e17bf21
Dummy-Constructor only for gcc > 4.
|
16 years ago |
|
config @ 40a0eeeef0
|
405d1fce50
Removed temporary code, skipping value-initialization of pointer-to-member objects for Intel <= 11.1.
|
16 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 @ 5c1dc5388c
|
bc412d3393
Use BOOST_LCAST_THROW_BAD_CAST consistently.
|
16 years ago |
|
coroutine @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
crc @ e916db4b08
|
bea9f94de4
Fix link in crc.
|
16 years ago |
|
date_time @ 3fce52f4e3
|
6a978c4afd
Refs #2757. Added explicit casts to avoid warnings on MSVC.
|
16 years ago |
|
detail @ 00e723fba0
|
e8f5f32336
Don't foward declare containers when using gcc's parallel library and
|
16 years ago |
|
disjoint_sets @ 34939ce5b0
|
6d3aece1f2
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
|
16 years ago |
|
dynamic_bitset @ 60f871da0c
|
6d3aece1f2
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
|
16 years ago |
|
exception @ 8897ff6586
|
5d2b2d288a
Fix some warnings
|
16 years ago |
|
filesystem @ 193583fe1f
|
e85296191c
Apply fix #4237 uniformly to all shared builds, in the hope that this same problem is what is causing failures on IBM and Sun platforms. Believed to be harmless on platforms where it isn't needed.
|
16 years ago |
|
flyweight @ 36296843ee
|
d10d98097d
fixed incorrect mode of usage of Boost.Variant
|
16 years ago |
|
foreach @ 37f5c22da9
|
7ef0bbd913
Default-initialized const objects of class type are ill-formed of the class does not have a user-declared default constructor
|
16 years ago |
|
format @ 3e997b0afc
|
8f3b954df6
Fixed tab and no-newline-at-end-of-file issues from inspection report
|
16 years ago |
|
function @ de3b8e7451
|
8f3b954df6
Fixed tab and no-newline-at-end-of-file issues from inspection report
|
16 years ago |
|
function_types @ e39914bddd
|
a30ca20464
Undo r56305
|
16 years ago |
|
functional @ 67cadfe2b3
|
b979ed277a
applies BOOST_DEDUCED_TYPENAME to hopefully please VACPP
|
16 years ago |
|
fusion @ 11228c420f
|
03cfd1968b
fusion::tag_of/fusion::detail::is_specialized should not complain for non-adapted std::pair/boost::array/...
|
16 years ago |
|
geometry @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
gil @ 105a96d354
|
541942423f
GIL: Added support for copying between variants of different types
|
16 years ago |
|
graph @ a0d982cdb4
|
24eda43383
Fixed spelling typo
|
16 years ago |
|
graph_parallel @ 28175b0ddc
|
a72678a1b7
Fixed log ambiguity in VC++ 10
|
16 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 @ 84c8a52085
|
dcf5d220bd
Rebuild the integer documentation.
|
16 years ago |
|
interprocess @ c46d606b77
|
53ed5d2e97
Standards-conformance fix for Boost.Interprocess: max_value needs to
|
16 years ago |
|
intrusive @ ba311e69cf
|
2bc505db84
Mutable references are ill-formed. Remove a sporadic "mutable".
|
16 years ago |
|
io @ 81458c44a6
|
6d3aece1f2
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
|
16 years ago |
|
iostreams @ 69f700a1b5
|
842044e895
Fix a minor html formatting glitch
|
16 years ago |
|
iterator @ ac522bc9e1
|
b9c579688a
category of each component iterator is reduced to a known category before we try to find a minimum.
|
16 years ago |
|
lambda @ 15d4e6ab79
|
3a86082656
Make sure that all top level headers in Lambda include their dependencies. Fixes #4203
|
16 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 @ 62e9529e09
|
2a440d31d9
Removed unused parameter; fixes #3600
|
16 years ago |
|
math @ 200b0f7717
|
af54a73ed6
Fix cbrt's internal promotion rules.
|
16 years ago |
|
move @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
mpi @ 2d5b14565f
|
0715213024
Implement --python-buildid.
|
16 years ago |
|
mpl @ 52d8442055
|
3d69e1f519
Improve compatibility with compilers other than GCC.
|
16 years ago |
|
msm @ a3f0cee84a
|
fdcb0c6d2e
corrected bug: the fsm parameter of a submachine now is the containing state machine
|
16 years ago |
|
multi_array @ c187bf683e
|
cf3a92c677
Boost.MultiArray disambiguated calls to equal functions in the unit tests. These became ambiguous due to changes in Boost.Range.
|
16 years ago |
|
multi_index @ a739892808
|
1435e72ccb
fixed #4130
|
16 years ago |
|
multiprecision @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
numeric
|
a28e441513
Apply #61957 from release
|
16 years ago |
|
optional @ 16f0a0aaaf
|
16dd53610b
Expose the "types" typedef of boost::optional_detail::operator_base as
|
16 years ago |
|
parameter @ 359b3a5c3a
|
d5d49e5af5
Fix for #3490, parameter depends on python. Use toplevel
|
16 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 @ 7bde6b0c26
|
8f3b954df6
Fixed tab and no-newline-at-end-of-file issues from inspection report
|
16 years ago |
|
predef @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
preprocessor @ 9548743659
|
d860ccddf2
Fix some minor documentation errors. Fixes #4224
|
16 years ago |
|
program_options @ 0a2145c008
|
8f3b954df6
Fixed tab and no-newline-at-end-of-file issues from inspection report
|
16 years ago |
|
property_map @ f27fbb3895
|
9be2ca6744
Applied patch from Joaquín M López Muñoz to work around VC++ 10 issue
|
16 years ago |
|
property_tree @ 9340baabba
|
f7f02fca61
Minor adaption of PTree tutorial to reality.
|
16 years ago |
|
proto @ 4159e320d0
|
3ce9aebc08
generalized sub-domain implementation from Daniel Wallin
|
16 years ago |
|
ptr_container @ eca902e716
|
02d25790db
At several places in the ptr_container tests, we have the following pattern:
|
16 years ago |
|
python @ 5b36b84444
|
8f3b954df6
Fixed tab and no-newline-at-end-of-file issues from inspection report
|
16 years ago |
|
random @ 6cda87c18c
|
8c7a5e35e7
Fix random_device on mingw
|
16 years ago |
|
range @ aebb16feef
|
432b43a948
Boost.Range sliced adaptor is now compatible with VC10 even with using namespace boost::adaptors.
|
16 years ago |
|
ratio @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
rational @ a23c6ef3a9
|
6d3aece1f2
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
|
16 years ago |
|
regex @ e3dfbd0953
|
6922b6a632
Fix allocator concept to match C++03 requirements in table 32.
|
16 years ago |
|
scope_exit @ 6ae137ab10
|
ca6d18e5a7
Get rid of "comparisons like X<=Y<=Z do not have their mathematical meaning" gcc warning, based on the patch from Kim Barrett.
|
16 years ago |
|
serialization @ 038f49b18b
|
bfa85437a3
Revert my attempt to use collection_size_type/version_type
|
16 years ago |
|
signals @ 3af87fb2cf
|
f33d8dace9
Signal: Extended workaround to cover VC2010
|
16 years ago |
|
signals2 @ b542ddbc18
|
9e72143b02
renamed one overload of private nolock_cleanup_connections method,
|
16 years ago |
|
smart_ptr @ 37c9a235a5
|
dbf0853c47
Add BOOST_HAS_VARIADIC_TMPL as a test condition.
|
16 years ago |
|
spirit @ ab1f828376
|
0c0bf21162
Spirit: fixed #4253: Error with lex::_val, added test
|
16 years ago |
|
statechart @ 52f6e5f843
|
3848fd3826
Fixes #4156. Thanks for the report!
|
16 years ago |
|
static_assert @ 80c6340833
|
f5106d370b
Use BOOST_NO_STATIC_ASSERT
|
16 years ago |
|
sync @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
system @ 6e8039cb2d
|
19dfe1ee3e
fix lightweight test boo boo (Thanks to Peter Dimov)
|
16 years ago |
|
test @ 9610212b41
|
e73d9fc76c
Fix unconditional use of non-standard glibc specific functions.
|
16 years ago |
|
thread @ 39fd9c0b47
|
f5d352e21a
Fix for trac issue #3269
|
16 years ago |
|
timer @ 9e83237560
|
6d3aece1f2
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
|
16 years ago |
|
tokenizer @ b4dc26ff3e
|
6d3aece1f2
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
|
16 years ago |
|
tr1 @ d4ec422205
|
60dde55197
Fix VC++ 10 include problems.
|
16 years ago |
|
tti @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
tuple @ d908a5d566
|
6d3aece1f2
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
|
16 years ago |
|
type_erasure @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 years ago |
|
type_traits @ 9dd5a79afa
|
19e8f2f3d2
Change memcpy to memmove in example as ranges may overlap.
|
16 years ago |
|
typeof @ eff78826d2
|
45b3c78c4b
Apply variadic functions patch from Sergey Zubkovsky.
|
16 years ago |
|
units @ 6e4ea9ed61
|
04c4327ab3
Get rid of the MPL assertions in doxygen generated docs
|
16 years ago |
|
unordered @ 5edc45349f
|
e7fa66c42d
Revert changes for sun 5.9.
|
16 years ago |
|
utility @ 6239e685a2
|
39800b9011
value_init_test now uses lightweight_test by Peter Dimov; see #4246. Fernando Cacciola mailed me he agreed as well.
|
16 years ago |
|
uuid @ 60daffbbca
|
7f19aec79b
Update some links in uuid.
|
16 years ago |
|
variant @ 0110af77a4
|
5bb808bcda
Fix various Variant warnings.
|
16 years ago |
|
wave @ 85a98f4b6d
|
a456b143f9
Wave: integrated the new visibility config macros
|
16 years ago |
|
xpressive @ 95c9b5a118
|
c68354fed8
Both Proto and Xpressive have "ignore_unused" templates in their
|
16 years ago |
|
index.html
|
a70f317546
Add copyright, license
|
19 years ago |
|
libraries.htm
|
839ac43d92
Add functional/forward and functional/factory.
|
16 years ago |
|
maintainers.txt
|
839ac43d92
Add functional/forward and functional/factory.
|
16 years ago |
|
platform_maintainers.txt
|
02f2fb03da
Set up initial platform maintainers file
|
18 years ago |