1
0
forked from boostorg/core
Commit Graph

568 Commits

Author SHA1 Message Date
Gennaro Prota
fd8877c73b new license reference
[SVN r22834]
2014-06-03 19:55:15 +03:00
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
e1ba55ed88 Merge branch 'master' into develop 2014-06-02 19:56:58 -07:00
Glen Fernandes
91425e85c4 Remove empty_deleter from core 2014-06-02 19:56:37 -07:00
Glen Fernandes
773ea71ed0 Update link in README.md 2014-06-02 19:52:16 -07:00
Glen Fernandes
6c404ddf00 Merge branch 'master' into develop 2014-06-02 14:08:47 -07:00
Glen Fernandes
649adfd98f More documentation for core 2014-06-02 14:08:28 -07:00
Andrey Semashev
2f98df4278 Merge branch 'develop' of github.com:boostorg/core into develop 2014-06-03 00:12:40 +04:00
Andrey Semashev
260dbdd9ac Merge branch 'master' of github.com:boostorg/core 2014-06-03 00:12:12 +04:00
Andrey Semashev
fa82dd37a7 Added docs for null_deleter. 2014-06-03 00:11:30 +04:00
Peter Dimov
1f0af8255f Merge pull request #4 from awulkiew/feature/ignore_unused
Enable test for unused typedefs only for GCC 4.8
2014-06-02 23:05:31 +03:00
Andrey Semashev
22d6f90385 Corrected the deprecation warning. 2014-06-02 23:57:08 +04:00
Adam Wulkiewicz
dfd58762a2 Enable test for unused typedefs only for GCC 4.8 2014-06-02 21:46:40 +02:00
Peter Dimov
2de0241038 Merge pull request #3 from awulkiew/feature/ignore_unused
Feature/ignore unused
2014-06-02 22:17:59 +03:00
Glen Fernandes
3785920426 Merge branch 'master' into develop 2014-06-02 08:40:05 -07:00
Glen Fernandes
66be3d7efc Migrate swap documentation to quickbook 2014-06-02 08:39:47 -07:00
Glen Fernandes
92da020238 Merge branch 'master' into develop 2014-06-02 08:21:11 -07:00
Glen Fernandes
6b9424b84d Migrate checked_delete documentation to quickbook 2014-06-02 08:20:15 -07:00
Adam Wulkiewicz
70a9ef7141 Fix #include in ignore_unused_test.cpp 2014-06-02 15:18:23 +02:00
Adam Wulkiewicz
61cc397be8 Add boost::ignore_unused() 2014-06-02 15:06:53 +02:00
Glen Fernandes
b36712f765 Merge branch 'master' into develop 2014-06-02 01:17:50 -07:00
Glen Fernandes
60c9a35d86 Move headers to core; add quickbook documentation 2014-06-02 00:46:33 -07:00
Glen Fernandes
f3f7f52b7f Merge branch 'master' into develop 2014-06-01 13:22:53 -07:00
Glen Fernandes
df62778e7c Merge branch 'develop' 2014-06-01 13:22:42 -07:00
Stephen Kelly
e47cd1550b 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:37 -07:00
Ion Gaztañaga
cb91a3f9dd Added BOOST_TEST_THROWS
[SVN r83433]
2014-06-01 13:21:36 -07:00
Peter Dimov
a1dbe7520b Add hash_value for shared_ptr; prevents hash_value( bool ) from being used. Refs #5216.
[SVN r69260]
2014-06-01 13:21:36 -07:00
Beman Dawes
632867705e Add BOOST_ASSERT_MSG. Add macros to configure output stream.
[SVN r68414]
2014-06-01 13:21:36 -07:00
Beman Dawes
646e4db7d2 Add BOOST_ASSERT that report_errors() has been called.
[SVN r64987]
2014-06-01 13:21:36 -07:00
Beman Dawes
2c28e851d8 Revert change committed in error
[SVN r64929]
2014-06-01 13:21:36 -07:00
Beman Dawes
2c5aeee562 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:36 -07:00
Peter Dimov
82a4de1e1a Add BOOST_TEST_EQ.
[SVN r51976]
2014-06-01 13:21:36 -07:00
Douglas Gregor
e23db039e4 Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-01 13:21:36 -07:00
Joaquín M. López Muñoz
f0676ad365 initial commit
[SVN r22759]
2014-06-01 13:21:36 -07:00
Peter Dimov
0afee0da68 _MSC_VER use clarified.
[SVN r20992]
2014-06-01 13:21:36 -07:00
Peter Dimov
5f07eefa1d -Wundef fixes.
[SVN r18788]
2014-06-01 13:21:36 -07:00
Peter Dimov
8bdcb2f3e3 Major changes to shared_ptr and weak_ptr
[SVN r16314]
2014-06-01 13:21:36 -07:00
Peter Dimov
e47d4e0cbf Switched to <boost/detail/lightweight_test.hpp> for testing.
[SVN r14932]
2014-06-01 13:21:36 -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