Andrey Semashev
|
a96e8b977b
|
Added missing copyright comments. Corrected links to the documentation on the comments.
|
2014-06-12 02:10:34 +04:00 |
|
Glen Fernandes
|
60c9a35d86
|
Move headers to core; add quickbook documentation
|
2014-06-02 00:46:33 -07:00 |
|
Peter Dimov
|
8ad3288b0b
|
Remove mpl::bool_ dependency from ref.hpp, clean up a bit.
|
2014-06-01 03:52:44 +03:00 |
|
Peter Dimov
|
ebd6aff12a
|
Revert incorrect reversion of adf57817ec09cb8edd6032a30da6daec3edbe23f
|
2014-06-01 01:15:51 +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
|
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 |
|
Peter Dimov
|
e45f2cd9d3
|
Refs #2128 (fixed in trunk.)
[SVN r51512]
|
2014-06-01 01:15:42 +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
|
06d5bbef08
|
Borland 5.81 fix (Alisdair Meredith)
[SVN r33161]
|
2014-06-01 01:15:38 +03:00 |
|
Aleksey Gurtovoy
|
d778ba1a08
|
merge RC_1_32_0 fixes
[SVN r26328]
|
2014-06-01 01:15:35 +03:00 |
|
Douglas Gregor
|
766a85b678
|
Converted to Boost Software License, Version 1.0
[SVN r24055]
|
2014-06-01 01:15:30 +03:00 |
|
Dave Abrahams
|
7a1400291d
|
pro9 workarounds; some ADL protection for is_xxx
[SVN r21529]
|
2014-06-01 01:15:28 +03:00 |
|
Peter Dimov
|
5a900e5817
|
_MSC_VER use clarified.
[SVN r20992]
|
2014-06-01 01:15:26 +03:00 |
|
Aleksey Gurtovoy
|
e1296cf76b
|
MPL names/directory structure refactoring
[SVN r17651]
|
2014-06-01 01:15:23 +03:00 |
|
Dave Abrahams
|
dc49e07203
|
fix metafunctions for MPL
[SVN r17621]
|
2014-06-01 01:15:22 +03:00 |
|
John Maddock
|
6e498682d1
|
Misc Kylix fixes
[SVN r15086]
|
2014-06-01 01:15:18 +03:00 |
|
John Maddock
|
dbfe562a3f
|
Borland C++ Builder 6 fixes
[SVN r13659]
|
2014-06-01 01:15:17 +03:00 |
|
Peter Dimov
|
5185b371af
|
MSVC fixes.
[SVN r13476]
|
2014-06-01 01:15:17 +03:00 |
|
Dave Abrahams
|
bb94cb5a5d
|
Roll addressof() patch back in!
[SVN r13433]
|
2014-06-01 01:15:16 +03:00 |
|
Dave Abrahams
|
49938f88e8
|
Roll back addressof() patch temporarily
[SVN r13428]
|
2014-06-01 01:15:16 +03:00 |
|
Douglas Gregor
|
7c48c7ad28
|
ref.hpp: - Use addressof() instead of & operator
[SVN r13416]
|
2014-06-01 01:15:15 +03:00 |
|
Douglas Gregor
|
7cc6436afc
|
boost/ref.hpp: - Added get_pointer method to return a pointer (instead of a reference)
libs/bind/ref.html:
- Document get_pointer
[SVN r13322]
|
2014-06-01 01:15:14 +03:00 |
|
Dave Abrahams
|
0fb3e58881
|
Added Copyright
[SVN r13145]
|
2014-06-01 01:15:13 +03:00 |
|
Aleksey Gurtovoy
|
1c3cd876d6
|
made 'reference_wrapper' Assignable
[SVN r12520]
|
2014-06-01 01:15:11 +03:00 |
|
Dave Abrahams
|
b22469f950
|
added missing #include of boost/config.hpp
[SVN r12483]
|
2014-06-01 01:15:11 +03:00 |
|
Peter Dimov
|
47c046fa8e
|
Modified is_reference_wrapper<> to work for reference types.
[SVN r12475]
|
2014-06-01 01:15:10 +03:00 |
|
Dave Abrahams
|
42d2ad8f07
|
added is_reference_wrapper<>, unwrap_reference<>
[SVN r12470]
|
2014-06-01 01:15:09 +03:00 |
|
Peter Dimov
|
54963bff32
|
#undef BOOST_REF_CONST added
[SVN r11674]
|
2014-06-01 01:15:08 +03:00 |
|
Peter Dimov
|
d198eecb61
|
Fixed a bug w/ adaptable function objects + nested binds, made ref<> return const
[SVN r11670]
|
2014-06-01 01:15:08 +03:00 |
|
Peter Dimov
|
853f2daae5
|
__stdcall support added.
[SVN r11649]
|
2014-06-01 01:15:07 +03:00 |
|
Peter Dimov
|
9884fdb1bc
|
Tabs converted to spaces.
[SVN r10916]
|
2014-06-01 01:15:07 +03:00 |
|
Peter Dimov
|
7c5387626b
|
initial commit
[SVN r10914]
|
2014-06-01 01:15:07 +03:00 |
|