boost/libs
2009-06-21 14:38:19 +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@e234ae22f6 concept:: => concepts:: fixes #865 2009-06-08 14:41:16 +00:00
config@ab378931aa borland/codegear configuration patch to set BOOST_SP_NO_SP_CONVERTIBLE 2009-06-11 22:03:07 +00:00
container@88da98e37b
context@88da98e37b
conversion@7b37688ca8 avoid C style casts 2009-06-06 09:41:03 +00:00
coroutine@88da98e37b
crc@371f963d42 Workaround gcc problems with -pedantic. Fixes #613 2009-06-05 00:42:44 +00:00
date_time@87dab33026 Added recent changes. 2009-06-06 11:29:09 +00:00
detail@7247d512f8 Move BOOST_HASH_CHAR_TRAITS from container_fwd into the hash headers, and undefine it. 2009-06-21 09:42:20 +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@19b67c4983 avoid C style casts 2009-06-06 09:39:27 +00:00
filesystem@de50f3c5b2 Filesystem: apply supplied patch to fix #3176 2009-06-18 21:01:54 +00:00
flyweight@c28e085bc2 changed std 8.2/1 disambiguation method due to problems with PathScale and Open64 2009-06-18 16:09:40 +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@68128bfffa Make Boost.Function compile with disabled exceptions. 2009-06-07 15:44:50 +00:00
function_types@1b4fdee6ff Cleanup function_types Jamfile. 2009-06-04 09:36:17 +00:00
functional@f2dd570ee9 Fix gcc -pedantic warning: remove extra ";". 2009-06-21 14:38:19 +00:00
fusion@fb7671141a fix ticket#1894 2009-06-18 03:23:51 +00:00
geometry@88da98e37b
gil@d43e9ac570 Generate GIL documentation again. 2009-05-02 12:58:46 +00:00
graph@84a790d954 Added new code from Michael Hansen; refs #3134 2009-06-18 22:21:12 +00:00
graph_parallel@b75963063c Removed x87 floating point precision workarounds as this was moved to boost/graph/relax.hpp in r54044. 2009-06-18 18:29:53 +00:00
heap@88da98e37b
icl@88da98e37b
integer@3706ee7bd9 Fixes #2654. 2009-01-14 10:17:25 +00:00
interprocess@1b525907b0 Ticket #3145: condition_test regression test failure 2009-06-07 14:28:12 +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@c14095472e Don't propagate constness from pointer to pointee. Fixes #1572 2009-06-05 02:43:54 +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@78364897a1 Further MPL doc generation fixes 2009-06-08 13:12:50 +00:00
msm@88da98e37b
multi_array@b4d64892c3 Added a test-case to check a reversing view of a 1D array. 2009-06-10 21:51:06 +00:00
multi_index@9c8c001d5d added workaround for IBM XL C/C++ 2009-06-06 10:46:10 +00:00
multiprecision@88da98e37b
numeric Fix a mix up between euclidean and uniform norm. Refs #3056. 2009-06-06 10:33:10 +00:00
optional@8682f2bbaa avoid C style casts 2009-06-06 09:42:41 +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@79b43138d6 ProgramOptions: Fixed warning about not all control paths returning a value 2009-06-11 20:05:19 +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@fdc94e71fa add a sensible default for proto::_default's template parameter 2009-06-18 21:39:09 +00:00
ptr_container@8c16fe3e34 fixed doc problem 2009-04-05 20:28:59 +00:00
python@3c98a72153 Use appropriate default values for global and local dicts. 2009-06-15 14:53:48 +00:00
random@7dda7d38bb Supress warnings from narrowing conversions. 2009-06-14 02:33:22 +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@02a629baf7 Simplify and fix PP logic. 2009-06-07 17:50:17 +00:00
scope_exit@f995d7ea7f Rename a section 2009-05-18 23:18:18 +00:00
serialization@05549a7299 Update include from boost/pfto.hpp to boost/serialization/pfto.hpp. Refs #3062. 2009-06-08 19:30:20 +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@59bfdf2f18 Trying to work around sun 5.9 compiler bug to make connection_test pass. 2009-06-11 18:30:26 +00:00
smart_ptr@28d7e348c1 avoid C style casts 2009-06-06 09:44:36 +00:00
spirit@ee9f7f0610 Spirit: more lexer semantic action docs 2009-06-19 16:18:07 +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@d352aab2ca Fixed support for CRT hooks, it was not working properly with catch_system_errors=no 2009-06-19 20:16:54 +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@5d727edcff Support BOOST_NO_TYPEID and BOOST_NO_IOSTREAM in Boost.Variant. Fixes #3051. 2009-06-06 11:46:24 +00:00
wave@8a9ed4e298 Wave: Minor fix to changelog 2009-06-17 15:32:51 +00:00
xpressive@231544c531 typef typeos, fixes #3141 2009-06-06 16:08:01 +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 Update my email address. 2009-06-10 19:28:06 +00:00
platform_maintainers.txt