Dave Abrahams
b3fc10803f
Improve visibility of concept failure messages
...
[SVN r47793]
2008-07-25 09:11:23 +00:00
Jurko Gospodnetić
cc5dcdfb33
Worked around an unused variable compiler warning displayed in concept_check.hpp when _ITERATOR_ is not defined.
...
[SVN r45671]
2008-05-23 08:59:49 +00:00
Beman Dawes
b15e7d804b
Merge changeset 43861, fixing #1716
...
[SVN r43870]
2008-03-26 16:59:45 +00:00
Dave Abrahams
e7fbe05ee2
Work around intel-10.0-win compiler bug
...
[SVN r43861]
2008-03-25 20:47:38 +00:00
Daniel James
29f82069d9
Merged revisions 43206,43208-43213 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
Fix some broken links.
........
r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
Link to people pages on the website, as they've been removed from the download.
........
r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
Point links to the pages that used to be in 'more' to the site.
........
r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
Fix links on the home page as well.
........
r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
Generated documentation which is no longer generated.
........
[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
a61d139751
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
2364f0f02a
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
Markus Schöpflin
624e9d53c2
Treated Rogue Wave library concept check failure on Tru64/CXX.
...
[SVN r41955]
2007-12-10 13:40:56 +00:00
Beman Dawes
997b34b581
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
92ae569516
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Dave Abrahams
d9ae976994
Moved boost/concept/where.hpp to boost/concept/requires.hpp
...
Updated reference.htm to include BOOST_CONCEPT_REQUIRES
Fixed a copyright notice.
[SVN r40770]
2007-11-05 04:43:31 +00:00
Dave Abrahams
7dd50ca8f2
Updated Concept Check library documentation.
...
Changed BOOST_CONCEPT_WHERE to BOOST_CONCEPT_REQUIRES to be more
consistent with the current C++0x proposal, which now uses a
"requires" keyword in lieu of "where."
Factored GCC workarounds into the BOOST_CONCEPT_USAGE macro.
[SVN r40769]
2007-11-05 03:54:19 +00:00
Beman Dawes
96d6053a52
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Douglas Gregor
6ed3c013bb
Second attempt at fixing usage of 64-bit integer type
...
[SVN r39363]
2007-09-18 12:09:53 +00:00
Douglas Gregor
2134db9324
Support Win64
...
[SVN r39353]
2007-09-17 18:33:20 +00:00
Douglas Gregor
9ef681483e
Work around bugs in Sun Studio 11
...
[SVN r39243]
2007-09-13 18:50:50 +00:00
Vladimir Prus
6f04bb5004
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
nobody
fe5e093f53
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +00:00
Thomas Witt
d0c4fe7914
Patches from Trac #583 .
...
[SVN r37846]
2007-06-01 16:12:08 +00:00
Rene Rivera
bee3ccbb6c
Change tests to run and compile-fail.
...
[SVN r36196]
2006-11-28 17:28:34 +00:00
Beman Dawes
cf9b413943
Merged copyright and license addition
...
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
c1709f6794
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
Rene Rivera
a88c1d6a69
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
Dave Abrahams
ac6415fac2
Added BOOST_CONCEPT_USAGE for defining usage requirements: Using this
...
macro is better than simply defining a destructor because usage
patterns will be tested whenever associated types are accessed.
[SVN r35198]
2006-09-19 13:37:20 +00:00
Dave Abrahams
949c2b1b28
Add missing license/copyright
...
[SVN r35070]
2006-09-11 22:27:29 +00:00
Dave Abrahams
6b4d01994b
add missing license/copyright info
...
[SVN r35068]
2006-09-11 22:08:18 +00:00
Douglas Gregor
b11b270a56
Deal with GCC problems in updated concepts library
...
[SVN r34418]
2006-06-27 15:01:14 +00:00
Douglas Gregor
178e7549ce
Work around GCC 3.3 bug
...
[SVN r34134]
2006-06-02 15:01:19 +00:00
Dave Abrahams
fb99b2546a
Minor cleanups
...
[SVN r33967]
2006-05-15 13:29:23 +00:00
Dave Abrahams
b087894c08
vc-7.1 workarounds
...
[SVN r33961]
2006-05-08 00:54:00 +00:00
Dave Abrahams
14450b3d5d
Added missing paren
...
[SVN r33897]
2006-05-01 20:06:13 +00:00
Dave Abrahams
4e524d6c6a
Workaround for GCC-2.96
...
[SVN r33896]
2006-05-01 19:52:34 +00:00
Dave Abrahams
ba2a75c1f9
Added legibility.
...
[SVN r33895]
2006-05-01 19:45:04 +00:00
Dave Abrahams
79017f985a
Killed off "Concept" suffixes on Boost concepts. Maintained
...
back-compatibility by using a macro to define XxxxConcept when
defining Xxxxx.
[SVN r33894]
2006-05-01 19:40:32 +00:00
Dave Abrahams
f00741c14f
Moved library specifics out of boost/concept_check and into boost/concept.
...
Moved implementation details into boost/concept/detail.
Improved error messages by renaming has_constraints not_satisfied.
[SVN r33893]
2006-05-01 18:25:20 +00:00
Dave Abrahams
8c32f7a5e2
Added missing value_type to InputIteratorConcept
...
Improved idiomatic fake_sort
[SVN r33889]
2006-05-01 13:17:48 +00:00
Dave Abrahams
bfb6428417
Factored out BOOST_CONCEPT_ASSERT into concept_check/assert.hpp
...
Fixed the implementation for GCC 3.3.x and comeau
Added BOOST_CONCEPT_WHERE, and tests
[SVN r33887]
2006-05-01 12:50:48 +00:00
Dave Abrahams
80cbd76189
Misc cleanups, missing extensions of integral types to (un)signed char
...
and, where apropriate, the long long types.
[SVN r33877]
2006-04-30 20:54:13 +00:00
Dave Abrahams
3bce136d94
use idiomatic convertibility assertions.
...
[SVN r33869]
2006-04-30 03:33:33 +00:00
Dave Abrahams
3c2a976d2a
Workarounds for a nasty vc-7.1 bug that only shows up in the iterator
...
library tests.
[SVN r33866]
2006-04-30 03:01:58 +00:00
Dave Abrahams
24326c9df5
Fixes for concept checking; use destructors for checking classes, misc cleanup.
...
[SVN r33862]
2006-04-29 20:27:14 +00:00
Dave Abrahams
d4ecb93adb
Rework concept checking to look lots more like ConceptGCC.
...
[SVN r33775]
2006-04-24 04:10:22 +00:00
nobody
3e56a7c4ec
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +00:00
Vladimir Prus
940df353e8
Added Jamfile.v2
...
[SVN r32349]
2006-01-18 12:14:03 +00:00
Jeremy Siek
8414234a2a
documented the restriction on BOOST_CLASS_REQUIRES
...
[SVN r30917]
2005-09-12 15:17:27 +00:00
Dave Abrahams
4a7d05206e
Fixed missing concept_check test -- Jamfile wasn't subincluded
...
[SVN r30863]
2005-09-07 21:49:08 +00:00
Jeremy Siek
842160c38c
_c -> C
...
[SVN r30862]
2005-09-07 21:03:46 +00:00
Jeremy Siek
d51a7bf94a
fixed typo
...
[SVN r30860]
2005-09-07 20:56:50 +00:00
Douglas Gregor
6f59ef904b
Revert Jeremy Siek's patches for now
...
[SVN r30299]
2005-07-28 18:22:23 +00:00
Jeremy Siek
3cd0be21a7
fixed archetypes for count, etc.
...
[SVN r30292]
2005-07-28 16:33:20 +00:00