Peter Dimov
|
a608977aef
|
Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 1fd5883b345a3c230daaad8ee93af5bc8f3209d5.
|
2014-06-01 01:15:49 +03:00 |
|
Jeremiah Willcock
|
afefe89832
|
Fixed duplicate anchors
[SVN r86423]
|
2014-06-01 01:15:49 +03:00 |
|
Stephen Kelly
|
aeaf9ecf8a
|
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#else...#endif blocks.
[SVN r86245]
|
2014-06-01 01:15:49 +03:00 |
|
Joel Falcou
|
000e6d6f04
|
Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
[SVN r86125]
|
2014-06-01 01:15:48 +03:00 |
|
Joel Falcou
|
5c4b2ffc39
|
Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue
[SVN r86124]
|
2014-06-01 01:15:48 +03:00 |
|
Stephen Kelly
|
999b417ae2
|
Ref: Remove obsolete MSVC version check.
[SVN r86031]
|
2014-06-01 01:15:47 +03:00 |
|
Stephen Kelly
|
da934c4ecf
|
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:15:47 +03:00 |
|
Vicente J. Botet Escriba
|
f8aa53fe71
|
Utility/noncopyable: Make use of =delete #6578.
[SVN r83833]
|
2014-06-01 01:15:46 +03:00 |
|
Vicente J. Botet Escriba
|
86bfb22ec0
|
Utility: address_of take care of #7079.
[SVN r83429]
|
2014-06-01 01:15:46 +03:00 |
|
Jeremiah Willcock
|
72835cf1ac
|
Applied doc patches from Matt Calabrese
[SVN r71221]
|
2014-06-01 01:15:45 +03:00 |
|
John Maddock
|
5dd164b0bc
|
Suppress/fix some msvc and gcc compiler warnings.
[SVN r57494]
|
2014-06-01 01:15:45 +03:00 |
|
Eric Niebler
|
4a2d4813b3
|
eliminate noisy warning on msvc, fixes #2993
[SVN r52837]
|
2014-06-01 01:15:44 +03:00 |
|
Peter Dimov
|
868403700d
|
Another try at the Sun workaround.
[SVN r52010]
|
2014-06-01 01:15:44 +03:00 |
|
Peter Dimov
|
00e75d78e7
|
Try the Sun workaround with int instead of size_t.
[SVN r51986]
|
2014-06-01 01:15:44 +03:00 |
|
Peter Dimov
|
dc33c13d86
|
Try to fix array addressof failures on Sun C++.
[SVN r51977]
|
2014-06-01 01:15:43 +03:00 |
|
Peter Dimov
|
31caf21d8b
|
Disable new addressof code for all Borland versions. Refs #2878.
[SVN r51891]
|
2014-06-01 01:15:43 +03:00 |
|
Peter Dimov
|
2f4e34a658
|
Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878.
[SVN r51872]
|
2014-06-01 01:15:42 +03:00 |
|
Peter Dimov
|
e45f2cd9d3
|
Refs #2128 (fixed in trunk.)
[SVN r51512]
|
2014-06-01 01:15:42 +03:00 |
|
Ronald Garcia
|
5b2149af82
|
Added an anonymous unwrapping test.
[SVN r47297]
|
2014-06-01 01:15:41 +03:00 |
|
Ronald Garcia
|
8991da4fab
|
Added tests for unwrap_ref.
[SVN r47296]
|
2014-06-01 01:15:41 +03:00 |
|
Ronald Garcia
|
0f0591c3e7
|
Added unwrap_ref.
[SVN r47295]
|
2014-06-01 01:15:41 +03:00 |
|
Beman Dawes
|
2af0215fdd
|
With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46808]
|
2014-06-01 01:15:40 +03:00 |
|
Peter Dimov
|
f2bc4dc731
|
Fix #1846.
[SVN r44705]
|
2014-06-01 01:15:40 +03:00 |
|
Marshall Clow
|
be620e23a3
|
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
|
2014-06-01 01:15:39 +03:00 |
|
John Maddock
|
69c8e3144b
|
Fix some inspection report issues.
[SVN r43633]
|
2014-06-01 01:15:39 +03:00 |
|
Peter Dimov
|
e49f04d179
|
License/copyright edits
[SVN r35958]
|
2014-06-01 01:15:38 +03:00 |
|
Peter Dimov
|
06d5bbef08
|
Borland 5.81 fix (Alisdair Meredith)
[SVN r33161]
|
2014-06-01 01:15:38 +03:00 |
|
Peter Dimov
|
f7508e647b
|
Made the Boost logo link to the home page
[SVN r31112]
|
2014-06-01 01:15:38 +03:00 |
|
Peter Dimov
|
6de0794761
|
Removed type_traits include, added more tests
[SVN r27712]
|
2014-06-01 01:15:37 +03:00 |
|
Eric Niebler
|
c52d81a792
|
work-around for Borland addressof(array) bug and associated tests
[SVN r27656]
|
2014-06-01 01:15:37 +03:00 |
|
Stefan Slapeta
|
f27b153b75
|
replaced BOOST_TEST
[SVN r27054]
|
2014-06-01 01:15:36 +03:00 |
|
Aleksey Gurtovoy
|
220080e288
|
merge RC_1_32_0 fixes
[SVN r26333]
|
2014-06-01 01:15:36 +03:00 |
|
Aleksey Gurtovoy
|
d778ba1a08
|
merge RC_1_32_0 fixes
[SVN r26328]
|
2014-06-01 01:15:35 +03:00 |
|
Aleksey Gurtovoy
|
7a0964bfa3
|
c++boost.gif -> boost.png replacement
[SVN r25573]
|
2014-06-01 01:15:35 +03:00 |
|
Dave Abrahams
|
c1de42016b
|
added copyright/license
[SVN r24814]
|
2014-06-01 01:15:34 +03:00 |
|
Dave Abrahams
|
3e2cb017b0
|
fix noncopyable, finally
[SVN r24618]
|
2014-06-01 01:15:34 +03:00 |
|
Dave Abrahams
|
9d5fc9ece7
|
ADL protection
[SVN r24595]
|
2014-06-01 01:15:34 +03:00 |
|
Dave Abrahams
|
d712f4afd1
|
ADL protection
[SVN r24564]
|
2014-06-01 01:15:33 +03:00 |
|
Douglas Gregor
|
4f521dc58c
|
Moved to BSL
[SVN r24446]
|
2014-06-01 01:15:33 +03:00 |
|
John Maddock
|
f4d0abf98b
|
Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
[SVN r24402]
|
2014-06-01 01:15:32 +03:00 |
|
John Maddock
|
7bd4d002af
|
Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
|
2014-06-01 01:15:32 +03:00 |
|
John Maddock
|
f88c9efb86
|
Updated Beman Dawes' licence statement to use the new prefered form of words.
[SVN r24370]
|
2014-06-01 01:15:32 +03:00 |
|
Douglas Gregor
|
08f9a57f05
|
License update
[SVN r24175]
|
2014-06-01 01:15:31 +03:00 |
|
Douglas Gregor
|
24b1179772
|
Converted to Boost Software License, Version 1.0
[SVN r24096]
|
2014-06-01 01:15:31 +03:00 |
|
Douglas Gregor
|
766a85b678
|
Converted to Boost Software License, Version 1.0
[SVN r24055]
|
2014-06-01 01:15:30 +03:00 |
|
Douglas Gregor
|
98d2bfcd22
|
License update
[SVN r24048]
|
2014-06-01 01:15:30 +03:00 |
|
Douglas Gregor
|
d3a1203215
|
Doug Gregor -> Douglas Gregor
[SVN r24016]
|
2014-06-01 01:15:29 +03:00 |
|
Jaakko Järvi
|
9a8dbe4d6a
|
fixed a typo
[SVN r22754]
|
2014-06-01 01:15:29 +03:00 |
|
Dave Abrahams
|
7a1400291d
|
pro9 workarounds; some ADL protection for is_xxx
[SVN r21529]
|
2014-06-01 01:15:28 +03:00 |
|
Eric Friedman
|
cdbc1a2db5
|
Improved workarounds.
[SVN r21157]
|
2014-06-01 01:15:28 +03:00 |
|