boost/libs
Joel de Guzman 2e001459cb Doc updates
[SVN r54879]
2009-07-11 05:46:30 +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@7fb9412ea8 removed warning on vc++ for using std::equal 2009-06-30 20:04:45 +00:00
asio@5cafa35a16 Don't write to /dev/poll descriptor when there are no pending changes. 2009-07-09 22:58:26 +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@26ee2825fe Make protect use the same approximation of perfect forwarding as plain bind. 2009-06-26 22:31:15 +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@a04de07542 Fix last known version number. 2009-07-06 08:35:54 +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@96ed20d2d7 documentation update 2009-07-10 19:03:29 +00:00
filesystem@de50f3c5b2 Filesystem: apply supplied patch to fix #3176 2009-06-18 21:01:54 +00:00
flyweight@b7c6b3394e updated assertion message 2009-06-22 20:33:55 +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@8b63c146ea Work around Visual C++ copy constructor bug. Fixes #2929. 2009-07-03 22:22:03 +00:00
function_types@1b4fdee6ff Cleanup function_types Jamfile. 2009-06-04 09:36:17 +00:00
functional@4936095357 Add am implementation note about the Visual C++ problems. 2009-06-27 07:39:12 +00:00
fusion@c0eebc8121 Fix #1601 2009-07-10 00:50:05 +00:00
geometry@88da98e37b
gil@b262036799 GIL: fixed two minor warnings. 2009-07-06 20:46:26 +00:00
graph@0b60534904 Changed the default probability to the sorted_erdos_renyi_generator to 0.5 2009-07-07 13:02:32 +00:00
graph_parallel@88755a71c5 Fixed header file; refs #3134 2009-07-07 02:27:57 +00:00
heap@88da98e37b
icl@88da98e37b
integer@edd638ec91 Use BOOST_STATIC_CONSTANT in static_log2, as g++ 4.0 has problems with enum. 2009-07-08 21:27:05 +00:00
interprocess@af7d196d35 Boost 1.40 changes 2009-06-25 16:25:34 +00:00
intrusive@ccd4975b46 Boost 1.40 changes 2009-06-25 16:26:25 +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@f99607da5d Fix lookup ambiguity. 2009-06-23 16:39:50 +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 see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the storage layout still need more investigation. 2009-06-22 21:13:40 +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@8389d3afde Added default constructor; refs #3134 2009-06-22 20:06:41 +00:00
property_tree@f1a4f5e651 Added #include of <algorithm> 2009-05-21 14:39:56 +00:00
proto@4e5178144e fix oops 2009-07-10 19:45:01 +00:00
ptr_container@de6272aaed initial support for const elements in containers 2009-07-07 19:21:53 +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@34de2958f9 Serialization: added missing header file #include 2009-07-10 16:00:03 +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@00a62f1c83 Doc updates 2009-07-11 05:46:30 +00:00
statechart@8bf85eb3b5 Updated *.vcproj files to link against 1.40 binaries 2009-07-06 19:26:14 +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@ff1664fecc avoid warning 2009-06-29 03:44:38 +00:00
thread@235ed4afe0 Check _GNU_SOURCE before using get_nprocs. 2009-06-27 09:22:41 +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@28ddc6e6f5 Update docs. 2009-06-22 12:02:15 +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@204b1f1d62 Loosen the requirements on atan2. Fixes #3258 2009-07-10 21:26:57 +00:00
unordered@7e1dbc4cb7 Fix the unordered_map declaration in the tutorial. Fixes #3119. 2009-06-01 19:22:27 +00:00
utility@09a0137016 Reverted value_init revision [54502], intel_9_value_init_conversion-operator.patch from ticket #2548, as it only increased the number of compile errors at the regression page, and Fernando Cacciola also suggested me to leave it broken (without the patch), for this specific (old) compiler version. 2009-07-09 08:06:19 +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@63aaed85fa Wave: minor edit 2009-06-22 19:46:43 +00:00
xpressive@d641295fc7 revert the BasicPrimitiveTransform changes as leading to weird inconsistencies 2009-07-10 04:44:23 +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