boost/libs
2009-06-04 01:17:29 +00:00
..
accumulators@d96b36a33b document precondition on result extraction for density accumulator 2009-05-29 18:21:13 +00:00
algorithm@9bad789175 Fix operator precedence error in documentation. Fixes #2122 2009-06-01 00:47:03 +00:00
any@96443e1f00 Fixes #2311: any::operator= should have by-value argument 2008-12-04 22:22:39 +00:00
array@471bc9bf06 Supress warnings in array 2009-05-19 03:00:53 +00:00
asio@c48aa55815 Don't include termios.h unless BOOST_ASIO_HAS_SERIAL_PORT is defined. 2009-04-19 04:15:17 +00:00
assign@81c5a72afc suppressing of warnings 2009-04-05 20:29:16 +00:00
atomic@88da98e37b
bimap@e02a1bbd7d Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names 2009-04-07 01:28:38 +00:00
bind@dc1e4dbfae Use static boost::arg placeholders for gcc 4.0.1, since it has 2009-04-14 13:45:59 +00:00
chrono@88da98e37b
circular_buffer@666ef1141f circular_buffer: fixed bounded_buffer_comparison 2009-05-28 10:48:21 +00:00
compatibility@2c3978f4fa Use a local copy of the valid HTML 4.01 icon. 2009-05-16 14:23:59 +00:00
compose@d5be6d029f Add index.html file for compose, as our server setup doesn't support index.htm files. 2009-02-22 11:53:28 +00:00
concept Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor 2008-11-01 13:15:41 +00:00
concept_check@deea7c6a58 Fixed more links to property_map 2009-05-31 01:48:28 +00:00
config@21ad7ad74d Fix typo. 2009-06-01 06:52:36 +00:00
container@88da98e37b
context@88da98e37b
conversion@5fa1edeee0 Fixes #1220: lexical_cast requires RTTI 2008-12-04 22:59:27 +00:00
coroutine@88da98e37b
crc@c77349e0d9 Updating dependency information for modularized libraries. 2008-11-07 17:05:27 +00:00
date_time@3e558911e4 Optimized the from_stream_type function. In case if no locales support available the code was modified to fix possible character code truncation. Related to #287. 2009-06-01 09:51:34 +00:00
detail@8c3a497ec8 detail/utf8_codecvt_facet.cpp: apply patch from ticket #2986 to quiet warnings when wchar_t is 16-bits. 2009-05-30 14:57:49 +00:00
disjoint_sets@3cece33017 Fixed more links to property_map 2009-05-31 01:48:28 +00:00
dynamic_bitset@5c79c20827 Merge dynamic bitset from release. 2009-05-16 14:58:33 +00:00
exception@e7c9f21a93 documentation update 2009-05-25 07:14:17 +00:00
filesystem@3c5f963a54 fix doc example typo 2009-05-17 18:13:06 +00:00
flyweight@3426c68909 given credit where credit is due 2009-04-18 11:56:10 +00:00
foreach@bd83b139a3 work around conflict with python headers, fixes #3000 2009-05-07 17:16:46 +00:00
format@a569d82df4 Fix order of initialization warning. Fixes #1699 2009-05-23 19:26:10 +00:00
function@a74e72cce9 Make Boost.Function compile under BOOST_NO_EXCEPTIONS. 2009-03-13 05:49:02 +00:00
function_types@b7da1bd1ab adds tests with const result 2008-11-28 11:38:38 +00:00
functional@f77c8ed57e Test the hash functions for a couple of typedefs. 2009-06-01 06:49:45 +00:00
fusion@6447c5371e reduce number of template instantiations 2009-06-02 05:46:21 +00:00
geometry@88da98e37b
gil@d43e9ac570 Generate GIL documentation again. 2009-05-02 12:58:46 +00:00
graph@3d07d486b2 Re-added the exterior property labeling framework under a different name 2009-06-01 21:44:35 +00:00
graph_parallel@88e3f01842 Made name more obvious 2009-05-31 00:25:22 +00:00
heap@88da98e37b
icl@88da98e37b
integer@3706ee7bd9 Fixes #2654. 2009-01-14 10:17:25 +00:00
interprocess@8f8c9ebeee Fix != vs. == mismatch. 2009-05-29 08:39:44 +00:00
intrusive@eeb14b00a6 Fixed most tab and min/max issues from trunk inspection report 2009-05-20 19:19:00 +00:00
io@bb80cdd26c Add private assignment operators. 2009-05-30 05:59:08 +00:00
iostreams@e2ea540dc8 Workaround msvc compiler error on mapped_file.cpp 2009-05-30 06:26:54 +00:00
iterator@f2433c63d5 Add PDF generation options to fix external links to point to the web site. 2009-02-17 10:05:58 +00:00
lambda@0f60055086 Fixed tabs 2009-05-28 14:49:25 +00:00
local_function@88da98e37b
locale@88da98e37b
lockfree@88da98e37b
logic@246d1ee6df Fix gcc -Wshadow warnings in tribool. 2009-05-30 06:36:18 +00:00
math@0e7856cfd1 Oops, previous commit was buggy, try again. 2009-05-28 08:53:21 +00:00
move@88da98e37b
mpi@db5ad35a18 get mpi cmake tests working on trunk 2009-05-21 15:36:35 +00:00
mpl@2d5e02f382 Fix #640 in sources 2009-06-01 12:55:33 +00:00
msm@88da98e37b
multi_array@3b43f7af14 Use local copies of the boost logo. 2009-04-29 21:19:12 +00:00
multi_index@45adb9c08a added qualifier to solve ambiguity with std::make_tuple 2009-05-27 12:26:43 +00:00
multiprecision@88da98e37b
numeric Fixed most tab and min/max issues from trunk inspection report 2009-05-20 19:19:00 +00:00
optional@fea89e84f3 Fixed most tab and min/max issues from trunk inspection report 2009-05-20 19:19:00 +00:00
parameter@ae3bfbad46 Fixed more links to property_map 2009-05-31 01:40:59 +00:00
phoenix@88da98e37b
polygon@88da98e37b
pool@1c8389e618 Fixed most tab and min/max issues from trunk inspection report 2009-05-20 19:19:00 +00:00
predef@88da98e37b
preprocessor@328bd6f995 Updating dependency information for modularized libraries. 2008-11-07 17:05:27 +00:00
program_options@6aaee3bbef Qualify usage of 'exeception', now that boost also has such name 2009-05-30 10:38:11 +00:00
property_map@6589790b9b Added shared_array_property_map 2009-05-31 03:32:08 +00:00
property_tree@f1a4f5e651 Added #include of <algorithm> 2009-05-21 14:39:56 +00:00
proto@0238ce8532 add lighter-weight BasicPrimitiveTransform concept, op metafunctions model that instead of PrimitiveConcept for better compile times 2009-06-02 21:33:28 +00:00
ptr_container@8c16fe3e34 fixed doc problem 2009-04-05 20:28:59 +00:00
python@0373302165 If no python is configured, default-configure it. 2009-05-29 08:18:09 +00:00
random@b9a410339d Fix the distribution of uniform_int. 2009-05-30 16:38:53 +00:00
range@52b9581e4f Use local copies of the boost logo. 2009-04-29 21:19:12 +00:00
ratio@88da98e37b
rational@4f0a8148b3 MSVC warning suppression. 2008-12-22 09:57:35 +00:00
regex@cd0535d368 Try and fix build errors with VC-10 beta. 2009-06-03 11:24:22 +00:00
scope_exit@f995d7ea7f Rename a section 2009-05-18 23:18:18 +00:00
serialization@555c0fdecb Fix a couple of links to serialization headers. Refs #3602. 2009-05-27 17:43:36 +00:00
signals@b79156eb80 Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names 2009-04-07 01:28:38 +00:00
signals2@6eba73c525 Added test for and fixed compile errors in signal::set_combiner() 2009-06-03 13:43:51 +00:00
smart_ptr@fc12543814 Merged in smart_ptr changes from the sandbox/boost0x branch created for 2009-05-12 16:18:15 +00:00
spirit@8fe2b89805 Spirit: fixing a attribute propagation problem in Karma alternatives 2009-06-04 01:17:29 +00:00
statechart@d8101eae53 Use a local copy of the valid HTML 4.01 icon. 2009-05-16 14:23:59 +00:00
static_assert@62461d8848 Add PDF generation options to fix external links to point to the web site. 2009-02-17 10:05:58 +00:00
sync@88da98e37b
system@3f26239374 System: fix #3113 2009-05-30 15:13:39 +00:00
test@ad39cd2a51 Merge of cmakefiles *from* (that's right, *FROM* :/ ) release branch. 2009-05-21 14:05:15 +00:00
thread@627cb7f774 Fixed typo 2009-05-29 20:48:07 +00:00
timer@feb4fc7b01 Fix spelling boo boo (Shawn Roe) 2009-03-23 11:51:58 +00:00
tokenizer@6f4a5c7e08 Fix interval notation. Fixes #2064 2009-05-29 23:50:18 +00:00
tr1@5c814bf47f shared_count.hpp has moved. 2009-03-24 17:14:38 +00:00
tti@88da98e37b
tuple@b7c2e00b64 Fix typos/markup problems in tuple docs. Fixes # 2009-05-23 18:59:02 +00:00
type_erasure@88da98e37b
type_traits@68a4a628cf Test for: enum UIntEnum { value = UINT_MAX } is promoted to int 2009-05-23 22:32:10 +00:00
typeof@a70cd7396a BOOST_TYPEOF_NESTED_TYPEDEF now supports expressions containing "this" for VC compilers 2009-03-10 18:07:38 +00:00
units@fc23cf7b94 Allow absolute to be printed to std::wostream. Fixes #3089 2009-06-02 21:02:56 +00:00
unordered@7e1dbc4cb7 Fix the unordered_map declaration in the tutorial. Fixes #3119. 2009-06-01 19:22:27 +00:00
utility@b02677375f Fixed most tab and min/max issues from trunk inspection report 2009-05-20 19:19:00 +00:00
uuid@88da98e37b
variant@4d362457bb Replace v with operand in the tutorial. Fixes #1548 2009-05-22 20:05:26 +00:00
wave@72b796a248 Wave: added --macrocounts/-c command line option to wave driver tool allowing to collect macro invocation counts 2009-06-03 01:06:42 +00:00
xpressive@3f57b481ca don't copy singular iterators, fixes #3124 2009-06-03 01:45:48 +00:00
CMakeLists.txt Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. 2008-11-07 17:02:56 +00:00
index.html
libraries.htm Fixed more links to property_map 2009-05-31 01:40:59 +00:00
maintainers.txt Added Signals2 to libraries.htm and maintainers.txt. 2009-03-05 21:34:37 +00:00
platform_maintainers.txt