1
0
forked from boostorg/core
Commit Graph

215 Commits

Author SHA1 Message Date
Douglas Gregor
cf5c311d0e Boost.Signals now uses the official Boost license
[SVN r20236]
2014-06-03 19:55:14 +03:00
Gennaro Prota
8a060ee6d6 removed superfluous spaces
[SVN r18271]
2014-06-03 19:55:14 +03:00
Gennaro Prota
32f3a1b9f3 "envelope" for non-type template parameters (useful to workaround compiler bugs)
[SVN r18270]
2014-06-03 19:55:13 +03:00
Beman Dawes
771f50e199 add or update See www.boost.org comments
[SVN r16708]
2014-06-03 19:55:13 +03:00
Douglas Gregor
1b5ec2fae4 Added Boost.Signals library
[SVN r13964]
2014-06-03 19:55:12 +03:00
Dave Abrahams
199885efbb Initial Checkin
[SVN r8661]
2014-06-03 19:55:12 +03:00
Glen Fernandes
91425e85c4 Remove empty_deleter from core 2014-06-02 19:56:37 -07:00
Andrey Semashev
22d6f90385 Corrected the deprecation warning. 2014-06-02 23:57:08 +04:00
Adam Wulkiewicz
61cc397be8 Add boost::ignore_unused() 2014-06-02 15:06:53 +02:00
Glen Fernandes
60c9a35d86 Move headers to core; add quickbook documentation 2014-06-02 00:46:33 -07:00
Stephen Kelly
1bd3e787a2 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 13:21:23 -07:00
Ion Gaztañaga
c9632a24d3 Added BOOST_TEST_THROWS
[SVN r83433]
2014-06-01 13:21:23 -07:00
Peter Dimov
d7b58d0da5 Add hash_value for shared_ptr; prevents hash_value( bool ) from being used. Refs #5216.
[SVN r69260]
2014-06-01 13:21:23 -07:00
Beman Dawes
bcb3b9e567 Add BOOST_ASSERT_MSG. Add macros to configure output stream.
[SVN r68414]
2014-06-01 13:21:23 -07:00
Beman Dawes
af6f2ccfcd Add BOOST_ASSERT that report_errors() has been called.
[SVN r64987]
2014-06-01 13:21:23 -07:00
Beman Dawes
4ed3f44fd6 Revert change committed in error
[SVN r64929]
2014-06-01 13:21:23 -07:00
Beman Dawes
53922f4ef3 Remove path array optimization; problematic when array contains a string shorter than the array length. Reported by Adam Badura.
[SVN r64928]
2014-06-01 13:21:23 -07:00
Peter Dimov
94fd321f06 Add BOOST_TEST_EQ.
[SVN r51976]
2014-06-01 13:21:23 -07:00
Douglas Gregor
497f9ef81b Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-01 13:21:23 -07:00
Joaquín M. López Muñoz
7c062e52cc initial commit
[SVN r22759]
2014-06-01 13:21:23 -07:00
Peter Dimov
1fa413690a _MSC_VER use clarified.
[SVN r20992]
2014-06-01 13:21:23 -07:00
Peter Dimov
0a34383ede -Wundef fixes.
[SVN r18788]
2014-06-01 13:21:23 -07:00
Peter Dimov
9be5d2ebe7 Major changes to shared_ptr and weak_ptr
[SVN r16314]
2014-06-01 13:21:23 -07:00
Peter Dimov
32bcaea3b2 Switched to <boost/detail/lightweight_test.hpp> for testing.
[SVN r14932]
2014-06-01 13:21:23 -07:00
Andrey Semashev
af6d29769d Moved from Boost.Utility. 2014-06-01 22:34:38 +04:00
Andrey Semashev
186668525e Renamed empty_deleter to null_deleter. Deprecated the old header. 2014-06-01 22:28:02 +04:00
Andrey Semashev
d0c9dca64d Corrected BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT macro name in one branch. 2014-06-01 22:03:45 +04:00
Eric Niebler
31b36d136d value_init and swap work on nvidia gpu's 2014-06-01 21:58:51 +04:00
Niels Dekker
bf03fdf924 Added explanatory comments, requested by Isaac Dupree, "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141007.php
[SVN r48171]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
7175e02424 Updated copyright info.
[SVN r47971]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
f05e7b2785 Changed 'using std::swap;' to 'using namesapce std;' in swap_impl function to work around ADL bugs in some compilers.
[SVN r47967]
2014-06-01 21:58:50 +04:00
Niels Dekker
e94718427e Removed swap_adl_barrier namespace, as discussed at "Re: [boost] [swap] How to fix ADL barrier for XL, Intel, GCC, Sun and Como?", http://lists.boost.org/Archives/boost/2008/07/140511.php
[SVN r47920]
2014-06-01 21:58:50 +04:00
Niels Dekker
a4ca527770 Applied "swap.hpp.patch" by Steven Watanabe, "Re: [boost] [swap] How to fix ADL barrier for XL, Intel, GCC, Sun and Como?", http://lists.boost.org/Archives/boost/2008/07/140482.php
[SVN r47877]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
a3d73aed75 Moved utility\swap to the trunk, as discussed in trac issue #2056.
[SVN r47093]
2014-06-01 21:58:50 +04:00
Andrey Semashev
db06972ba3 Extracted empty_deleter to Boost.Utility.
[SVN r85577]
2014-06-01 21:58:37 +04:00
Andrey Semashev
aaadc128f3 Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT, which implements a noexcept operator. Also added explicit noexcept specification for the constexpr macro. 2014-06-01 21:55:26 +04:00
Andrey Semashev
1c247b7fe7 Attempt to work around explicit_operator_bool_compile_fail_conv_pvoid test failure for VACPP.
[SVN r85570]
2014-06-01 21:55:26 +04:00
Andrey Semashev
e9a53f2e69 Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log.
[SVN r85543]
2014-06-01 21:55:26 +04:00
Peter Dimov
8ad3288b0b Remove mpl::bool_ dependency from ref.hpp, clean up a bit. 2014-06-01 03:52:44 +03:00
Andrey Semashev
4d19020313 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:15:51 +03:00
Peter Dimov
ebd6aff12a Revert incorrect reversion of adf57817ec09cb8edd6032a30da6daec3edbe23f 2014-06-01 01:15:51 +03:00
Peter Dimov
779e2b30de Fix addressof for nullptr_t values. Fixes #5487. 2014-06-01 01:15:50 +03:00
Peter Dimov
1c98320b6e Revert "Ref: Remove obsolete MSVC version check."
This reverts commit adf57817ec09cb8edd6032a30da6daec3edbe23f.

Conflicts:
	include/boost/ref.hpp
2014-06-01 01:15:50 +03:00
Peter Dimov
a608977aef Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 1fd5883b345a3c230daaad8ee93af5bc8f3209d5.
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