Commit Graph

940 Commits

Author SHA1 Message Date
Peter Dimov
09bb576ae8 Another try at the Sun workaround.
[SVN r52010]
2014-06-01 01:20:35 +03:00
Peter Dimov
5d3d9f60d8 Try the Sun workaround with int instead of size_t.
[SVN r51986]
2014-06-01 01:20:35 +03:00
Peter Dimov
82d77c20eb Try to fix array addressof failures on Sun C++.
[SVN r51977]
2014-06-01 01:20:34 +03:00
Peter Dimov
eacbce16fb Disable new addressof code for all Borland versions. Refs #2878.
[SVN r51891]
2014-06-01 01:20:34 +03:00
Peter Dimov
729842ac99 Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878.
[SVN r51872]
2014-06-01 01:20:33 +03:00
Peter Dimov
239c2db98f Refs #2128 (fixed in trunk.)
[SVN r51512]
2014-06-01 01:20:33 +03:00
Ronald Garcia
e00f569741 Added an anonymous unwrapping test.
[SVN r47297]
2014-06-01 01:20:33 +03:00
Ronald Garcia
26b87da9ca Added tests for unwrap_ref.
[SVN r47296]
2014-06-01 01:20:32 +03:00
Ronald Garcia
eaeb3ca8d2 Added unwrap_ref.
[SVN r47295]
2014-06-01 01:20:32 +03:00
Beman Dawes
b6e7b0be84 With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46808]
2014-06-01 01:20:31 +03:00
Peter Dimov
286a7fa767 Fix #1846.
[SVN r44705]
2014-06-01 01:20:31 +03:00
Marshall Clow
4a07f2ed53 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2014-06-01 01:20:30 +03:00
John Maddock
e134f0de97 Fix some inspection report issues.
[SVN r43633]
2014-06-01 01:20:30 +03:00
Peter Dimov
d64c92281c License/copyright edits
[SVN r35958]
2014-06-01 01:20:30 +03:00
Peter Dimov
a3c8d13b70 Borland 5.81 fix (Alisdair Meredith)
[SVN r33161]
2014-06-01 01:20:29 +03:00
Peter Dimov
b93f58c58e Made the Boost logo link to the home page
[SVN r31112]
2014-06-01 01:20:29 +03:00
Peter Dimov
a41e0d7955 Removed type_traits include, added more tests
[SVN r27712]
2014-06-01 01:20:28 +03:00
Eric Niebler
109d1d8c8d work-around for Borland addressof(array) bug and associated tests
[SVN r27656]
2014-06-01 01:20:28 +03:00
Stefan Slapeta
f9eab708f1 replaced BOOST_TEST
[SVN r27054]
2014-06-01 01:20:28 +03:00
Aleksey Gurtovoy
65f05c3d41 merge RC_1_32_0 fixes
[SVN r26333]
2014-06-01 01:20:27 +03:00
Aleksey Gurtovoy
a8c403d864 merge RC_1_32_0 fixes
[SVN r26328]
2014-06-01 01:20:27 +03:00
Aleksey Gurtovoy
c9b9b07438 c++boost.gif -> boost.png replacement
[SVN r25573]
2014-06-01 01:20:26 +03:00
Dave Abrahams
3c15c38268 added copyright/license
[SVN r24814]
2014-06-01 01:20:26 +03:00
Dave Abrahams
3887539e0a fix noncopyable, finally
[SVN r24618]
2014-06-01 01:20:25 +03:00
Dave Abrahams
dded3779ae ADL protection
[SVN r24595]
2014-06-01 01:20:25 +03:00
Dave Abrahams
e347e49955 ADL protection
[SVN r24564]
2014-06-01 01:20:25 +03:00
Douglas Gregor
15284db3f5 Moved to BSL
[SVN r24446]
2014-06-01 01:20:24 +03:00
John Maddock
d0a10f8305 Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
[SVN r24402]
2014-06-01 01:20:24 +03:00
John Maddock
0c1eb3aed1 Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
2014-06-01 01:20:23 +03:00
John Maddock
fe3db5b2d6 Updated Beman Dawes' licence statement to use the new prefered form of words.
[SVN r24370]
2014-06-01 01:20:23 +03:00
Douglas Gregor
0b281fd815 License update
[SVN r24175]
2014-06-01 01:20:23 +03:00
Douglas Gregor
8b0e43c411 Converted to Boost Software License, Version 1.0
[SVN r24096]
2014-06-01 01:20:22 +03:00
Douglas Gregor
00ea4449dc Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-01 01:20:22 +03:00
Douglas Gregor
ea633e9f67 License update
[SVN r24048]
2014-06-01 01:20:21 +03:00
Douglas Gregor
b201c6aaf7 Doug Gregor -> Douglas Gregor
[SVN r24016]
2014-06-01 01:20:21 +03:00
Jaakko Järvi
9630659544 fixed a typo
[SVN r22754]
2014-06-01 01:20:20 +03:00
Dave Abrahams
ddfdf8f857 pro9 workarounds; some ADL protection for is_xxx
[SVN r21529]
2014-06-01 01:20:20 +03:00
Eric Friedman
439c636485 Improved workarounds.
[SVN r21157]
2014-06-01 01:20:20 +03:00
Jaakko Järvi
bb9a59cab0 added dummy versions of enable_if templates for platforms that have BOOST_NO_SFINAE defined
[SVN r21154]
2014-06-01 01:20:19 +03:00
Jaakko Järvi
d0eec67a49 guarded enable_if definitions with BOOST_NO_SFINAE
[SVN r21149]
2014-06-01 01:20:19 +03:00
Beman Dawes
11d0c114fd fix broken link to logo
[SVN r21122]
2014-06-01 01:20:18 +03:00
Jaakko Järvi
82195e9e6b Added enable_if library
[SVN r21090]
2014-06-01 01:20:18 +03:00
Peter Dimov
be15129f9c _MSC_VER use clarified.
[SVN r20992]
2014-06-01 01:20:17 +03:00
Beman Dawes
d6aafe7e1a Change license message to reference Boost Software License
[SVN r20038]
2014-06-01 01:20:17 +03:00
Daniel Frey
9085a27d5f Fix for Metrowerks CW
[SVN r19626]
2014-06-01 01:20:17 +03:00
Peter Dimov
37e3679e67 Fixed Intel 7 issue (reported by Daniel Frey)
[SVN r19145]
2014-06-01 01:20:16 +03:00
Peter Dimov
d5331fc7ca -Wundef fixes.
[SVN r18788]
2014-06-01 01:20:16 +03:00
Aleksey Gurtovoy
ef31702ea4 MPL names/directory structure refactoring
[SVN r17651]
2014-06-01 01:20:15 +03:00
Peter Dimov
4db279cd81 Qualified checked_delete calls to prevent ADL (reported by Daniel Frey)
[SVN r17636]
2014-06-01 01:20:15 +03:00
Dave Abrahams
a61832c995 fix metafunctions for MPL
[SVN r17621]
2014-06-01 01:20:15 +03:00