| .. |
|
accumulators @ 8c45f6a12b
|
2844ef9427
add missing include to docs for covariance
|
16 gadi atpakaļ |
|
algorithm @ caea7bd125
|
98edda3d92
trim_all test fixed
|
15 gadi atpakaļ |
|
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
|
17 gadi atpakaļ |
|
array @ 5072c551ec
|
d20a126e32
Pathscale-4.0 configuration code/workarounds.
|
15 gadi atpakaļ |
|
asio @ 6ddfb69440
|
daa2b0e7f9
Revision history.
|
15 gadi atpakaļ |
|
assign @ a06e839236
|
b827c04952
Resolve C++0x ambiguities. Fixes #3073
|
16 gadi atpakaļ |
|
atomic @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
bimap @ 06d38c2bbc
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
bind @ 27003baf12
|
d20a126e32
Pathscale-4.0 configuration code/workarounds.
|
15 gadi atpakaļ |
|
chrono @ dc3f4f0825
|
8f7f8002e7
Chrono: Remove error: ambiguous reference to std ratio or chrono interface
|
15 gadi atpakaļ |
|
circular_buffer @ fb85032783
|
5f6191d4e2
circular_buffer: fixed (the fix ;-) when BOOST_NO_STDC_NAMESPACE defined
|
15 gadi atpakaļ |
|
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
|
17 gadi atpakaļ |
|
compose @ d5be6d029f
|
22a3a66dc4
Add index.html file for compose, as our server setup doesn't support index.htm files.
|
17 gadi atpakaļ |
|
concept_check @ 15afb20c84
|
8102e77939
Applied patch - refs #4918; will merge to release after tests cycle
|
15 gadi atpakaļ |
|
config @ 66b9affdd8
|
74d8457a76
Update Clang configuration to reflect improved C++0x support in Clang.
|
15 gadi atpakaļ |
|
container @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
context @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
conversion @ c28efea0b3
|
e978052a6b
Fix an access to grouping[grouping.size()].
|
16 gadi atpakaļ |
|
coroutine @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
crc @ e916db4b08
|
bea9f94de4
Fix link in crc.
|
16 gadi atpakaļ |
|
date_time @ 5c9a890972
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
detail @ 4920859a06
|
c09cb2a62f
Restore [66804], [66833], and [66834]. (fenv fixes.) I mistakenly reverted them in [68201] because [66804] was mislabeled.
|
15 gadi atpakaļ |
|
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
|
17 gadi atpakaļ |
|
dynamic_bitset @ 734861bdac
|
3ddfe17260
Fix test for C++0x
|
15 gadi atpakaļ |
|
exception @ 6b0bfad6bf
|
f419ebfeb3
Converted exception_ptr from a shared_ptr typedef to a stand-alone class to allow simpler declaration of namespace boost { class exception_ptr; }
|
15 gadi atpakaļ |
|
filesystem @ 7faca8cd27
|
16481094f6
<test-info>always_show_run_output for V3 operations_test
|
15 gadi atpakaļ |
|
flyweight @ 3fc4756231
|
d20a126e32
Pathscale-4.0 configuration code/workarounds.
|
15 gadi atpakaļ |
|
foreach @ 33bda938b0
|
4856d36e17
Link fixes.
|
15 gadi atpakaļ |
|
format @ 7907ce81f4
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
function @ 8cde82a568
|
4ab2d13797
Remove extra definition of operator(), since it's inline anyway. Fixes #4765.
|
15 gadi atpakaļ |
|
function_types @ c73823068f
|
152b350193
Rebuild function_types documentation.
|
16 gadi atpakaļ |
|
functional @ 048d92f36a
|
1fc2aae24f
Fix copy and paste typo. Refs #4756.
|
15 gadi atpakaļ |
|
fusion @ 0521159fdc
|
ffaaf1cdfd
sequence/comparison/less_equal.hpp: bug fix in code used only by Visual C++ 7.1 and 8.0
|
15 gadi atpakaļ |
|
geometry @ a525c46888
|
a982b1db58
Made parameters skippable (e.g. dummy parameters)
|
15 gadi atpakaļ |
|
gil @ b3ad20c906
|
900726c7b2
Introducing base_channel_type metafunction which helps to avoid useless casting between integral data types. For older compilers it also reduces warnings about those castings operations.
|
15 gadi atpakaļ |
|
graph @ a4452c3539
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
graph_parallel @ 11e660b615
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
heap @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
icl @ 950bdee59b
|
aeae8b14f9
Refining test on template template parameter passing for clang.
|
15 gadi atpakaļ |
|
integer @ 707faa1086
|
fa77f07ea5
Remove old dead code.
|
15 gadi atpakaļ |
|
interprocess @ 4cabab5396
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
intrusive @ 13fa2907cd
|
408d92b0e1
Fixed wrong count when compare throws
|
15 gadi atpakaļ |
|
io @ e2fe59318b
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
iostreams @ 8c8202acea
|
5b0567ddaf
Mark the right functions as deprecated.
|
15 gadi atpakaļ |
|
iterator @ caa0e5035a
|
1faa4f1f23
Added Michel's patches for #1427
|
15 gadi atpakaļ |
|
lambda @ 2ed8d7f4df
|
1b9dbd9c5f
Fix return type deduction for pointers to data members. Fixes #4962. Fixes #4566.
|
15 gadi atpakaļ |
|
local_function @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
locale @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
lockfree @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
logic @ 9c4577cce3
|
6dd0c4aae1
Detab some jamfiles.
|
16 gadi atpakaļ |
|
math @ 5b6c4bfeb6
|
0724a918b6
Change the name of the extern "C" TR1 functions so they no longer clash with (possibly inline) std lib versions.
|
15 gadi atpakaļ |
|
move @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
mpi @ a1ca5b5e7b
|
c3dec142bc
Fixed tickets #4693 and #4772
|
15 gadi atpakaļ |
|
mpl @ 7cd1d88886
|
16ea544f84
Fix name in list example. Fixes #4875.
|
15 gadi atpakaļ |
|
msm @ 73719dd5f6
|
3548a07a9d
Fixed trac 5117
|
15 gadi atpakaļ |
|
multi_array @ 6b6d2320ea
|
13dea6adb2
Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk.
|
16 gadi atpakaļ |
|
multi_index @ 55723474d2
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
multiprecision @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
numeric
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
optional @ e9989b260e
|
dc5e10c6db
Refs #4987. Added forward declaration of namespace-scope swap for boost::optional, this should fix GCC compilation errors. Also swap implementation now uses Boost.Utility.Swap to make use of the workarounds for some broken compilers. If it breaks for your compiler, let me know in the mentioned ticket.
|
15 gadi atpakaļ |
|
parameter @ 15d8701d77
|
9f834a16d9
Fix typo in parameter doc, refs #4983
|
15 gadi atpakaļ |
|
phoenix @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
polygon @ a1219447a2
|
6d58354eb5
fixed trac 4868 polygon concept contains function
|
15 gadi atpakaļ |
|
pool @ 434c9a7630
|
e5058b6437
Applied patch; refs #2696
|
15 gadi atpakaļ |
|
predef @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
preprocessor @ c776ac0002
|
c63d93faa3
Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes #4465.
|
16 gadi atpakaļ |
|
program_options @ 7051655c76
|
a304d9e70f
Clarify docs for 'zero_token'.
|
15 gadi atpakaļ |
|
property_map @ 3a1dba235e
|
c3d195122d
Fixed assert issues from inspection report for PropertyMap
|
15 gadi atpakaļ |
|
property_tree @ cdb2ffdc64
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
proto @ c2fb79256d
|
6a99911f41
revert 68544 for now
|
15 gadi atpakaļ |
|
ptr_container @ a96c949ed2
|
88d29e0832
In response to Ticket #4598: 4598.patch
|
15 gadi atpakaļ |
|
python @ b5336f36d6
|
da02ffa791
Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham
|
15 gadi atpakaļ |
|
random @ 5db9c081df
|
45f8cc438f
Simplify variate_generator.
|
15 gadi atpakaļ |
|
range @ 96c78123f0
|
08e4213b35
[boost][range] - Fixed erroneous change by 'Wash' the size() function is intended to be for Random Access Ranges only to be in keeping with the other Boost.Range size() functions.
|
15 gadi atpakaļ |
|
ratio @ c899292794
|
56b346b9a6
Ratio: Remove error: ambiguous reference to std ratio interface
|
15 gadi atpakaļ |
|
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
|
17 gadi atpakaļ |
|
regex @ 7ed55a515e
|
b8a33fd3f6
Building with IBM C++ no longer needs a main() entry point.
|
15 gadi atpakaļ |
|
scope_exit @ fd2168edf8
|
f61e5adce0
Rebuild the scope_exit documentation.
|
16 gadi atpakaļ |
|
serialization @ a7bd7ef6c2
|
a5b9c7a0a2
improve compatibility with older archive versions
|
15 gadi atpakaļ |
|
signals @ 63524f1ce1
|
b6d453b55d
Applied patch in #4365; will watch tests before merging to trunk
|
15 gadi atpakaļ |
|
signals2 @ eaf7ba7584
|
35b2b31610
Use std::forward instead our own implementation.
|
15 gadi atpakaļ |
|
smart_ptr @ c3b51e201b
|
d20a126e32
Pathscale-4.0 configuration code/workarounds.
|
15 gadi atpakaļ |
|
spirit @ cda73af00f
|
db8aae4c16
Spirit: fixing basic_hold_any<> for wchar_t
|
15 gadi atpakaļ |
|
statechart @ b5707cd409
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
static_assert @ e910489e16
|
29b3fd6ea7
Add BOOST_STATIC_ASSERT_MSG
|
15 gadi atpakaļ |
|
sync @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
system @ 322e46fc49
|
373f400893
Boost.Ratio/Chrono: Added boost/ratio/include.hpp file and make use of boost/ratio/ratio.hpp when all the files are not needed
|
15 gadi atpakaļ |
|
test @ 704e7cb516
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
thread @ 5ac2ff4521
|
697fce25af
Reverted accidental commit, sorry...
|
15 gadi atpakaļ |
|
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
|
17 gadi atpakaļ |
|
tokenizer @ 8355a34b81
|
0cb70cf551
Applied patch from #4791; will close after merging to release
|
15 gadi atpakaļ |
|
tr1 @ 6b7c3196fd
|
ee3b8cfff1
Patch for Sun on Solaris with stdcxx4
|
15 gadi atpakaļ |
|
tti @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
tuple @ f904cd5d69
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
type_erasure @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 gadi atpakaļ |
|
type_traits @ 6b8890aec8
|
3f539af31f
Fix PDF name and PDF index generation.
|
15 gadi atpakaļ |
|
typeof @ b46f8efd6b
|
2fbcfb0133
Ticket #3520 Syntax Error in boost/typeof/typeof.hpp
|
16 gadi atpakaļ |
|
units @ 8f866ba0de
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
unordered @ a4750fbdba
|
62b5b64f7c
Make unnecessary_copy_tests a bit more lenient.
|
15 gadi atpakaļ |
|
utility @ 3279399fe3
|
a4b927719b
Remove BOOST_ENABLE_ASSERT_MSG_HANDLER; use BOOST_ENABLE_ASSERT_HANDLER in its stead
|
15 gadi atpakaļ |
|
uuid @ c430673e99
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
variant @ e5547f95bc
|
299ddb7dc9
Avoid a quadratic number of template instantations when using the general case implementation of assignment (with backup storage). This significantly improves compile times for variants with a large number of variant types. See the thread starting at http://lists.boost.org/boost-users/2011/01/65416.php.
|
15 gadi atpakaļ |
|
wave @ 0818f28c17
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
xpressive @ 1ac8cf17d1
|
b4d7352a3c
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
|
15 gadi atpakaļ |
|
index.html
|
a70f317546
Add copyright, license
|
20 gadi atpakaļ |
|
libraries.htm
|
466ebb2e5c
Boost.Chrono: Moved to trunk
|
15 gadi atpakaļ |
|
maintainers.txt
|
466ebb2e5c
Boost.Chrono: Moved to trunk
|
15 gadi atpakaļ |
|
platform_maintainers.txt
|
02f2fb03da
Set up initial platform maintainers file
|
18 gadi atpakaļ |