Peter Dimov
34a27aaa35
Remove files left behind by the merge.
2014-06-01 02:17:34 +03:00
Peter Dimov
2179334415
Merge branch 'develop'
2014-06-01 02:11:28 +03:00
Peter Dimov
927f98189d
Update enable_if tests to use lightweight_test, add to Jamfile.
2014-06-01 02:10:28 +03:00
Peter Dimov
ba9f0e47a1
Remove unnecessary includes and workarounds from ref_ct_test.
2014-06-01 01:51:40 +03:00
Peter Dimov
f032781796
Add Jamfile.v2; make ref_test use lightweight_test.hpp.
2014-06-01 01:48:14 +03:00
Peter Dimov
5dd86f3ac4
Move and rename test files.
2014-06-01 01:31:54 +03:00
Beman Dawes
f258850888
With his kind permission, change Jaakko "Järvi" to "Jarvi"
...
[SVN r46808]
2014-06-01 01:20:58 +03:00
Marshall Clow
e8dc13f915
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
...
[SVN r43992]
2014-06-01 01:20:58 +03:00
Vladimir Prus
836c451d93
Remove V1 Jamfiles
...
[SVN r38516]
2014-06-01 01:20:57 +03:00
Jeremiah Willcock
168d31dc52
Attempted portability fix for Sun compilers
...
[SVN r31904]
2014-06-01 01:20:57 +03:00
Vladimir Prus
ca4fa81b07
Add V2 Jamfile
...
[SVN r28246]
2014-06-01 01:20:57 +03:00
Aleksey Gurtovoy
503cd251c2
move enable_if tests into their own subdirectory
...
[SVN r25649]
2014-06-01 01:20:56 +03:00
Andrey Semashev
24bb363cf1
Fix compilation with gcc 4.5 in C++11 mode
...
Gcc 4.5 does not allow non-public defaulted functions, so fall back to the C++03 version. Also replaced the deprecated macros with the new ones and adjusted formatting.
2014-06-01 01:20:42 +03:00
Peter Dimov
5956c3b0f0
Revert incorrect reversion of adf57817ec09cb8edd6032a30da6daec3edbe23f
2014-06-01 01:20:41 +03:00
Peter Dimov
a25ab4d824
Fix addressof for nullptr_t values. Fixes #5487 .
2014-06-01 01:20:41 +03:00
Peter Dimov
8a1d121ef9
Revert "Ref: Remove obsolete MSVC version check."
...
This reverts commit adf57817ec09cb8edd6032a30da6daec3edbe23f.
Conflicts:
include/boost/ref.hpp
2014-06-01 01:20:40 +03:00
Peter Dimov
d38344b9a4
Revert "Remove obsolete MSVC check from pragma guard"
...
This reverts commit 1fd5883b345a3c230daaad8ee93af5bc8f3209d5.
2014-06-01 01:20:40 +03:00
Jeremiah Willcock
b153bb98f3
Fixed duplicate anchors
...
[SVN r86423]
2014-06-01 01:20:40 +03:00
Stephen Kelly
3ca731ba5c
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2014-06-01 01:20:39 +03:00
Joel Falcou
01559a8b20
Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
...
[SVN r86125]
2014-06-01 01:20:39 +03:00
Joel Falcou
0f4204467c
Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue
...
[SVN r86124]
2014-06-01 01:20:38 +03:00
Stephen Kelly
5ee57dd469
Ref: Remove obsolete MSVC version check.
...
[SVN r86031]
2014-06-01 01:20:38 +03:00
Stephen Kelly
af1562624b
Remove obsolete MSVC check from pragma guard
...
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq
is now clean.
[SVN r85952]
2014-06-01 01:20:37 +03:00
Vicente J. Botet Escriba
83edb7e6de
Utility/noncopyable: Make use of =delete #6578 .
...
[SVN r83833]
2014-06-01 01:20:37 +03:00
Vicente J. Botet Escriba
3803997b5b
Utility: address_of take care of #7079 .
...
[SVN r83429]
2014-06-01 01:20:37 +03:00
Jeremiah Willcock
3133f1402e
Applied doc patches from Matt Calabrese
...
[SVN r71221]
2014-06-01 01:20:36 +03:00
John Maddock
e7988f3ae7
Suppress/fix some msvc and gcc compiler warnings.
...
[SVN r57494]
2014-06-01 01:20:36 +03:00
Eric Niebler
4f645eb49c
eliminate noisy warning on msvc, fixes #2993
...
[SVN r52837]
2014-06-01 01:20:35 +03:00
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