boost/libs
Anthony Williams 36ed9c3f84 Added license and copyright to docs
[SVN r46705]
2008-06-26 06:41:00 +00:00
..
accumulators@20d5e3f16d remove dependence on undefined vector capacity behavior in tail_impl 2008-06-25 17:58:23 +00:00
algorithm@7299b29bf8 fixind the problems in is_any_ofF spotted by gcc 2008-06-18 22:07:32 +00:00
any@181c33d131 Fixes #1898 Compilation Error in Any Test 2008-05-07 19:17:09 +00:00
array@9804292dad Move array test into canonical test subdir structure. 2008-04-13 22:12:12 +00:00
asio@03fc0e7dd6 One more check needed for BSD serial port extensions. 2008-06-20 00:25:50 +00:00
assign@e97ee2aeb2 comparison predicates and stream support for better integration with Boost.Test 2008-06-04 15:29:05 +00:00
atomic@88da98e37b
bimap@02b2282260 Merge in documentation fixes. Apart from the change to optional's documenation 2008-04-27 07:39:49 +00:00
bind@203ca82ef2 bind( type<R>(), f, ... ) now works when f is a member function. 2008-05-21 19:49:47 +00:00
chrono@88da98e37b
circular_buffer@6c59b9fe12 circular_buffer: bugfix #1919, #1852 2008-05-21 15:53:50 +00:00
compatibility@0316eeeecb
compose@0cd80c5f65
concept_check@cc5dcdfb33 Worked around an unused variable compiler warning displayed in concept_check.hpp when _ITERATOR_ is not defined. 2008-05-23 08:59:49 +00:00
config@9b34e89b62 Tweak Adding New Defect Macros updating configuration test system wording. 2008-06-20 00:23:58 +00:00
container@88da98e37b
context@88da98e37b
conversion@0d258ff7b1 Largely pointless Borland 5.5.1 changes. :-) 2008-05-21 21:13:22 +00:00
coroutine@88da98e37b
crc@344cd4474b Oops, forgot the important file. 2008-04-13 22:32:28 +00:00
date_time@e6bb691886 Applied a date_time greg_weekday.hpp typo correction patch by Peter Klotz. 2008-06-24 08:35:07 +00:00
detail@3c2c779258 simplified namespace issue with mbstate_t 2008-06-15 17:01:43 +00:00
disjoint_sets@e2426c7465 Link to people pages on the website, as they've been removed from the download. 2008-02-10 14:56:22 +00:00
dynamic_bitset@1b7c462afe Point links to the pages that used to be in 'more' to the site. 2008-02-10 15:02:17 +00:00
exception@87b1b323d8 documentation bindings updated. 2008-06-26 06:33:51 +00:00
filesystem@ec6cad0b79 Clear gcc shadow warnings (Gordon Magnusson), fixing ticket #1770 2008-06-25 14:43:31 +00:00
flyweight@88da98e37b
foreach@6c7e0cabf3 Fix for Tru64 CXX 7.1 which is able to correctly handle rvalues. 2008-06-02 08:18:03 +00:00
format@8bbaa45579 Merge in documentation fixes. Apart from the change to optional's documenation 2008-04-27 07:39:49 +00:00
function@bacb5d6752 Attempt to work around problem with allocator casts in Boost.Function 2008-06-17 13:59:04 +00:00
function_types@594c159568 Added some parenthesis to disambiguate expressions. 2008-04-20 13:51:15 +00:00
functional@693e2e87be Merge some small documentation fixes from the doc branch, and mark some 2008-05-20 15:39:25 +00:00
fusion@91ea13a593 Fusion: Fixed a VC level 4 warning 2008-04-27 01:04:25 +00:00
geometry@88da98e37b
gil@68b33f6e7b GIL: Replaced tabs with spaces. 2008-03-21 09:43:19 +00:00
graph@c6c6be7ae0 Quote href values - our tools don't support unquoted values. 2008-05-11 13:49:20 +00:00
graph_parallel@1639cca270
heap@88da98e37b
icl@88da98e37b
integer@600801670e Move integer tests into canonical test subdir structure. 2008-04-13 23:00:19 +00:00
interprocess@513cf6fbb4 Fixes to avoid documentation warnings with Boostbook 2008-06-22 17:43:22 +00:00
intrusive@883b50a8d4 gcc 4.3 fixes for normal and -std=c++0x modes 2008-06-21 09:15:00 +00:00
io@a720ac89c1 Point links to the pages that used to be in 'more' to the site. 2008-02-10 15:02:17 +00:00
iostreams@6aa3785713 applied changes from Jorge Lodos (with modifications) 2008-06-25 18:23:59 +00:00
iterator@bf7d904bf8 Point links to the pages that used to be in 'more' to the site. 2008-02-10 15:02:17 +00:00
lambda@1c953ed38c Updated docs re bug #1855 2008-05-03 23:45:30 +00:00
local_function@88da98e37b
locale@88da98e37b
lockfree@88da98e37b
logic@24117db3ae Include <ios> to get std::boolalpha. Fixes #1586 2008-01-25 21:07:14 +00:00
math@4a4271a594 Added missing #include. 2008-05-29 16:03:26 +00:00
move@88da98e37b
mpi@113c1b3f4f Fix mpi::scatter arguments, from Erik Zeek. Fixes #2051 2008-06-25 21:52:57 +00:00
mpl@b953a6b63b Fix redeclaration errors detected by GCC 4.3.0 (ticket #1528) 2008-06-23 02:31:22 +00:00
msm@88da98e37b
multi_array@40b0db7ad6 fixed bugs. 2008-06-19 14:17:47 +00:00
multi_index@78f6bf5446 updated according to latest regression tests results, fixed a broken link, typo 2008-02-07 16:29:27 +00:00
multiprecision@88da98e37b
numeric Fixed typo re bug #1853 2008-05-03 23:50:51 +00:00
optional@3ebabcb2d8 Fixed syntax of optional_swap_should_use_default_constructor and swap template specializations that I added 2 days ago (changeset [45265]). Was accepted by MSVC, but rejected by other compilers. 2008-05-12 13:29:52 +00:00
parameter@834f245953 Fixed #1044. ArgumentPack is now available in the return type calculation 2008-05-08 20:04:24 +00:00
phoenix@88da98e37b
polygon@88da98e37b
pool@7f87d3e79b Added a workaround for a compilation failure when including some Boost Serialization headers before some Boost Pool headers using MSVC 7.1 or 8.0. Source of the problem is a compiler bug fixed in MSVC 9.0 and workaround consists of referencing some Windows API identifiers using their fully qualified names. Added a related regression test for the Boost Pool library. See the test code comments for more detailed information on the bug. 2008-04-17 00:20:33 +00:00
predef@88da98e37b
preprocessor@485db8aef5 Move preprocessor tests into canonical test subdir structure. 2008-04-13 23:21:57 +00:00
program_options@4dcce9efce Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages 2008-04-02 01:42:32 +00:00
property_map@6874cc3214 Quote href values - our tools don't support unquoted values. 2008-05-11 13:49:20 +00:00
property_tree@f4105f823f
proto@88da98e37b
ptr_container@7d77c89fdf update of test for ptr_unordered_set 2008-06-12 14:14:32 +00:00
python@b01e0e6b9c Added missing ostream header file. 2008-06-04 15:11:05 +00:00
random@1d7cbef7e2 Replace random's make_unsigned with the type_traits version. Fixes #2026 2008-06-21 16:07:44 +00:00
range@d20121bf12 html fix 2008-06-24 15:39:28 +00:00
ratio@88da98e37b
rational@fa7f26c8f4 fixed issue 1545 2008-05-25 19:13:02 +00:00
regex@d7d38da27f Changed POSIX API functions to use the global C locale. 2008-06-05 17:07:42 +00:00
scope_exit@88da98e37b
serialization@5df5e6cf53 make sure that headers are included which size_t 2008-06-26 05:56:15 +00:00
signals@1a5e31956c Correct definition of the argN_type typedefs in Signals. Fixes #2023 2008-06-19 15:18:52 +00:00
signals2@88da98e37b
smart_ptr@2a92df56f2 #include <ia64intrin.h> in spinlock_sync.hpp as well. 2008-06-02 20:01:30 +00:00
spirit@cba72d5bf7 removed unwanted member function 2008-06-17 11:32:22 +00:00
statechart@6a53799c51 Changed the PingPong example to demonstrate how the inner workings of an asynchronous_state_machine<> subclass can be hidden. 2008-04-13 13:57:42 +00:00
static_assert@8b819d5c6c Changed BOOST_STATIC_ASSERT for GCC to suppress warnings about old C style casts. 2008-04-01 17:53:56 +00:00
sync@88da98e37b
system@a97517585c Add const char* constructors to system_error, rationalize test coverage 2008-06-25 14:16:59 +00:00
test@51176cb318 Fix ticket #1542 2008-06-19 14:49:17 +00:00
thread@eb30688937 Added license and copyright to docs 2008-06-26 06:41:00 +00:00
timer@fad60ce4fa Move timer tests into canonical test subdir structure. 2008-04-13 23:45:04 +00:00
tokenizer@79e83dece7 Move tokenizer tests into canonical test subdir structure. 2008-04-13 23:55:58 +00:00
tr1@d46f416187 Update the license link markup in the TR1 documentation. 2008-05-28 09:44:15 +00:00
tti@88da98e37b
tuple@62d366fa68 Link to people pages on the website, as they've been removed from the download. 2008-02-10 14:56:22 +00:00
type_erasure@88da98e37b
type_traits@21d466f451 Added alignof intrinsic support: new tests and docs. 2008-06-04 17:09:37 +00:00
typeof@7d3afd076d removes unnecessary escaping 2008-02-25 11:45:51 +00:00
units@62d50f248e Inline do_call_base_unit_converter_impl and make it always go to the same implementation so that I don't need base_unit_converter::is_defined. Altogether this saves 1000 template instantiations out of 25000 for systems.cpp 2008-06-25 04:06:43 +00:00
unordered@ec1e809fc3 Extract the hash and equality functions from hash_table_data_*. 2008-06-22 13:54:45 +00:00
utility@4a564744fe documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files 2008-06-25 23:27:56 +00:00
uuid@88da98e37b
variant@25e12b7428 Fixes #965 2008-01-26 23:06:24 +00:00
wave@a335a53ac3 Add mime-type and eol-style properties as needed 2008-06-17 13:54:46 +00:00
xpressive@79083632d5 regex iterators hold ref count to regex impl, fixes #1990 2008-06-24 16:24:50 +00:00
index.html
libraries.htm Hook up Units documentation 2008-06-20 03:57:42 +00:00
maintainers.txt Added units to the list in maintainers.txt 2008-06-20 03:02:51 +00:00
platform_maintainers.txt