boost/libs
Douglas Gregor c3dfc83a97 Fix constructor call
[SVN r29560]
2005-06-14 13:52:02 +00:00
..
algorithm@a4137bbae6 Boland "using problem" fix 2005-06-06 20:03:18 +00:00
any@4c316b53d4 Added V2 Jamfile 2005-05-25 13:33:14 +00:00
array@2fde5e334b License update 2004-09-09 13:59:01 +00:00
assign@57a6ed85a7 moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x 2005-06-07 07:11:16 +00:00
bind@2a21f7df2c Added - an example of using boost::cref 2005-06-02 15:29:01 +00:00
compatibility@3fb62bad10 c++boost.gif -> boost.png replacement 2004-10-05 15:45:52 +00:00
compose@1dac6c4295 Placeholder for all time 2004-09-14 12:28:18 +00:00
concept_check@166e3207b7 Turn off NDEBUG if it is defined 2005-05-01 14:30:28 +00:00
config@15b46e94a3 Fixed signed/unsigned comparison warnings. 2005-05-31 09:46:54 +00:00
conversion@caa875505e Update 2005-04-14 11:20:26 +00:00
crc@3b6c652879 c++boost.gif -> boost.png replacement 2004-10-05 15:45:52 +00:00
date_time@1f5d0d6f47 update to references before the 1.33 2005-06-13 11:51:52 +00:00
detail@e6ddc5ae0f Workarounds for vc6 and 7. 2005-05-16 14:54:12 +00:00
disjoint_sets@e03ea5c974 Converted to Boost Software License 2005-03-24 14:54:12 +00:00
dynamic_bitset@39f11e7cc0 Workaround for CodeWarrior 9.4/9.5, I think 2005-05-16 14:22:35 +00:00
exception@ae714358ad fixes comeau bug 2004-08-04 05:15:01 +00:00
filesystem@b192558c49 use a form of directory iteration search Sebastian Martel reports will work with Win98 2005-06-07 13:16:56 +00:00
format@bd35889d7d Enable overload disambiguation workaround for Tru64/CXX too. This clears most of 2005-06-10 12:29:27 +00:00
function@8b816138bc Fix tests for compilers that actually have a real is_stateless 2005-05-10 13:30:35 +00:00
functional@b96ed7b984 Check errno after calling frexp - this is pretty slow and unecessary on most platforms, but this close to release it seems better to be over cautious. 2005-05-28 12:10:33 +00:00
graph@9934fd8da4 Fix constructor call 2005-06-14 13:52:02 +00:00
integer@8602a17a10 Replace buggy Cygwin INTMAX_C and UINTMAX_C macros 2005-05-30 01:45:13 +00:00
io@cf2a12b4a3 Fix to allow for the possibility that std::locale support is not available in some standard library implementations. 2005-05-02 06:24:20 +00:00
iostreams@df6b629c25 fixed include directive 2005-06-13 18:46:32 +00:00
iterator@df49ae74e0 Define BOOST_NO_LVALUE_RETURN_DETECTION for Tru64/CXX-6.5. 2005-06-13 08:22:38 +00:00
lambda@d854239945 Patch by Jonathan Wakely to expand special handling of GCC when used in 2005-05-06 05:08:32 +00:00
logic@0a8936b80a Give the enum a name 2005-06-01 19:08:00 +00:00
math@05bcdf8387 Possible fix for CW 9.4-Intel. 2005-05-27 15:01:49 +00:00
mpl@bea1c79ed7 forced operators overloading for vacpp 6.0 2005-06-14 12:42:08 +00:00
multi_array@afcd2d7e68 Use 0, not exit_success 2005-04-02 03:21:26 +00:00
multi_index@1d844cd539 suppressed warning in vacpp 6.0 2005-06-13 16:07:34 +00:00
numeric elements are not initialised. Thanks Gunter 2005-06-13 11:45:51 +00:00
optional@88d002a7be Doc fixes 2005-05-23 14:04:03 +00:00
parameter@74a5d3372b Support for Borland C++ 2005-06-11 06:46:03 +00:00
pool@dc59ce3abb Try to work around Borland 5.6.4 bug 2005-05-19 13:45:53 +00:00
preprocessor@f5bc79f606 VC++ workaround 2005-01-25 22:43:56 +00:00
program_options@f88e0a9572 Attempt to fix VC7 parse error. 2005-06-03 10:38:24 +00:00
property_map@1dfa28e16c Work around GCC 2.95.3 lookup bugs 2005-05-19 14:11:51 +00:00
ptr_container@9c3001a731 moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x 2005-06-07 07:11:16 +00:00
python@1fca114f6a work around RedHat 7.3 gcc 2.96 code generation errors: use previously checked in VC6, VC7.0 workaround only for exactly these compilers 2005-05-29 17:05:25 +00:00
random@9eacbed88b Revert Jens Maurer's changes until after release 2005-05-21 15:57:01 +00:00
range@1c4fcbee6f moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x 2005-06-07 07:11:16 +00:00
rational@369b9ffaf1 c++boost.gif -> boost.png replacement 2004-10-05 15:45:52 +00:00
regex@a87dad5cc8 Improved ICU handling. 2005-06-11 14:21:21 +00:00
serialization@d68064782d Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5. 2005-06-09 00:52:17 +00:00
signals@20f0f9bc46 Fix stupid typo 2005-05-25 14:01:46 +00:00
smart_ptr@675d09723a Lock-free implementation documented, minor changes to align with TR1 2005-06-12 12:58:17 +00:00
spirit@fa2aaf7d13 Doc update (sample for right recursion) 2005-06-10 07:12:54 +00:00
statechart@35954a6116 Separated performance-related docs from the rationale into a page of its own. 2005-06-04 15:51:56 +00:00
static_assert@f7531de553 Add custom static_assert for CodeWarrior <= 8. Which works in all contexts, specifically it works inside tempalte function contexts which the standard one doesn't. This makes all tests pass for this compiler for the first time. 2005-05-15 22:40:40 +00:00
test@ffb116250b Use limited tests with Tru64/CXX. 2005-06-13 11:46:26 +00:00
thread@26bffa3740 Rename binder to eliminate name conflicts with type traits. 2005-05-26 14:12:41 +00:00
timer@4ac34282d4 c++boost.gif -> boost.png replacement 2004-10-05 15:45:52 +00:00
tokenizer@f35b06a585 c++boost.gif -> boost.png replacement 2004-10-05 15:45:52 +00:00
tuple@a17ce206f2 replaced BOOST_TEST 2005-02-03 13:55:45 +00:00
type_traits@edc0635813 IBM/VisualAge also supports SFINAE 2005-06-08 08:30:37 +00:00
utility@871f3a6779 Don't use the self contained include files for boost.test as this test is linked 2005-06-14 13:46:20 +00:00
variant@5d4de6f145 Make sure strlen is available 2005-04-05 13:19:56 +00:00
wave@86a61fd37d Added (optional) very verbose output to the testwave application. 2005-06-07 18:02:18 +00:00
expected_results.xml adjust MSVC toolset names in the last-known-good release results 2005-06-10 02:07:55 +00:00
index.html htm instead of html:-) 2002-08-15 18:37:55 +00:00
libraries.htm added pointer container enties 2005-05-03 20:36:55 +00:00
maintainers.txt added turkanis as maintianer of rational 2005-06-03 21:21:30 +00:00