boost/libs
Tim Blechmann 803bbe2d6e boost: integrate boost.lockfree
Signed-off-by: Tim Blechmann <tim@klingt.org>

[SVN r79196]
2012-07-01 08:38:30 +00:00
..
accumulators@4c43a68d67 don't use deprecated headers 2012-03-27 18:05:52 +00:00
algorithm@dcda91716a Removed a bit of undefined behavior (noted by STL @ microsoft) 2012-06-06 20:43:22 +00:00
any@23b025589c
array@f41b1d2d4c Added a note about std::array in C++11 2012-06-14 15:52:44 +00:00
asio@cf17fa2fc8 Use the thread's private_op_queue for handlers returned by the reactor task. 2012-05-28 22:03:36 +00:00
assign@a06e839236
atomic@88da98e37b
bimap@fec2574384 [bimap] Remove tabs 2012-05-29 09:51:34 +00:00
bind@da3580cc14 Apply suggested IBM C++ fix. Refs #5792. 2011-11-07 18:25:33 +00:00
chrono@def1b434a1 Chrono: fix some minor warnings 2012-06-29 18:22:10 +00:00
circular_buffer@a3d9f1266d eliminated unit_test_framework 2011-10-05 10:00:14 +00:00
compatibility@3e0da6395d
compose@d5be6d029f
concept_check@38154ae6cf [concept_check] "Shadowed variable warning" (refs #6738) 2012-05-18 02:58:12 +00:00
config@e0d8861745 Revert changes inadvertently made in last commit 2012-05-27 15:27:25 +00:00
container@390dce6172 Fix regressions introduced in r78802. 2012-06-16 12:05:44 +00:00
context@83dcdeeb08 context: Remove some doc build settings + redirect for documentation. 2012-06-30 19:24:00 +00:00
conversion@c6318e3819 Do not force PGI compiler to use fallback version of lexical_cast (PGI fails tests even in fallback version) 2012-05-20 16:25:21 +00:00
coroutine@88da98e37b
crc@ab675f4e16 Removed HTML setup files in Boost.CRC docs, since they will be added into the documentation as needed from another source. 2012-01-22 05:40:37 +00:00
date_time@75c53e7b75 Refs #7022; will close when merged to release 2012-06-30 15:31:33 +00:00
detail@b39e23464b Add warning to deprecated header boost/functional/detail/container_fwd.hpp. 2012-05-21 21:58:18 +00:00
disjoint_sets@a251afafa2 Fix header location in disjoint_sets documentation. 2012-05-08 21:56:54 +00:00
dynamic_bitset@d6f1835fbb
exception@e25f33aaf6 Ticket 6450 (thanks A Polukhin.) 2012-06-23 00:32:43 +00:00
filesystem@4ae83b8570 Fix link to wrong ticket. 2012-06-18 11:43:00 +00:00
flyweight@c8d8a98d24 removed unnecessary header 2011-11-12 18:50:46 +00:00
foreach@7ccc8a870f reverting [75540] which seemed to make things worse 2012-03-19 20:50:43 +00:00
format@7907ce81f4
function@775213a9e6 Remove extraneous semicolon 2011-10-11 15:23:29 +00:00
function_types@1f51d9ba29
functional@769ec4369d Make the new pdf install rules explicit, and fix intrusive's. 2012-06-11 01:33:10 +00:00
fusion@85583b5ea9 allow boolean traits implementations to use std::true_type and std::false_type 2012-06-27 04:27:50 +00:00
geometry@d35eb8f2df Make the new pdf install rules explicit, and fix intrusive's. 2012-06-11 01:33:10 +00:00
gil@b3ad20c906
graph@849d1538ed Fixed construction and assignment of bidirectional CSR graphs from other graphs; removed add_edges* functions (which were broken and not documented) from bidirectional CSR; fixes #7002 2012-06-29 20:26:26 +00:00
graph_parallel@8618905125 Fixed warnings 2012-05-26 19:30:47 +00:00
heap@f1626a4455 heap: add tests for s_handle_from_iterator 2012-05-05 12:22:08 +00:00
icl@9c04f55d31 Fix for ticket #6924: Now using insert with hint. 2012-06-17 16:25:15 +00:00
integer@90f779a9a3 Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
interprocess@01ce00dc8d Fix regressions introduced in r78802. 2012-06-16 12:05:44 +00:00
intrusive@45648b5149 Make the new pdf install rules explicit, and fix intrusive's. 2012-06-11 01:33:10 +00:00
io@337e0ddc59 eliminated unit_test_framework and BOOST_MESSAGE 2011-10-05 09:34:51 +00:00
iostreams@f37811be02 Iostreams: Fix gzip test failures in C++0x gcc 4.4. 2012-05-08 20:06:39 +00:00
iterator@2db78eec90 Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare. 2012-05-18 04:44:04 +00:00
lambda@2ed8d7f4df
local_function@f2fc974591 Make the new pdf install rules explicit, and fix intrusive's. 2012-06-11 01:33:10 +00:00
locale@7b2843a243 Closing #6833, applied patch 2012-05-02 13:32:07 +00:00
lockfree@f8298d22bd lockfree: import boost.lockfree with boost.atomic as implementation detail 2012-07-01 08:37:57 +00:00
logic@31af87e6ae
math@19f78ac0ac Fix actual and potential integer divisions when using integer constants. 2012-06-28 12:09:09 +00:00
move@8a4cef0b82 Trailing whitespaces 2012-05-20 10:08:33 +00:00
mpi@9cf1f16f5c Applied patch for #4657 2012-01-03 17:27:54 +00:00
mpl@7d2a04eea3
msm@a608682ffe fixed: defer_ for eUML leading to stack overflow 2012-06-25 21:45:30 +00:00
multi_array@6e19d4b886 Somehow multi_array was picking up enable_if/disable_if from the ether, but 2012-05-21 19:48:06 +00:00
multi_index@2ef40ef45a suppressed a potential narrow conversion warning described in ticket #3365 2011-11-24 08:07:35 +00:00
multiprecision@88da98e37b
numeric Fixes #5731, fixes #5076, fixes #5393, fixes #5800 2012-03-05 17:11:20 +00:00
optional@f921762bf6
parameter@23ed477c44 parameter: access enable_if via namespace boost 2011-12-11 14:30:27 +00:00
phoenix@683f27ed0e added note to current and future maintainers to please make this as 2012-04-26 06:26:10 +00:00
polygon@59a143151d Polygon: udpating Voronoi builder documentation. 2012-06-13 20:21:09 +00:00
pool@d0d5677a40 Change to all lower case so works on *nix and windows 2012-06-11 16:56:57 +00:00
predef@88da98e37b
preprocessor@7346503b96 Update link to the C++ Template Metaprogramming book Appendix A online. 2011-10-27 02:10:02 +00:00
program_options@3360ad0ea2 Fix compilation error. 2012-06-29 09:04:09 +00:00
property_map@7f8f7b7e39 Added explicit static_pointer_cast as upcast to try to work around VC++ issues 2012-06-29 19:51:09 +00:00
property_tree@5dee8275ab Remove a stray semicolon. Fix a type conversion that has become invalid in C++11. Update the XML parser test to cope with the new detail/utf8_codecvt layout. See bugs 6808 and 6785 for the first two issues. 2012-05-23 12:09:27 +00:00
proto@bd8de9c606 fix minor typos 2012-06-06 20:07:33 +00:00
ptr_container@e15de8fe4a Ticket #5963 2011-10-19 15:10:31 +00:00
python@2c1a276671 python: minor doc bug fix (ticket #7014) 2012-06-25 21:56:38 +00:00
random@1cb475183e Add missing inline. Fixes #6854. 2012-05-19 13:49:00 +00:00
range@dceccc9de9 [boost][range] - Added the missing include of boost/utility/enable_if.hpp to boost/range/algorithm/for_each.hpp 2012-06-29 21:49:37 +00:00
ratio@a20d4f6c19 Thread: Comment use of missing file 2012-04-08 22:38:32 +00:00
rational@91fc23c802 Implement rational<IntType>/IntType operations directly to reduce calls to gcd. Patch by Mario Lang. 2012-05-22 02:07:33 +00:00
regex@50795bcfec Make sure at least one Boost header (and therefore Boost.Config) precedes std lib headers so that defines in boost/config/user.hpp are seen by system headers. 2012-06-28 10:53:43 +00:00
scope_exit@61614a7e41 Using lower case section IDs. Renamed TPL_ID to ID_TPL. 2012-04-28 01:55:09 +00:00
serialization@428a88820f undefined STD at the end of the header 2012-06-21 20:23:01 +00:00
signals@2e1e4b6372 Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare. 2012-05-18 04:44:04 +00:00
signals2@f1a2b19f43 Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare. 2012-05-18 04:44:04 +00:00
smart_ptr@1029ae0ea5 Apply patches from #6667. Refs #6667. 2012-03-12 17:33:50 +00:00
spirit@c2dff29ac0 Fixed wrong link 2012-06-12 08:01:47 +00:00
statechart@b5707cd409
static_assert@e910489e16
sync@88da98e37b
system@bdcfe61429 Revert portion of 68183. This changeset was aimed at other libraries, but inadvertently modified three boost/system headers. 2012-05-04 20:12:58 +00:00
test@0755a41be1 Commented out output for radix 10 using max_digits10 until can test that it is supported. 2012-06-14 10:22:36 +00:00
thread@51530e03a5 Thread: Added possible missing vector file in some platforms 2012-06-30 09:59:57 +00:00
timer@05afff49bd Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare. 2012-05-18 04:44:04 +00:00
tokenizer@f17e70a091
tr1@9cb4a020e3 Add support for cray. 2012-05-02 21:58:54 +00:00
tti@9ce8fbabc6 Better documentation and organization. 2011-08-29 01:18:39 +00:00
tuple@f904cd5d69
type_erasure@88da98e37b
type_traits@960c85dedc Explicitly guard gcc's code path using BOOST_CLANG. 2012-05-13 05:49:12 +00:00
typeof@9fcf6ff70e reverting accidently commited change 2011-10-18 17:25:37 +00:00
units@5270414ebb Make pow and root work for constants. 2011-12-05 16:56:55 +00:00
unordered@39bafd7b10 Unordered: Reapply changes reverted in r78788. 2012-06-28 20:58:56 +00:00
utility@3558d61c51 Make the new pdf install rules explicit, and fix intrusive's. 2012-06-11 01:33:10 +00:00
uuid@69bf5df424 Silenced GCC warnings about an initialized but not used variable. 2012-04-28 11:24:24 +00:00
variant@78d52b15cc Make sure that variants with more than 20 types work. 2012-02-23 01:14:13 +00:00
wave@8c0ac66f86 Wave: fixed #7050: Invalid memory write bug in lexing_exception 2012-06-29 18:55:07 +00:00
xpressive@04059cbd25 replace MPL assert with static assert since it's problematic in C++11, refs #6846 2012-05-01 06:13:48 +00:00
index.html
libraries.htm Added Lorenzo Caminiti to maintainers.txt and libraries.htm. 2012-04-13 01:02:02 +00:00
maintainers.txt boost: integrate boost.lockfree 2012-07-01 08:38:30 +00:00
platform_maintainers.txt