.. |
accumulators@08c07d3044
|
another attempt at silencing unused variable warnings, refs #6926
|
2013-03-10 01:16:00 +00:00 |
algorithm@b8c95b412c
|
Detab
|
2013-03-18 20:33:53 +00:00 |
any@1ed7167e3e
|
Add missing return in test case.
|
2013-02-16 20:05:51 +00:00 |
array@12fcbb59c2
|
Back out some of the constexpr support Boost.Array; it crashes gcc
|
2013-02-15 17:11:09 +00:00 |
asio@007bf03d0c
|
Release notes.
|
2013-01-20 01:46:48 +00:00 |
assign@a06e839236
|
|
|
atomic@82064eecd6
|
Added missing constexpr/noexcept.
|
2013-02-23 15:24:58 +00:00 |
bimap@146671e8d7
|
Apply patch for documentation typos. Fixes #5955.
|
2013-02-14 19:06:34 +00:00 |
bind@da3580cc14
|
|
|
chrono@ae54502d2f
|
Chrono: Added thread-safe doc for now().
|
2013-03-20 22:14:46 +00:00 |
circular_buffer@a3d9f1266d
|
|
|
compatibility@3e0da6395d
|
|
|
compose@d5be6d029f
|
|
|
concept_check@38154ae6cf
|
[concept_check] "Shadowed variable warning" (refs #6738)
|
2012-05-18 02:58:12 +00:00 |
config@a61cda699e
|
gcc 4.8.1 and 4.9.0 support N3276 decltype feature
|
2013-03-29 03:22:28 +00:00 |
container@754736c83f
|
Added missing test file.
|
2013-03-25 22:35:27 +00:00 |
context@21a0d90978
|
context: fixes for PPC
|
2013-03-05 18:19:54 +00:00 |
conversion@1a0ffcadbf
|
Add tests for filesystem::path conversion (refs #7704)
|
2013-03-30 07:41:23 +00:00 |
coroutine@870f381c7c
|
coroutine: documentation fixed
|
2013-03-05 18:20:47 +00:00 |
crc@a8dd485837
|
Fix crc on msvc
|
2013-02-28 22:38:48 +00:00 |
date_time@98bbc0b95c
|
Fixed compilation with MinGW.
|
2012-10-06 17:54:32 +00:00 |
detail@bd58c2d229
|
Added BOOST_TEST_THROWS
|
2013-03-14 23:08:40 +00:00 |
disjoint_sets@a251afafa2
|
|
|
dynamic_bitset@d6f1835fbb
|
|
|
exception@9e012e1fdf
|
Ticket #8312, thanks Greg Julus
|
2013-03-26 17:25:10 +00:00 |
filesystem@c4d3e3d64c
|
For HP-UX/GCC only, define _INCLUDE_STDC__SOURCE_199901 as a build requirement. Fix #5048.
|
2013-03-15 18:10:48 +00:00 |
flyweight@c8d8a98d24
|
|
|
foreach@6af851a2b3
|
Removed missed usage of deprecated macros in Boost.Foreach
|
2012-11-26 21:43:18 +00:00 |
format@68f7bc0a7a
|
Fix for Ticket #7435: Crash with format using UTF16 strings on MacOS X. Reporter: Franz Detro.
|
2013-03-09 19:15:28 +00:00 |
function@95a1956397
|
Added missing 'std::'; Refs #7819
|
2012-12-29 16:36:12 +00:00 |
function_types@1f51d9ba29
|
|
|
functional@9c8cccb1ea
|
Hash: Fix typo, refs #7957.
|
2013-01-31 21:57:26 +00:00 |
fusion@b36426c8e3
|
patches from tongari: allow custom Associative Sequence which doesn't have fusion::pair
|
2013-03-16 07:28:23 +00:00 |
geometry@11d4f2294b
|
rtree: added missing returns
|
2013-03-31 20:23:52 +00:00 |
gil@3625af72eb
|
Added test cases for pixel by pixel multiplication and division.
|
2013-03-29 21:36:20 +00:00 |
graph@393c072c18
|
Added maximum adjacency search from Fernando Vilas; fixes #6780
|
2013-03-12 00:35:48 +00:00 |
graph_parallel@81e21dabb2
|
Added check to prevent use of remove_vertex on named adjacency list graphs with vecS vertex container (since it does not work and could not be made to work efficiently); refs #7863
|
2013-01-14 21:03:48 +00:00 |
heap@7ab72498d7
|
heap: make handles equality comparable
|
2013-03-15 10:08:11 +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@d131434ef1
|
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
|
2012-07-14 11:21:03 +00:00 |
interprocess@541517763f
|
Added missing const to get_num_msg function
|
2013-03-16 20:01:55 +00:00 |
intrusive@31812618d6
|
Fix broken links in doc build.
|
2013-02-20 18:29:30 +00:00 |
io@6e3e9c2ce7
|
Editorial. Tweak spacing.
|
2013-03-14 12:53:24 +00:00 |
iostreams@6d3920cfd0
|
Fix ambiguity with C++11 std::array.
|
2013-03-20 16:31:15 +00:00 |
iterator@db29a874f1
|
refs #6403
|
2012-10-08 03:22:45 +00:00 |
lambda@4545234f94
|
Handle const lambda functors for nullary result_of. Fixes #6914.
|
2013-02-19 19:52:03 +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@f46c57e213
|
lockfree: arm compile fix
|
2013-03-17 14:03:16 +00:00 |
logic@31af87e6ae
|
|
|
math@1fc563b576
|
disable __float128 constants in __STRICT_ANSI__ mode as GCC doesn't support them. Fix a bunch of warnings emitted by gcc-4.8.
|
2013-03-29 19:01:05 +00:00 |
move@7c91cca54f
|
Fixes #8231
|
2013-03-03 12:21:48 +00:00 |
mpi@f367a5aa17
|
Several minor bug fixes and updates
|
2013-01-17 15:26:30 +00:00 |
mpl@aa8e43a017
|
Work around VC11 bug when evaluating nested BOOST_MPL_ASSERTs.
|
2012-10-20 16:43:51 +00:00 |
msm@842daf9db5
|
bugfix (copy breaks exit points of subsubmachines)
|
2013-03-17 20:47:04 +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@0d4bf54658
|
fixed #8129
|
2013-02-21 10:11:30 +00:00 |
multiprecision@cf85234a43
|
Update revision history, rebuild docs.
|
2013-03-31 16:22:30 +00:00 |
numeric
|
Fix PDF install rule so it can be called from external scripts.
|
2013-02-12 18:22:59 +00:00 |
optional@16657e5e1d
|
Try to fix VC8.
|
2013-03-15 18:24:41 +00:00 |
parameter@23ed477c44
|
|
|
phoenix@8de23029bc
|
avoid msvc-9.0 adl bug by qualifying calls
|
2012-10-01 07:23:12 +00:00 |
polygon@452b8b5619
|
Polygon: updated Voronoi Main documentation page.
|
2013-03-21 23:08:57 +00:00 |
pool@9b2884ee23
|
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
|
2012-07-14 11:21:03 +00:00 |
predef@88da98e37b
|
|
|
preprocessor@b60a47252d
|
added VARIADIC_SEQ_TO_SEQ
|
2012-09-26 03:50:27 +00:00 |
program_options@b430a83dfb
|
Fix report of error for options with dashes.
|
2013-02-10 12:07:05 +00:00 |
property_map@655be83c32
|
Updated docs from Guillaume
|
2013-02-19 22:20:13 +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@89c132cd0c
|
add missing history information
|
2013-03-20 04:26:19 +00:00 |
ptr_container@d80f9a3ae7
|
Applied patch provided by Franz Detro. Permission by maintainer Thorsten Ottosen.
|
2013-02-17 19:40:09 +00:00 |
python@fc3f1bb531
|
libs/python/doc/projects.html: adding Pyrap
|
2012-12-31 03:44:48 +00:00 |
random@4bc0a07068
|
Add explicit casts to avoid warnings on vc8. Fixes #5762.
|
2013-02-16 22:15:31 +00:00 |
range@fe79a8efdd
|
[range] allow iterator_range to be instantiated with a pointer to an array as the iterator type (refs #8338)
|
2013-03-27 02:16:11 +00:00 |
ratio@610529a965
|
Ratio: warning removal
|
2012-12-16 08:34:19 +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@06463bec85
|
Warning suppression.
|
2013-02-12 17:05:01 +00:00 |
scope_exit@9a3563c142
|
Removed usage of deprecated macros in Boost.ScopeExit
|
2012-11-26 20:23:34 +00:00 |
serialization@de0b48247d
|
adjustment for PGI compiler header
|
2012-12-24 17:59:38 +00:00 |
signals@952bf45eb2
|
Make Boost.Signals play nice with VC11; patch by Daniela Engert
|
2012-08-18 16:03:45 +00:00 |
signals2@02a94c1371
|
Applied patch from Eric Niebler to make use of BOOST_NO_CXX11_SMART_PTR.
|
2013-02-20 01:27:55 +00:00 |
smart_ptr@82e178f043
|
Avoid stack overflow in make_shared. Refs #4256.
|
2013-02-28 08:02:09 +00:00 |
spirit@29f6fcdaa0
|
Fix #8302: Lexer does not relase iterator - excellent catch!
|
2013-03-18 11:28:33 +00:00 |
statechart@b5707cd409
|
|
|
static_assert@bf3ee21630
|
More variadic macro support for msvc and Intel.
|
2013-03-15 18:21:03 +00:00 |
sync@88da98e37b
|
|
|
system@08ea984237
|
Use C++11 explicit conversion operator if available
|
2013-02-28 20:55:07 +00:00 |
test@8b12e766df
|
Disable C++11 as a build requirement: tests all pass without it, and it's presence prevents testing in C++03 mode, or with GCC prior to 4.5.
|
2013-03-18 11:58:14 +00:00 |
thread@9fb88b8f47
|
Thread: don't define BOOST_THREAD_DONT_PROVIDE_FUTURE_INVALID_AFTER_GET on future::then tests.
|
2013-04-01 17:47:17 +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@2138d65dd6
|
Apply patch from #7653.
|
2013-03-01 17:12:37 +00:00 |
tti@043cef3bb8
|
Updated tests for functions with default parameters.
|
2013-03-31 14:34:07 +00:00 |
tuple@f904cd5d69
|
|
|
type_erasure@51580300da
|
Prevent the move constructor from being elided. This should fix the remaining clang failures in this test case.
|
2013-03-27 22:03:37 +00:00 |
type_traits@79b4594c2b
|
Fix messed up parenthesis.
|
2013-03-17 16:02:13 +00:00 |
typeof@9fcf6ff70e
|
|
|
units@5270414ebb
|
|
|
unordered@6b21eeccab
|
Unordered: Fix move assignment with unequal allocators.
|
2013-01-25 21:22:03 +00:00 |
utility@9cb31aee6e
|
Fix bug in test; thanks to AddressSanitizer for the heads-up
|
2013-03-18 20:46:53 +00:00 |
uuid@54afcf810b
|
fixed bug in sha1.hpp for messages longer than 536,870,912 bytes
|
2012-10-04 18:36:08 +00:00 |
variant@efd81f5a2a
|
Use is_nothrow_move_constructible from Boost.TypeTraits in Boost.Variant (refs #8296)
|
2013-03-16 10:50:44 +00:00 |
wave@06d384dec3
|
Fix #8255: Wave build warnings are probably errors on 64-bit
|
2013-03-07 13:34:56 +00:00 |
xpressive@ca447c2fed
|
silence a gcc warning, refs #8138
|
2013-03-05 06:08:00 +00:00 |
index.html
|
|
|
libraries.htm
|
Add type_erasure to the main library list.
|
2013-03-10 00:00:58 +00:00 |
maintainers.txt
|
Add me as the maintainer.
|
2013-03-10 00:05:34 +00:00 |
platform_maintainers.txt
|
|
|