| .. |
|
accumulators @ 88d197275f
|
bfc7dcfced
work around strange name lookup issues on msvc
|
il y a 16 ans |
|
algorithm @ 9d68c4280c
|
38a1f2f5d0
Fix license per inspection report.
|
il y a 16 ans |
|
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
|
il y a 16 ans |
|
array @ 2595eda739
|
10efc381c7
Removed tabs
|
il y a 16 ans |
|
asio @ db6f42e12b
|
11dc092ee9
Fix handling of empty buffer sequences.
|
il y a 16 ans |
|
assign @ a06e839236
|
b827c04952
Resolve C++0x ambiguities. Fixes #3073
|
il y a 16 ans |
|
atomic @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
bimap @ 682cb9fee7
|
53ddd7bb68
fix context to complex for V7.1
|
il y a 16 ans |
|
bind @ 7aa58cf653
|
3e5cf1a13b
Fix version check, as g++ 4.1 still has the PCH bug. Refs #4172.
|
il y a 16 ans |
|
chrono @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
circular_buffer @ d495873185
|
5879cdcbf1
circular_buffer: applied patch to remove workaround for DEC C++ compiler - now all compilers will use this->invalidate_iterators_except
|
il y a 16 ans |
|
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
|
il y a 16 ans |
|
compose @ d5be6d029f
|
22a3a66dc4
Add index.html file for compose, as our server setup doesn't support index.htm files.
|
il y a 17 ans |
|
concept_check @ a1772df31b
|
5645cba3bb
Added char as an integral type; fixes #2629
|
il y a 16 ans |
|
config @ 9a30ee0146
|
586e9b81b4
Clang passes all value-initialization tests now
|
il y a 16 ans |
|
container @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
context @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
conversion @ 00b609b498
|
af94ae10ee
Supress MSVC /Wp64 warnings. Fixes #4184
|
il y a 16 ans |
|
coroutine @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
crc @ e916db4b08
|
bea9f94de4
Fix link in crc.
|
il y a 16 ans |
|
date_time @ e8561914b1
|
8a9b8945c6
Refs #4154. Added iterator validity checks. If TZ string is not valid, the time zone constructor throws instead of crashing.
|
il y a 16 ans |
|
detail @ a4eef8ff7d
|
a873c97f09
Applied patch from issue #3377
|
il y a 16 ans |
|
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
|
il y a 16 ans |
|
dynamic_bitset @ 59e99b9b45
|
1a2560dd86
Use the correct variable type to save the result of count_extra_bits(). Fixes #4022.
|
il y a 16 ans |
|
exception @ 9090f38cde
|
8b472b6b46
Ticket 4337
|
il y a 16 ans |
|
filesystem @ 6e69563ab7
|
7e7a584f21
Reorder code to workaround clang problem (Chris Jefferson)
|
il y a 16 ans |
|
flyweight @ 36296843ee
|
d10d98097d
fixed incorrect mode of usage of Boost.Variant
|
il y a 16 ans |
|
foreach @ 8640fbc588
|
b67bc8d6ac
add foreach_fwd.hpp for forward declarations of foreach's customization points, fixes #3998
|
il y a 16 ans |
|
format @ c2abf0cff0
|
8c0058df4a
Make Boost.Format work with the default libCstd on sun CC. Fixes #3894
|
il y a 16 ans |
|
function @ c0d4005441
|
bf16d22dbc
Make sure that the cv flags are copied when we copy a reference to a function object. Fixes #4325
|
il y a 16 ans |
|
function_types @ a05ddf58ef
|
7df4f220f4
Update Borland workarounds. Fixes #3162
|
il y a 16 ans |
|
functional @ 67cadfe2b3
|
b979ed277a
applies BOOST_DEDUCED_TYPENAME to hopefully please VACPP
|
il y a 16 ans |
|
fusion @ 7d14098b21
|
f79ebd7b7e
Explicitly cast array::static_size to an int. Fixes #2761
|
il y a 16 ans |
|
geometry @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
gil @ fca9621231
|
e5496b0532
Fixing potential compilation errors with newer and more standard conformant compilers when using gil and STL. Basically gil's iterators and interator adaptors are now explicit what iterator category they are belonging to, e.g. random access iterator.
|
il y a 16 ans |
|
graph @ 4078644f3a
|
958b3798c0
Updated OSPF example to use now GraphViz interfaces
|
il y a 16 ans |
|
graph_parallel @ 33e08f9016
|
f93d7ed332
Fixed warnings about ambiguous else clauses
|
il y a 16 ans |
|
heap @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
icl @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
integer @ cd98c4a257
|
9ac12b71f6
Add a 64 bit specialization of low_bits_mask_t. Fixes #4332
|
il y a 16 ans |
|
interprocess @ c46d606b77
|
53ed5d2e97
Standards-conformance fix for Boost.Interprocess: max_value needs to
|
il y a 16 ans |
|
intrusive @ ba311e69cf
|
2bc505db84
Mutable references are ill-formed. Remove a sporadic "mutable".
|
il y a 16 ans |
|
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
|
il y a 16 ans |
|
iostreams @ d0648da422
|
6c2d92b065
Make symmetric_filter compile with wchar_t. Fixes #3279.
|
il y a 16 ans |
|
iterator @ d469568de7
|
22f1cf1aa5
function_input_iterator fixes from Dean Michael Berris
|
il y a 16 ans |
|
lambda @ 57a605d7cc
|
75cce881cf
Revert [62617], since there is already a Jamfile for Lambda's tests
|
il y a 16 ans |
|
local_function @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
locale @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
lockfree @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
logic @ 62e9529e09
|
2a440d31d9
Removed unused parameter; fixes #3600
|
il y a 16 ans |
|
math @ d4382d90e2
|
320d04c6c6
Corrected graphs for support from 0 (not 1) so start at origin. Both svg and converted to png with Inkscape versions.
|
il y a 16 ans |
|
move @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
mpi @ baa886be92
|
1153d20a5a
Commit patch for https://svn.boost.org/trac/boost/ticket/4192
|
il y a 16 ans |
|
mpl @ 360322e894
|
f4e3cfb406
Add BOOST_MPL_HAS_XXX_TEMPLATE_DEF. Fixes #861
|
il y a 16 ans |
|
msm @ daf763fe36
|
e96a1e80ed
minor doc update
|
il y a 16 ans |
|
multi_array @ 6b6d2320ea
|
13dea6adb2
Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk.
|
il y a 16 ans |
|
multi_index @ a739892808
|
1435e72ccb
fixed #4130
|
il y a 16 ans |
|
multiprecision @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
numeric
|
35854ec631
added Jamfile for bench5
|
il y a 16 ans |
|
optional @ 16f0a0aaaf
|
16dd53610b
Expose the "types" typedef of boost::optional_detail::operator_base as
|
il y a 16 ans |
|
parameter @ ee32bc6f67
|
b2e0c61bae
Fixed test compilation with C++0x aware compilers. The bind and ref calls should be explicitly qualified with the boost namespace.
|
il y a 16 ans |
|
phoenix @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
polygon @ 788fc101a7
|
aa355f8d0d
fix for signed unsigned comparison warning and hard coding of int for coordinate type in new resizing algorithms
|
il y a 16 ans |
|
pool @ df50a4065f
|
e854185991
Protect Boost.Pool from evil #defines of malloc and free. Fixes #4346.
|
il y a 16 ans |
|
predef @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
preprocessor @ 9548743659
|
d860ccddf2
Fix some minor documentation errors. Fixes #4224
|
il y a 16 ans |
|
program_options @ 572a93ac5b
|
baa16a35fd
Fix -Wshadow warnings. Closes #4015.
|
il y a 16 ans |
|
property_map @ f27fbb3895
|
9be2ca6744
Applied patch from Joaquín M López Muñoz to work around VC++ 10 issue
|
il y a 16 ans |
|
property_tree @ 9340baabba
|
f7f02fca61
Minor adaption of PTree tutorial to reality.
|
il y a 16 ans |
|
proto @ 513a41e697
|
bc60744114
fix description of domain deduction (again)
|
il y a 16 ans |
|
ptr_container @ eca902e716
|
02d25790db
At several places in the ptr_container tests, we have the following pattern:
|
il y a 16 ans |
|
python @ 1f04129832
|
d2a34d70d9
Typo; fixes #2891
|
il y a 16 ans |
|
random @ ebe859512e
|
d77e9362b7
Fix compile error in example
|
il y a 16 ans |
|
range @ aebb16feef
|
432b43a948
Boost.Range sliced adaptor is now compatible with VC10 even with using namespace boost::adaptors.
|
il y a 16 ans |
|
ratio @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
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
|
il y a 16 ans |
|
regex @ f89e00810d
|
cf836def6c
Get gcc linking options consistent.
|
il y a 16 ans |
|
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.
|
il y a 16 ans |
|
serialization @ a09bd1f83a
|
48aac8aae0
corrected error version_type <- item_version_type
|
il y a 16 ans |
|
signals @ 3af87fb2cf
|
f33d8dace9
Signal: Extended workaround to cover VC2010
|
il y a 16 ans |
|
signals2 @ 53819e57fd
|
3896e56838
Fixed ticket 4289, add missing include guards.
|
il y a 16 ans |
|
smart_ptr @ 3c84388186
|
99799bfc6e
Resolve the ambiguity between the zero argument make_shared and the variadic one. Refs #3856.
|
il y a 16 ans |
|
spirit @ 2a39c4aa70
|
39a49931d1
#4143 fix (patch applied)
|
il y a 16 ans |
|
statechart @ 52f6e5f843
|
3848fd3826
Fixes #4156. Thanks for the report!
|
il y a 16 ans |
|
static_assert @ 80c6340833
|
f5106d370b
Use BOOST_NO_STATIC_ASSERT
|
il y a 16 ans |
|
sync @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
system @ 05a6666107
|
ab24d2d8d5
Fix typo
|
il y a 16 ans |
|
test @ f6ee970ecf
|
e2915d8f35
Fix Boost.Test on msvc 7.1 based on a patch from David Walthall
|
il y a 16 ans |
|
thread @ 8d07df176f
|
d6961203df
Fix non-friend stream operator of thread::id
|
il y a 16 ans |
|
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
|
il y a 16 ans |
|
tokenizer @ bf93977326
|
d1b93d2d70
Tokenizer documentation fixes for ticket 2672.
|
il y a 16 ans |
|
tr1 @ d4ec422205
|
60dde55197
Fix VC++ 10 include problems.
|
il y a 16 ans |
|
tti @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
tuple @ 9d64187c34
|
dea9ac489c
Add an element-wise swap for Boost.Tuple. Fixes #1324
|
il y a 16 ans |
|
type_erasure @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
il y a 19 ans |
|
type_traits @ 9dd5a79afa
|
19e8f2f3d2
Change memcpy to memmove in example as ranges may overlap.
|
il y a 16 ans |
|
typeof @ eff78826d2
|
45b3c78c4b
Apply variadic functions patch from Sergey Zubkovsky.
|
il y a 16 ans |
|
units @ 7160bc4c54
|
34f34a8272
Use long instead of int to match iword and avoid warnings.
|
il y a 16 ans |
|
unordered @ 5edc45349f
|
e7fa66c42d
Revert changes for sun 5.9.
|
il y a 16 ans |
|
utility @ 9da96d9737
|
a7cd63dbee
Added value_init_workaround_test, reviewed by Fernando Cacciola, see #3869
|
il y a 16 ans |
|
uuid @ 60daffbbca
|
7f19aec79b
Update some links in uuid.
|
il y a 16 ans |
|
variant @ 40614b7c73
|
ef19480001
Use the least common multiple of alignments instead of the max. Fixes #993
|
il y a 16 ans |
|
wave @ 54bf85b63d
|
862a976a02
Wave: minor edits
|
il y a 16 ans |
|
xpressive @ 95c9b5a118
|
c68354fed8
Both Proto and Xpressive have "ignore_unused" templates in their
|
il y a 16 ans |
|
index.html
|
a70f317546
Add copyright, license
|
il y a 19 ans |
|
libraries.htm
|
a60d8414da
added msm to library list
|
il y a 16 ans |
|
maintainers.txt
|
a60d8414da
added msm to library list
|
il y a 16 ans |
|
platform_maintainers.txt
|
02f2fb03da
Set up initial platform maintainers file
|
il y a 18 ans |