ad90dac61d
refs #5127 applying Michael Morin's patch for transform_iterator to trunk
...
[SVN r78121]
2012-04-22 01:27:49 +00:00
964a29979c
Applied patches from #5697 ; refs #5697
...
[SVN r77723]
2012-04-02 18:19:44 +00:00
caa0e5035a
Added Michel's patches for #1427
...
[SVN r68205]
2011-01-17 14:52:49 +00:00
d469568de7
function_input_iterator fixes from Dean Michael Berris
...
[SVN r62710]
2010-06-10 05:59:46 +00:00
2786268510
Applied patches from #1427 ; fixes #1427
...
[SVN r62625]
2010-06-09 01:08:45 +00:00
ac522bc9e1
category of each component iterator is reduced to a known category before we try to find a minimum.
...
Closes #1517
[SVN r58012]
2009-11-28 18:53:43 +00:00
4c60e26bf8
Made sure that iterator_facade's nested `::pointer
` type is always
...
the same as what's returned from operator->. For input iterators,
that wasn't always the case (see operator_arrow_proxy).
Fixes #1019 .
[SVN r57989]
2009-11-28 05:12:29 +00:00
d11c7a3ec4
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
76fd8e27fb
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
835498603d
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
b0ec5a759b
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
1f0a885def
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
0b095e687f
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
[SVN r37057]
2007-02-24 22:40:59 +00:00
9d241238f8
Fix inspection issues
...
[SVN r35239]
2006-09-21 02:40:19 +00:00
7243852b0a
GCC-3.3.x workarounds
...
[SVN r35151]
2006-09-18 02:34:18 +00:00
e7843bdea3
The previous test ran afoul of a few compilers. Let's try again.
...
[SVN r35126]
2006-09-15 16:40:07 +00:00
bca372da18
fix for http://tinyurl.com/kbwzm
...
[SVN r35102]
2006-09-13 22:36:10 +00:00
0237e49a17
fix for http://tinyurl.com/zuohe
...
[SVN r35101]
2006-09-13 22:24:14 +00:00
0dbe767eec
Borland workaround updated
...
[SVN r33719]
2006-04-17 14:23:24 +00:00
58341b3517
Stop using assert() in tests so we can test with NDEBUG defined.
...
[SVN r33026]
2006-02-20 15:45:40 +00:00
7846e4bfd7
slist updates
...
[SVN r32477]
2006-01-31 13:30:01 +00:00
73811245eb
Fix counting_iterator::distance_to fails to instantiate for non default template arguments.
...
[SVN r31758]
2005-11-23 19:12:49 +00:00
48f7be7015
Workaround for non-conforming definition of std::ostream_iterator on Tru64/CXX.
...
[SVN r30852]
2005-09-07 16:03:55 +00:00
55fd9078a1
Renamed to avoid >31 char filename.
...
[SVN r30088]
2005-07-14 21:10:07 +00:00
e22bb495db
vc6-stlport workaround
...
[SVN r29795]
2005-06-26 13:21:09 +00:00
54ae365c98
Further generalized vc6 workaround
...
[SVN r29788]
2005-06-24 18:47:21 +00:00
a9483b5633
Kill off vc6/stlport error more generally and more specifically
...
[SVN r29786]
2005-06-24 18:34:17 +00:00
65fe75e558
Workarounds for Borland
...
Improved assertion output
[SVN r29779]
2005-06-24 15:37:23 +00:00
ab372a0a74
Added failing test for missing #include guard, then fixed it.
...
[SVN r28459]
2005-04-24 11:48:23 +00:00
f9c4915b55
Sync with V1
...
[SVN r28241]
2005-04-14 11:37:17 +00:00
88697aad65
merge from RC_1_32_0 branch
...
[SVN r26942]
2005-01-30 21:36:16 +00:00
7344357e32
merge changes from RC_1_32_0
...
[SVN r26891]
2005-01-28 07:42:05 +00:00
80501e1eb2
merge changes from RC_1_32_0
...
[SVN r26888]
2005-01-28 07:34:17 +00:00
7707262a07
base_type patch from Eric Niebler
...
[SVN r26818]
2005-01-23 15:40:15 +00:00
ba3e7a459e
Allow for bidirectional filtered_iterators
...
[SVN r26491]
2004-12-13 09:31:17 +00:00
295ae05e40
Fix the problems described in this thread:
...
http://lists.boost.org/MailArchives/boost-users/msg08656.php
[SVN r26410]
2004-12-03 09:55:30 +00:00
c6bc3b2547
added copyrights
...
[SVN r25810]
2004-10-20 13:20:19 +00:00
1f999864a1
Fix 31 character limit
...
[SVN r25193]
2004-09-18 13:32:24 +00:00
a396085bc0
Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
...
[SVN r24899]
2004-09-04 10:34:49 +00:00
6196a6e591
merge new MPL version from 'mplbook' branch
...
[SVN r24874]
2004-09-02 15:41:37 +00:00
3eca5e8f60
License updates
...
[SVN r24597]
2004-08-19 15:19:17 +00:00
5947d569b9
License update
...
[SVN r24596]
2004-08-19 15:11:49 +00:00
82108581b9
Make sure that X(r++) works for writable iterators.
...
[SVN r24420]
2004-08-11 19:54:40 +00:00
ca41a4f902
Fixed (C) and license.
...
[SVN r24378]
2004-08-10 14:41:52 +00:00
a6d200f262
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
0c28649d0b
Remove tabs in file.
...
[SVN r24043]
2004-07-25 17:12:17 +00:00
edb7528136
Only use proxy for *r++ if *r is also a proxy.
...
[SVN r23516]
2004-07-14 00:40:04 +00:00
2721c3c97e
Repair postfix increment proxies for input iterators
...
[SVN r23508]
2004-07-13 17:23:53 +00:00
f49f68c8fe
Fixed postfix increment for incrementable and single-pass iterator facade
...
[SVN r23456]
2004-07-12 03:18:49 +00:00
02f606816d
faster compile (no iostream)
...
[SVN r23451]
2004-07-12 02:21:35 +00:00