Dave Abrahams
|
8a2d97e686
|
Cleared out bogus flotsam
[SVN r12350]
|
2014-06-06 02:40:42 +03:00 |
|
Jens Maurer
|
6d43d2e762
|
fix duplicate typedef
[SVN r10597]
|
2014-06-06 02:40:41 +03:00 |
|
Dave Abrahams
|
b516c62f1e
|
More attempted fixes for Intel C++
[SVN r9406]
|
2014-06-06 02:40:41 +03:00 |
|
Dave Abrahams
|
d9767cc6c6
|
Put all implementation into namespace boost::detail::iterator_traits_. Some progress made on fixes for Intel compiler.
[SVN r9389]
|
2014-06-06 02:40:40 +03:00 |
|
Jeremy Siek
|
888c0d47ff
|
Changed BOOST_MSVC to BOOST_MSVC_STD_ITERATOR in a few places.
[SVN r9383]
|
2014-06-06 02:40:40 +03:00 |
|
Dave Abrahams
|
4a34ab8b4d
|
Updated documentation
[SVN r9283]
|
2014-06-06 02:40:39 +03:00 |
|
Dave Abrahams
|
7f45ee1e71
|
Improved workarounds for stock MSVC6; use yes_type and no_type from type_traits.hpp; stopped trying to remove_cv before detecting is_pointer, in honor of the new type_traits semantics.
[SVN r9282]
|
2014-06-06 02:40:39 +03:00 |
|
John Maddock
|
44cfd8169e
|
type_traits: regression failure fixes from type traits changes...
[SVN r9249]
|
2014-06-06 02:40:37 +03:00 |
|
Dave Abrahams
|
a9ac96bfd7
|
Make it work with standard conforming iterators under raw VC6.
[SVN r9197]
|
2014-06-06 02:40:37 +03:00 |
|
Dave Abrahams
|
6d431c2f59
|
Clean away code which can never be used
[SVN r9134]
|
2014-06-06 02:40:36 +03:00 |
|
Dave Abrahams
|
61cc24992c
|
Always have a definition for each traits member, even if it can't be properly deduced. These will be incomplete types in some cases (undefined<void>), but it helps suppress MSVC errors elsewhere
[SVN r9064]
|
2014-06-06 02:40:36 +03:00 |
|
Dave Abrahams
|
61cf75c446
|
Added support for more of the traits members where possible, making this useful as a replacement for std::iterator_traits<T> when used as a default template parameter.
[SVN r9002]
|
2014-06-06 02:40:35 +03:00 |
|
Dave Abrahams
|
c95e13e602
|
Removed useless #includes of standard library headers
[SVN r8993]
|
2014-06-06 02:40:35 +03:00 |
|
Dave Abrahams
|
9f0afd5ab4
|
tweak a comment
[SVN r8680]
|
2014-06-06 02:40:34 +03:00 |
|
Dave Abrahams
|
df5aaeaa66
|
Initial checkin
[SVN r8664]
|
2014-06-06 02:40:33 +03:00 |
|
Peter Dimov
|
f2c658c6a3
|
Move sp_typeinfo to core; add BOOST_TEST_TRAIT_*; add core::is_same; add more tests using those.
|
2014-06-06 02:34:46 +03:00 |
|
Andrey Semashev
|
96986f99d8
|
Moved the implementation to boost/core.
|
2014-06-04 13:09:01 +04:00 |
|
Marshall Clow
|
8c9b7ec022
|
When I merged the Boost.ScopedEnum changes to release, I missed a file.
[SVN r82055]
|
2014-06-04 12:04:36 +04:00 |
|
Anthony Williams
|
b7a5a5f087
|
Merged boost.thread from trunk
[SVN r78543]
|
2014-06-04 12:04:36 +04:00 |
|
Daniel James
|
74958473c1
|
Merge some detail changes.
- [53670] Avoid C style casts.
- [55604] Fix #3346 boost/detail/scoped_enum_emulation.hpp enum_t conflict
with Unix rpc/types.h
- Don't foward declare containers when using gcc's parallel library and add a
macro to disable forward declaration. Fixes #3866.
[SVN r59679]
|
2014-06-04 12:04:36 +04:00 |
|
Beman Dawes
|
88c974ac58
|
Merge from trunk
[SVN r52935]
|
2014-06-04 12:04:35 +04:00 |
|
Hartmut Kaiser
|
927cf963be
|
Merging from trunk
[SVN r66166]
|
2014-06-03 20:17:53 +03:00 |
|
Peter Dimov
|
506c725a26
|
Merge [62245] to release. Fixes #4199.
[SVN r63825]
|
2014-06-03 20:17:53 +03:00 |
|
Peter Dimov
|
989d8a0f62
|
Merge [58123], [58127], [58128] to release. Fixes #3666.
[SVN r58195]
|
2014-06-03 20:17:52 +03:00 |
|
Beman Dawes
|
7528fa536f
|
config, detail, filesystem, system, tools, at 41278.
[SVN r41316]
|
2014-06-03 20:17:52 +03: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 |
|