| .. |
|
accumulators @ 8c45f6a12b
|
2844ef9427
add missing include to docs for covariance
|
16 lat temu |
|
algorithm @ 823b199df3
|
d2ab4d3cd9
Fix typo. Fixes #4937.
|
15 lat temu |
|
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 lat temu |
|
array @ 97e912e82e
|
333f744acb
Added crbegin and crend to Boost.Array; refs #4761. Will close ticket when merged to release branch
|
15 lat temu |
|
asio @ 3d76a5a994
|
92b02f122b
Fixed a Windows-specific problem where failures from accept() are incorrectly treated as successes. Refs #4859.
|
15 lat temu |
|
assign @ a06e839236
|
b827c04952
Resolve C++0x ambiguities. Fixes #3073
|
16 lat temu |
|
atomic @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
bimap @ 2889448652
|
e7de0d1c34
Rebuild bimap documentation.
|
16 lat temu |
|
bind @ 3d60d74ff0
|
82e2324e79
Doc patch; refs #4532
|
15 lat temu |
|
chrono @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
circular_buffer @ fb85032783
|
5f6191d4e2
circular_buffer: fixed (the fix ;-) when BOOST_NO_STDC_NAMESPACE defined
|
15 lat temu |
|
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 lat temu |
|
compose @ d5be6d029f
|
22a3a66dc4
Add index.html file for compose, as our server setup doesn't support index.htm files.
|
17 lat temu |
|
concept_check @ b4ff615db8
|
5a70e27f98
Eliminate warnings from BinaryFunction, UnaryPredicate, BinaryPredicate concept check classes.
|
15 lat temu |
|
config @ 7535b8d150
|
b38c9daca0
1.45.0 prep
|
15 lat temu |
|
container @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
context @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
conversion @ c28efea0b3
|
e978052a6b
Fix an access to grouping[grouping.size()].
|
15 lat temu |
|
coroutine @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
crc @ e916db4b08
|
bea9f94de4
Fix link in crc.
|
16 lat temu |
|
date_time @ a161660022
|
4640ac8625
add missing serialization/nvp.hpp header
|
15 lat temu |
|
detail @ d6a77e4054
|
9afdec5bfb
Added the get_c_string function back in (it dispatches to the get_c_string_impl
|
15 lat temu |
|
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 lat temu |
|
dynamic_bitset @ 734861bdac
|
3ddfe17260
Fix test for C++0x
|
15 lat temu |
|
exception @ 56ae4311bb
|
9dc61b65b6
default gcc visibility for exception types, <link>static requirement in test Jamfile.
|
15 lat temu |
|
filesystem @ 880c8ae8ec
|
69d28a131c
fix status() to report non-symlink reparse point correctly.
|
15 lat temu |
|
flyweight @ 03f5546f37
|
28c5ab08cc
removed an internal assertion incompatible with program termination via std::exit
|
15 lat temu |
|
foreach @ 33bda938b0
|
4856d36e17
Link fixes.
|
15 lat temu |
|
format @ c2abf0cff0
|
8c0058df4a
Make Boost.Format work with the default libCstd on sun CC. Fixes #3894
|
16 lat temu |
|
function @ 8cde82a568
|
4ab2d13797
Remove extra definition of operator(), since it's inline anyway. Fixes #4765.
|
15 lat temu |
|
function_types @ c73823068f
|
152b350193
Rebuild function_types documentation.
|
16 lat temu |
|
functional @ e2d25b5c00
|
cc142cb19c
Avoid `-Wconversion` warnings in unordered & hash.
|
15 lat temu |
|
fusion @ c15dd57405
|
129ad5a66b
Fusion: mask fusion::begin/fusion::end with SFINAE, fixes #4028
|
15 lat temu |
|
geometry @ 7e2866274a
|
38e755f43e
Doc update
|
15 lat temu |
|
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 lat temu |
|
graph @ 4a5c105654
|
d8024fd4ab
Applied patch from #4966 to fix self-loop insertion; fixes #4966
|
15 lat temu |
|
graph_parallel @ 7ba3289a78
|
9157108d9c
Fixed compile failure with Boost.Filesystem v3
|
15 lat temu |
|
heap @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
icl @ a8d0384b0b
|
09e7f740c3
Adding quickbook html-docs that are now generated with short truncated filenames.
|
15 lat temu |
|
integer @ 7bd48eb3f3
|
c458bbefb3
Change logic so that int32_t etc is an int rather than a long where possible.
|
15 lat temu |
|
interprocess @ 005b78950b
|
94b13d9c45
Added XSI shared memory
|
15 lat temu |
|
intrusive @ 13fa2907cd
|
408d92b0e1
Fixed wrong count when compare throws
|
15 lat temu |
|
io @ 961be4e927
|
c0de6b4bb2
Fix bug quoted_manip.hpp and in its tests. Thanks to Daniel James for a patch.
|
15 lat temu |
|
iostreams @ 8c8202acea
|
5b0567ddaf
Mark the right functions as deprecated.
|
15 lat temu |
|
iterator @ 752fc7c185
|
cc6ffab685
Removed <boost/pending/integer_range.hpp> and a few more uses of it; fixes #4642
|
15 lat temu |
|
lambda @ 4091f55a4b
|
f16fdb95b1
removed arity detection from has_xxx_template
|
16 lat temu |
|
local_function @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
locale @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
lockfree @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
logic @ 9c4577cce3
|
6dd0c4aae1
Detab some jamfiles.
|
16 lat temu |
|
math @ 6a87811f49
|
41804cbf83
Change PDF URL to SF download page.
|
15 lat temu |
|
move @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
mpi @ a1ca5b5e7b
|
c3dec142bc
Fixed tickets #4693 and #4772
|
15 lat temu |
|
mpl @ 7cd1d88886
|
16ea544f84
Fix name in list example. Fixes #4875.
|
15 lat temu |
|
msm @ 29004d5e8b
|
2f653b16d5
added get_history. Returns the history object.
|
15 lat temu |
|
multi_array @ 6b6d2320ea
|
13dea6adb2
Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk.
|
16 lat temu |
|
multi_index @ 7b1bcc810d
|
fb0840f98c
completed fix in [64312] and [64317]
|
16 lat temu |
|
multiprecision @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
numeric
|
a8ab4f25b4
Apply patch to fix typos. Fixes #4931.
|
15 lat temu |
|
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 lat temu |
|
parameter @ ee32bc6f67
|
b2e0c61bae
Fixed test compilation with C++0x aware compilers. The bind and ref calls should be explicitly qualified with the boost namespace.
|
16 lat temu |
|
phoenix @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
polygon @ a1219447a2
|
6d58354eb5
fixed trac 4868 polygon concept contains function
|
15 lat temu |
|
pool @ df50a4065f
|
e854185991
Protect Boost.Pool from evil #defines of malloc and free. Fixes #4346.
|
16 lat temu |
|
predef @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
preprocessor @ c776ac0002
|
c63d93faa3
Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes #4465.
|
15 lat temu |
|
program_options @ 84415c1e7b
|
3766d82642
fix typo
|
15 lat temu |
|
property_map @ 57b53f849e
|
fd988ca2be
Fixed page titles
|
15 lat temu |
|
property_tree @ eec75c4155
|
970dee071c
add missing includes, fixes #4841
|
15 lat temu |
|
proto @ 921447ddf0
|
53bb66545b
fix ADL issue with comma operator in and_ transform
|
15 lat temu |
|
ptr_container @ a96c949ed2
|
88d29e0832
In response to Ticket #4598: 4598.patch
|
15 lat temu |
|
python @ b5336f36d6
|
da02ffa791
Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham
|
15 lat temu |
|
random @ cbc4f223c2
|
00862ca0a8
Make result_type public. Fixes #4777.
|
15 lat temu |
|
range @ 716cf7795e
|
7526f1e88f
[boost][range] - Fixed defect where BOOST_TEST_MESSAGE was being undefined as a side-effect by the boost/range/detail/any_iterator_buffer.hpp header file
|
15 lat temu |
|
ratio @ c146b93c29
|
11c103ef0a
Boost.Ratio: Added more mpl arithmetic operations
|
15 lat temu |
|
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 lat temu |
|
regex @ ff361a2a9b
|
ece3dcb54e
Change PDF URL to SF download page.
|
15 lat temu |
|
scope_exit @ fd2168edf8
|
f61e5adce0
Rebuild the scope_exit documentation.
|
16 lat temu |
|
serialization @ 46198abb47
|
5c3baeac0b
attempt to make binary archive created with versions < 1.42 readable
|
15 lat temu |
|
signals @ 63524f1ce1
|
b6d453b55d
Applied patch in #4365; will watch tests before merging to trunk
|
15 lat temu |
|
signals2 @ a0f0732d57
|
7acb712cd9
Fixed some gcc -Wshadow warnings reported by Rich McKeever.
|
15 lat temu |
|
smart_ptr @ 825786d59a
|
8755fb3613
Re-added sunpro specific initialization
|
15 lat temu |
|
spirit @ 1446a3fa25
|
eb7a048e85
Parameterized and literal support for integer, real and boolean parsers. Fix for
|
15 lat temu |
|
statechart @ 64ef6e806b
|
ce352abbd1
Fixes #4511.
|
15 lat temu |
|
static_assert @ f57e592d1e
|
03576f714d
Change PDF URL to SF download page.
|
15 lat temu |
|
sync @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
system @ 2e93f04826
|
eb6461cd24
Fix PGI non-compliance (portability issue).
|
15 lat temu |
|
test @ 4007ed937a
|
67837cd748
Fix a few doc typos. Fixes #4923. Fixes #4924.
|
15 lat temu |
|
thread @ 73121eda9d
|
3958c9f170
Better fix for #4736 --- ensure we have tried to allocate TLS value
|
15 lat temu |
|
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 lat temu |
|
tokenizer @ 8355a34b81
|
0cb70cf551
Applied patch from #4791; will close after merging to release
|
15 lat temu |
|
tr1 @ bf345da4b5
|
aec1f84230
Update various libraries' documentation build.
|
16 lat temu |
|
tti @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
tuple @ 9d64187c34
|
dea9ac489c
Add an element-wise swap for Boost.Tuple. Fixes #1324
|
16 lat temu |
|
type_erasure @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 lat temu |
|
type_traits @ b67855e6da
|
39318a4652
Change PDF URL to SF download page.
|
15 lat temu |
|
typeof @ b46f8efd6b
|
2fbcfb0133
Ticket #3520 Syntax Error in boost/typeof/typeof.hpp
|
15 lat temu |
|
units @ 58fbd6a362
|
260007a62f
Don't require std::abs for printing quantities. Fix test_output on Linux. Fixes #4785.
|
15 lat temu |
|
unordered @ 3d7abd9cbe
|
cc142cb19c
Avoid `-Wconversion` warnings in unordered & hash.
|
15 lat temu |
|
utility @ 636283d7c2
|
daf633bcca
Limit warning suppression to old versions of VC++, fixes #4432
|
15 lat temu |
|
uuid @ e90777d9ab
|
dc07e78a92
Fixed bug in documentation (forgot a dash in 3 uuid strings).
|
16 lat temu |
|
variant @ 9f5f65ab9b
|
6dd0c4aae1
Detab some jamfiles.
|
16 lat temu |
|
wave @ d713b6d6cd
|
a317f997c9
Wave: fixing a couple of warnings
|
15 lat temu |
|
xpressive @ 4151bc94fe
|
a887a6ee9a
as() handles wide sub_match objects correctly, fixes #4496
|
15 lat temu |
|
index.html
|
a70f317546
Add copyright, license
|
19 lat temu |
|
libraries.htm
|
acfe1fac77
Doc update and added to 3 list-files (maintainers.txt, libraries.htm, status/Jamfile.v2)
|
15 lat temu |
|
maintainers.txt
|
acfe1fac77
Doc update and added to 3 list-files (maintainers.txt, libraries.htm, status/Jamfile.v2)
|
15 lat temu |
|
platform_maintainers.txt
|
02f2fb03da
Set up initial platform maintainers file
|
18 lat temu |