| .. |
|
accumulators @ 88d197275f
|
bfc7dcfced
work around strange name lookup issues on msvc
|
před 16 roky |
|
algorithm @ 9d68c4280c
|
38a1f2f5d0
Fix license per inspection report.
|
před 16 roky |
|
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
|
před 16 roky |
|
array @ 2595eda739
|
10efc381c7
Removed tabs
|
před 16 roky |
|
asio @ db6f42e12b
|
11dc092ee9
Fix handling of empty buffer sequences.
|
před 16 roky |
|
assign @ a06e839236
|
b827c04952
Resolve C++0x ambiguities. Fixes #3073
|
před 16 roky |
|
atomic @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
bimap @ 682cb9fee7
|
53ddd7bb68
fix context to complex for V7.1
|
před 16 roky |
|
bind @ 7aa58cf653
|
3e5cf1a13b
Fix version check, as g++ 4.1 still has the PCH bug. Refs #4172.
|
před 16 roky |
|
chrono @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
circular_buffer @ d495873185
|
5879cdcbf1
circular_buffer: applied patch to remove workaround for DEC C++ compiler - now all compilers will use this->invalidate_iterators_except
|
před 16 roky |
|
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
|
před 16 roky |
|
compose @ d5be6d029f
|
22a3a66dc4
Add index.html file for compose, as our server setup doesn't support index.htm files.
|
před 17 roky |
|
concept_check @ a1772df31b
|
5645cba3bb
Added char as an integral type; fixes #2629
|
před 16 roky |
|
config @ 8a4e26e378
|
31c0216058
Remove macros better handled by config/stdlib/libstdcp3
|
před 16 roky |
|
container @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
context @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
conversion @ 00b609b498
|
af94ae10ee
Supress MSVC /Wp64 warnings. Fixes #4184
|
před 16 roky |
|
coroutine @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
crc @ e916db4b08
|
bea9f94de4
Fix link in crc.
|
před 16 roky |
|
date_time @ e8561914b1
|
8a9b8945c6
Refs #4154. Added iterator validity checks. If TZ string is not valid, the time zone constructor throws instead of crashing.
|
před 16 roky |
|
detail @ a4eef8ff7d
|
a873c97f09
Applied patch from issue #3377
|
před 16 roky |
|
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
|
před 16 roky |
|
dynamic_bitset @ 59e99b9b45
|
1a2560dd86
Use the correct variable type to save the result of count_extra_bits(). Fixes #4022.
|
před 16 roky |
|
exception @ 9090f38cde
|
8b472b6b46
Ticket 4337
|
před 16 roky |
|
filesystem @ 9234a778cd
|
d5cf4526da
Fix #3863, stream I/O with space in named failed to roundtrip
|
před 16 roky |
|
flyweight @ 36296843ee
|
d10d98097d
fixed incorrect mode of usage of Boost.Variant
|
před 16 roky |
|
foreach @ 8640fbc588
|
b67bc8d6ac
add foreach_fwd.hpp for forward declarations of foreach's customization points, fixes #3998
|
před 16 roky |
|
format @ c2abf0cff0
|
8c0058df4a
Make Boost.Format work with the default libCstd on sun CC. Fixes #3894
|
před 16 roky |
|
function @ c0d4005441
|
bf16d22dbc
Make sure that the cv flags are copied when we copy a reference to a function object. Fixes #4325
|
před 16 roky |
|
function_types @ a05ddf58ef
|
7df4f220f4
Update Borland workarounds. Fixes #3162
|
před 16 roky |
|
functional @ 67cadfe2b3
|
b979ed277a
applies BOOST_DEDUCED_TYPENAME to hopefully please VACPP
|
před 16 roky |
|
fusion @ 7d14098b21
|
f79ebd7b7e
Explicitly cast array::static_size to an int. Fixes #2761
|
před 16 roky |
|
geometry @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
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.
|
před 16 roky |
|
graph @ 7330452212
|
2a7e0fe566
Swapped order of visitor calls; fixes #3137
|
před 16 roky |
|
graph_parallel @ 33e08f9016
|
f93d7ed332
Fixed warnings about ambiguous else clauses
|
před 16 roky |
|
heap @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
icl @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
integer @ cd98c4a257
|
9ac12b71f6
Add a 64 bit specialization of low_bits_mask_t. Fixes #4332
|
před 16 roky |
|
interprocess @ c46d606b77
|
53ed5d2e97
Standards-conformance fix for Boost.Interprocess: max_value needs to
|
před 16 roky |
|
intrusive @ ba311e69cf
|
2bc505db84
Mutable references are ill-formed. Remove a sporadic "mutable".
|
před 16 roky |
|
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
|
před 16 roky |
|
iostreams @ 6c80a454b8
|
4e47456741
Document missing members of file_descriptor*. Fixes #3955.
|
před 16 roky |
|
iterator @ d469568de7
|
22f1cf1aa5
function_input_iterator fixes from Dean Michael Berris
|
před 16 roky |
|
lambda @ 57a605d7cc
|
75cce881cf
Revert [62617], since there is already a Jamfile for Lambda's tests
|
před 16 roky |
|
local_function @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
locale @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
lockfree @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
logic @ 62e9529e09
|
2a440d31d9
Removed unused parameter; fixes #3600
|
před 16 roky |
|
math @ d4382d90e2
|
320d04c6c6
Corrected graphs for support from 0 (not 1) so start at origin. Both svg and converted to png with Inkscape versions.
|
před 16 roky |
|
move @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
mpi @ baa886be92
|
1153d20a5a
Commit patch for https://svn.boost.org/trac/boost/ticket/4192
|
před 16 roky |
|
mpl @ 360322e894
|
f4e3cfb406
Add BOOST_MPL_HAS_XXX_TEMPLATE_DEF. Fixes #861
|
před 16 roky |
|
msm @ daf763fe36
|
e96a1e80ed
minor doc update
|
před 16 roky |
|
multi_array @ f38af67708
|
742d5cbd9e
Moved Collection concept into Boost.ConceptCheck; moved other MultiArray concepts into boost::multi_array_concepts and documented them in reference.xml (do not know how to rebuild HTML from that); fixes #4032
|
před 16 roky |
|
multi_index @ a739892808
|
1435e72ccb
fixed #4130
|
před 16 roky |
|
multiprecision @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
numeric
|
35854ec631
added Jamfile for bench5
|
před 16 roky |
|
optional @ 16f0a0aaaf
|
16dd53610b
Expose the "types" typedef of boost::optional_detail::operator_base as
|
před 16 roky |
|
parameter @ ee32bc6f67
|
b2e0c61bae
Fixed test compilation with C++0x aware compilers. The bind and ref calls should be explicitly qualified with the boost namespace.
|
před 16 roky |
|
phoenix @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
polygon @ 9ab5f05bc9
|
ae21dce9b8
unit tests for general polygon resizing bug fix
|
před 16 roky |
|
pool @ dec9d0947d
|
54419119a2
Use static_cast instead of reinterpret_cast. Fixes #2941
|
před 16 roky |
|
predef @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
preprocessor @ 9548743659
|
d860ccddf2
Fix some minor documentation errors. Fixes #4224
|
před 16 roky |
|
program_options @ 572a93ac5b
|
baa16a35fd
Fix -Wshadow warnings. Closes #4015.
|
před 16 roky |
|
property_map @ f27fbb3895
|
9be2ca6744
Applied patch from Joaquín M López Muñoz to work around VC++ 10 issue
|
před 16 roky |
|
property_tree @ 9340baabba
|
f7f02fca61
Minor adaption of PTree tutorial to reality.
|
před 16 roky |
|
proto @ 4978eb74f3
|
b21c3b1ede
fix return type calculation of already_expr and already_child
|
před 16 roky |
|
ptr_container @ eca902e716
|
02d25790db
At several places in the ptr_container tests, we have the following pattern:
|
před 16 roky |
|
python @ 1f04129832
|
d2a34d70d9
Typo; fixes #2891
|
před 16 roky |
|
random @ ebe859512e
|
d77e9362b7
Fix compile error in example
|
před 16 roky |
|
range @ aebb16feef
|
432b43a948
Boost.Range sliced adaptor is now compatible with VC10 even with using namespace boost::adaptors.
|
před 16 roky |
|
ratio @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
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
|
před 16 roky |
|
regex @ f89e00810d
|
cf836def6c
Get gcc linking options consistent.
|
před 16 roky |
|
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.
|
před 16 roky |
|
serialization @ 570e6b0dba
|
be074ee199
improved diagnostic for failures
|
před 16 roky |
|
signals @ 3af87fb2cf
|
f33d8dace9
Signal: Extended workaround to cover VC2010
|
před 16 roky |
|
signals2 @ 53819e57fd
|
3896e56838
Fixed ticket 4289, add missing include guards.
|
před 16 roky |
|
smart_ptr @ 3c84388186
|
99799bfc6e
Resolve the ambiguity between the zero argument make_shared and the variadic one. Refs #3856.
|
před 16 roky |
|
spirit @ 696be9526d
|
421ece4c0e
Spirit: fixed ticket #4304
|
před 16 roky |
|
statechart @ 52f6e5f843
|
3848fd3826
Fixes #4156. Thanks for the report!
|
před 16 roky |
|
static_assert @ 80c6340833
|
f5106d370b
Use BOOST_NO_STATIC_ASSERT
|
před 16 roky |
|
sync @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
system @ 05a6666107
|
ab24d2d8d5
Fix typo
|
před 16 roky |
|
test @ 0f1a713690
|
be1aadbfcd
Call test_finish/test_unit_finish in the reverse order from test_start/test_unit_start. Fixes #3978
|
před 16 roky |
|
thread @ 8d07df176f
|
d6961203df
Fix non-friend stream operator of thread::id
|
před 16 roky |
|
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
|
před 16 roky |
|
tokenizer @ bf93977326
|
d1b93d2d70
Tokenizer documentation fixes for ticket 2672.
|
před 16 roky |
|
tr1 @ d4ec422205
|
60dde55197
Fix VC++ 10 include problems.
|
před 16 roky |
|
tti @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
tuple @ 9d64187c34
|
dea9ac489c
Add an element-wise swap for Boost.Tuple. Fixes #1324
|
před 16 roky |
|
type_erasure @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
před 19 roky |
|
type_traits @ 9dd5a79afa
|
19e8f2f3d2
Change memcpy to memmove in example as ranges may overlap.
|
před 16 roky |
|
typeof @ eff78826d2
|
45b3c78c4b
Apply variadic functions patch from Sergey Zubkovsky.
|
před 16 roky |
|
units @ 2e74b803c3
|
2a920d92ff
Add overloads of inverse trig functions that take heterogeneous units and return the angles in radians. Fixes #3865
|
před 16 roky |
|
unordered @ 5edc45349f
|
e7fa66c42d
Revert changes for sun 5.9.
|
před 16 roky |
|
utility @ a991936c96
|
d2328b0b28
Made memset call in value_init conditional, see #3869. Updated the section "compiler issues" of its documentation.
|
před 16 roky |
|
uuid @ 60daffbbca
|
7f19aec79b
Update some links in uuid.
|
před 16 roky |
|
variant @ 40614b7c73
|
ef19480001
Use the least common multiple of alignments instead of the max. Fixes #993
|
před 16 roky |
|
wave @ 54bf85b63d
|
862a976a02
Wave: minor edits
|
před 16 roky |
|
xpressive @ 95c9b5a118
|
c68354fed8
Both Proto and Xpressive have "ignore_unused" templates in their
|
před 16 roky |
|
index.html
|
a70f317546
Add copyright, license
|
před 19 roky |
|
libraries.htm
|
a60d8414da
added msm to library list
|
před 16 roky |
|
maintainers.txt
|
a60d8414da
added msm to library list
|
před 16 roky |
|
platform_maintainers.txt
|
02f2fb03da
Set up initial platform maintainers file
|
před 18 roky |