.. |
accumulators@d303e7157b
|
rename average to fdiv, refs #8262
|
2013-07-23 06:28:54 +00:00 |
algorithm@0ac413ecb8
|
Updated docs for is_sorted, etc. Refs #9367
|
2013-11-17 20:47:14 +00:00 |
any@a4c98bb933
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:13:10 +00:00 |
array@dfeb6bd0a5
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
asio@83ae6fa7cb
|
Updated revision history.
|
2013-10-26 22:49:17 +00:00 |
assign@ae942bbcb3
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
atomic@94359f6aea
|
Reverted commit 86144, which was misapplied and not required. The support for 64-bit atomic ops on 32-bit x86 was already present before.
|
2013-10-15 11:08:22 +00:00 |
bimap@dd4e612d27
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
bind@96fd1e7036
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
chrono@e4ba68c309
|
Chrono: use * instead of / when testing floats.
|
2013-11-08 20:23:22 +00:00 |
circular_buffer@f9694e2dcb
|
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:22:36 +00:00 |
compatibility@3e0da6395d
|
|
|
compose@d5be6d029f
|
|
|
concept_check@36701c51ab
|
Concept: Remove obsolete GCC version check.
|
2013-10-01 08:42:50 +00:00 |
config@deedcb848f
|
Clang using VC++ RTL currently does not support char16_t or char32_t
|
2013-11-13 12:23:33 +00:00 |
container@b1d4ef3a2e
|
Fixes #9338
|
2013-11-18 09:32:44 +00:00 |
context@f5c2fe137e
|
Remove obsolete MSVC check from pragma guard
|
2013-09-26 13:02:51 +00:00 |
conversion@e913b7cb1c
|
Fix some of the implicit conversion warnings (refs #8991)
|
2013-11-18 11:06:06 +00:00 |
coroutine@7b66aff743
|
coroutine: fix bug #9355
|
2013-11-13 16:32:52 +00:00 |
crc@38c6c7ede3
|
CRC: Remove obsolete MSVC ifdef.
|
2013-09-25 07:48:32 +00:00 |
date_time@072b4e1b61
|
Fix several 'iterating past the end' bugs in Boost.DateTime; Refs #9216
|
2013-10-10 15:43:31 +00:00 |
detail@55f85a4d1f
|
changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility.
|
2013-11-11 02:25:58 +00:00 |
disjoint_sets@a251afafa2
|
Fix header location in disjoint_sets documentation.
|
2012-05-08 21:56:54 +00:00 |
dynamic_bitset@7186546f7d
|
Removed unused local typedef in dyn_bitset_unit_tests1.cpp.
|
2013-11-03 21:41:30 +00:00 |
exception@b2221bf92d
|
Exception: Remove obsolete GCC version checks.
|
2013-09-30 16:01:02 +00:00 |
filesystem@f45977684a
|
Apply trivial patch for Android compilation of Boost.Filesystem (refs #8706)
|
2013-06-30 10:51:55 +00:00 |
flyweight@38c1292334
|
Remove obsolete MSVC check from pragma guard
|
2013-09-26 13:02:51 +00:00 |
foreach@05f674f3fb
|
Foreach: Remove use of obsolete GCC version check.
|
2013-09-30 15:55:02 +00:00 |
format@b53aaaa7e7
|
Format: Remove obsolete GCC version checks.
|
2013-10-01 08:46:12 +00:00 |
function@ea19e9e745
|
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:22:36 +00:00 |
function_types@caed0a6ee8
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
functional@612861ab0d
|
Use BOOST_HAS_PRAGMA_ONCE .
|
2013-11-16 20:13:24 +00:00 |
fusion@f2e7a184a0
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
geometry@7ec437a51b
|
[geometry] Added testcase for mailed supposed error. Moved pie-test to header conform other testcases
|
2013-11-19 21:12:50 +00:00 |
gil@f6acee859f
|
Small bugfix.
|
2013-09-28 01:06:43 +00:00 |
graph@cb26ccf2ba
|
Changed to use unique_ptr when C++11 is enabled; made other fixes to enable move semantics
|
2013-11-17 02:18:42 +00:00 |
graph_parallel@164919adaf
|
Applied patch from #9127 to fix lazy_add_vertex; fixes #9127
|
2013-10-29 16:48:05 +00:00 |
heap@e0dddbf23b
|
heap: possible fix for testsuite
|
2013-10-30 18:23:01 +00:00 |
icl@3769abb9de
|
Fixed ticket 8350 reported by Evgeny Panasyuk on 2013/03/29: closed_interval.hpp misses include of concept_check.hpp.
|
2013-03-31 11:09:51 +00:00 |
integer@3f26103101
|
TypeTraits: Remove use of obsolete GCC version check.
|
2013-09-30 15:55:29 +00:00 |
interprocess@07bb8d0940
|
Fixed error when adding os_thread_func_ptr_deleter, UNIX OSs also use it.
|
2013-11-20 17:10:43 +00:00 |
intrusive@1f5031f310
|
Fixes #9338
|
2013-11-18 09:32:44 +00:00 |
io@6e3e9c2ce7
|
Editorial. Tweak spacing.
|
2013-03-14 12:53:24 +00:00 |
iostreams@d702307eb0
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
iterator@dec42098db
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
lambda@7d21ea7cbb
|
Lambda: Remove obsolete GCC version checks.
|
2013-09-30 16:00:14 +00:00 |
local_function@6d29941e50
|
Removed usage of deprecated macros in Boost.LocalFunction
|
2012-11-26 18:04:22 +00:00 |
locale@99b348077d
|
Closing 7820
|
2012-12-22 21:01:39 +00:00 |
lockfree@c170f2ed9a
|
lockfree: spsc_queue - call destructors on reset()
|
2013-11-17 10:50:09 +00:00 |
log@51c4f7c992
|
Added some release notes for 1.56.
|
2013-11-12 02:49:58 +00:00 |
logic@95baf1910a
|
Logic: Remove obsolete MSVC version check.
|
2013-09-30 00:22:10 +00:00 |
math@ccb35294e6
|
Ooops, make tests compatible with multiprecision testing.
|
2013-11-22 17:12:06 +00:00 |
move@51dc02e043
|
Added a convertible guard to conversion-aware macro to avoid ambiguities in overloads.
|
2013-09-12 21:56:02 +00:00 |
mpi@9193f9942e
|
Fixed #9401
|
2013-11-17 10:46:25 +00:00 |
mpl@ec73776cbd
|
Cast to long for c++11.
|
2013-11-14 04:43:57 +00:00 |
msm@fa9b3442fc
|
tentative fix for trac 9280
|
2013-11-18 22:13:36 +00:00 |
multi_array@0cb44bf7dc
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
multi_index@041c9ec779
|
hashed index slight performance improvements
|
2013-11-18 18:20:44 +00:00 |
multiprecision@59d2c0d383
|
Fix up error rates for cpp_bin_float: these are higher mostly down to less accurate sine and cosine than the competition :-(
|
2013-11-22 17:13:35 +00:00 |
numeric
|
Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors.
|
2013-10-22 15:23:42 +00:00 |
optional@3cf0363668
|
Optional: Remove obsolete GCC version checks.
|
2013-09-30 15:58:48 +00:00 |
parameter@54854d4a3a
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
phoenix@c853c803dd
|
Remove obsolete MSVC check from pragma guard
|
2013-09-26 13:02:51 +00:00 |
polygon@79ef4fb075
|
Polygon: fixing issue #8575.
|
2013-11-19 23:07:09 +00:00 |
pool@5c15843ca9
|
Name the valgrind test so it doesn't overflow the output field width.
|
2013-04-06 22:27:57 +00:00 |
predef@1d092de4ce
|
Fix some doc typos as reported by Michel Morin. (fixes #9209)
|
2013-10-15 04:44:00 +00:00 |
preprocessor@b3cdac0ea2
|
Updated tests.
|
2013-11-23 07:45:00 +00:00 |
program_options@6bf4607eac
|
Align columns across groups in --help output.
|
2013-11-06 09:23:14 +00:00 |
property_map@23c4e0ee5f
|
Changed some names to fix shadowing warnings; refs #9376
|
2013-11-13 17:36:15 +00:00 |
property_tree@2284b96fc2
|
Don't use an uninitialized variable if trying to read a numeric char from a property and the value is out of bounds for the target type. See bug 4391. This is the only place where the warning that some compilers give makes sense; if it still occurs after this change, it's just broken.
|
2012-11-24 14:47:18 +00:00 |
proto@2e6c45baf2
|
remove unused files, eliminates faux dependency on spirit
|
2013-10-17 23:30:30 +00:00 |
ptr_container@012f06a2fd
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
python@6b7e0cc71f
|
Remove all references to now defunct (and removed) header.
|
2013-10-26 10:13:38 +00:00 |
random@87e4a09ce0
|
random: add explicit casts in normal_distribution.hpp to avoid truncation warnings with MSVC
|
2013-10-15 16:40:51 +00:00 |
range@2735dcff18
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
ratio@b5f8f32ec9
|
Ratio: Added some missing templates in ratio_fwd.hpp, some tests and doc of the new features ratio_power and binary prefixes.
|
2013-11-09 17:00:41 +00:00 |
rational@9ee8441000
|
Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro.
|
2013-09-25 10:29:44 +00:00 |
regex@956d3c4bcf
|
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:20:59 +00:00 |
scope_exit@054fd93485
|
ScopeExit: Remove obsolete MSVC version check.
|
2013-09-30 00:20:00 +00:00 |
serialization@7ee0f95b23
|
corrected usage of codecvt_utf8
|
2013-11-11 15:41:01 +00:00 |
signals@25bd6df4ea
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:17:48 +00:00 |
signals2@a4cf126ad1
|
As per Peter Dimov's suggestion, the variadic binding constructor for slots
|
2013-10-24 02:17:13 +00:00 |
smart_ptr@2549b818c5
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
spirit@06ee52a23c
|
Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors.
|
2013-10-22 15:23:42 +00:00 |
statechart@c3d6a1b6b4
|
Fixes #8480. Thanks for the patch!
|
2013-06-09 14:23:18 +00:00 |
static_assert@d215ee5c9c
|
StaticAssert: Remove obsolete MSVC version check.
|
2013-09-30 00:20:43 +00:00 |
sync@44d48257a7
|
Changed Boost.Log to Boost.Sync in the supported compilers section. Fixes #9388.
|
2013-11-14 10:10:00 +00:00 |
system@ec47972526
|
Fix WinRT detection.
|
2013-10-03 23:59:54 +00:00 |
test@1c4d277355
|
add missing #include for boost::noncopyable to fix compilation.
|
2013-11-06 10:24:52 +00:00 |
thread@7edae6614b
|
Thread: add exception trace.
|
2013-11-19 22:09:40 +00:00 |
timer@b3cb84d8d0
|
Added workarounds for Intel compiler (refs #8956)
|
2013-08-07 11:12:51 +00:00 |
tokenizer@32c7a54233
|
Tokenizer: Remove obsolete MSVC version check.
|
2013-09-30 00:21:08 +00:00 |
tr1@fdc149c60f
|
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:22:36 +00:00 |
tti@2bc94010bc
|
Updated template parameter names to start with BOOST_TTI.
|
2013-05-27 05:56:40 +00:00 |
tuple@ffb3bc75fa
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:19:44 +00:00 |
type_erasure@e5c71f63b8
|
Fix deleted copy assignment operator.
|
2013-09-30 20:29:16 +00:00 |
type_traits@ba63463ab7
|
Correct broken links to C++ standard papers. Refs #9212.
|
2013-10-30 12:51:24 +00:00 |
typeof@4e34737b9c
|
TypeOf: Fix if/elif chain after msvc 6/7 removal.
|
2013-09-26 06:52:33 +00:00 |
units@e77cb9f5f1
|
Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors.
|
2013-10-22 15:23:42 +00:00 |
unordered@ddab816ed7
|
Use BOOST_HAS_PRAGMA_ONCE .
|
2013-11-16 20:13:24 +00:00 |
utility@dfad2950ea
|
Add BOOST_EXPLICIT_OPERATOR_BOOL documentation.
|
2013-11-17 17:13:08 +00:00 |
uuid@d2331931d6
|
Fixed compilation.
|
2013-10-21 23:11:34 +00:00 |
variant@724f7fdebc
|
Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
2013-10-11 23:20:59 +00:00 |
wave@44c72a10dc
|
Wave: Remove obsolete MSVC version checks.
|
2013-09-26 09:41:18 +00:00 |
xpressive@ed4f8d3af9
|
docs for stuff in regex_actions.hpp, refs #7662
|
2013-10-12 19:24:17 +00:00 |
index.html
|
|
|
Jamfile.v2
|
Revert 86527: <dependency> on /boost//headers is wrong, use <implicit-dependency> again.
|
2013-11-06 15:55:26 +00:00 |
libraries.htm
|
Add Predef library to general documentation.
|
2013-08-11 18:50:04 +00:00 |
maintainers.txt
|
Add Predef library to general documentation.
|
2013-08-11 18:50:04 +00:00 |
platform_maintainers.txt
|
|
|