Commit Graph

940 Commits

Author SHA1 Message Date
Aleksey Gurtovoy
a1dc228726 split utility.hpp header
[SVN r17472]
2014-06-01 01:20:14 +03:00
Peter Dimov
25a15916bc Made operator()s const.
[SVN r17411]
2014-06-01 01:20:14 +03:00
Dave Abrahams
33190d43c2 Workaround VC7 bug which strips const from nested classes
[SVN r16797]
2014-06-01 01:20:13 +03:00
Beman Dawes
7e079dd8b1 Add /libs/lib-name to comment
[SVN r16685]
2014-06-01 01:20:13 +03:00
Peter Dimov
c1d7226a4a checked_delete.hpp documentation added.
[SVN r16238]
2014-06-01 01:20:12 +03:00
Peter Dimov
bdc34b6520 Changed typename to class; some libraries helpfully #define typename
[SVN r15970]
2014-06-01 01:20:12 +03:00
John Maddock
175b88649b Misc Kylix fixes
[SVN r15086]
2014-06-01 01:20:12 +03:00
John Maddock
d7f719ed96 Borland C++ Builder 6 fixes
[SVN r13659]
2014-06-01 01:20:11 +03:00
Peter Dimov
84fbe634b1 MSVC fixes.
[SVN r13476]
2014-06-01 01:20:11 +03:00
Dave Abrahams
077b632187 Roll addressof() patch back in!
[SVN r13433]
2014-06-01 01:20:10 +03:00
Douglas Gregor
fd437c9604 addressof.hpp: - Peter Dimov suggested a fix to deal with those evil cv-qualifiers
[SVN r13431]
2014-06-01 01:20:10 +03:00
Dave Abrahams
258340c3cb Roll back addressof() patch temporarily
[SVN r13428]
2014-06-01 01:20:09 +03:00
Douglas Gregor
3e0cbb0faa Make local classes nonlocal to silence annoying warnings from Borland C++
[SVN r13418]
2014-06-01 01:20:09 +03:00
Douglas Gregor
10d1e3b273 ref.hpp: - Use addressof() instead of & operator
[SVN r13416]
2014-06-01 01:20:09 +03:00
Douglas Gregor
795ae317eb boost/utility.hpp: - Include boost/utility/addressof.hpp
boost/utility/addressof.hpp:
  - addressof() implementation

libs/utility/utility.htm:
  - Document addressof

libs/utility/addressof_test.cpp:
  - Test addressof()

[SVN r13414]
2014-06-01 01:20:08 +03:00
Douglas Gregor
cf80afce24 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:20:08 +03:00
Dave Abrahams
0c5f275569 Added Copyright
[SVN r13145]
2014-06-01 01:20:07 +03:00
Peter Dimov
0e59ec327d Added a default constructor to shared_count and shared_ptr for incomplete types (void).
[SVN r12815]
2014-06-01 01:20:07 +03:00
Aleksey Gurtovoy
705d141ce4 compile-time ref.hpp header test, initial checkin
[SVN r12525]
2014-06-01 01:20:06 +03:00
Aleksey Gurtovoy
0b4618d2a6 ref_ct_test.cpp
[SVN r12524]
2014-06-01 01:20:06 +03:00
Aleksey Gurtovoy
21ab86e031 compile-time ref.hpp header test, initial checkin
[SVN r12522]
2014-06-01 01:20:06 +03:00
Aleksey Gurtovoy
e5dd8109bf made 'reference_wrapper' Assignable
[SVN r12520]
2014-06-01 01:20:05 +03:00
Dave Abrahams
924c81eedd added missing #include of boost/config.hpp
[SVN r12483]
2014-06-01 01:20:04 +03:00
Dave Abrahams
4c161bfe04 initial checkin
[SVN r12481]
2014-06-01 01:20:04 +03:00
Peter Dimov
9d15e6ae46 Modified is_reference_wrapper<> to work for reference types.
[SVN r12475]
2014-06-01 01:20:04 +03:00
Dave Abrahams
9885682c07 added is_reference_wrapper<>, unwrap_reference<>
[SVN r12470]
2014-06-01 01:20:03 +03:00
Peter Dimov
36df1db1bb Smart pointer enhancements, initial commit
[SVN r12439]
2014-06-01 01:20:03 +03:00
Peter Dimov
b5723e2387 #undef BOOST_REF_CONST added
[SVN r11674]
2014-06-01 01:20:02 +03:00
Peter Dimov
e40de0d577 Fixed a bug w/ adaptable function objects + nested binds, made ref<> return const
[SVN r11670]
2014-06-01 01:20:02 +03:00
Peter Dimov
5ba2af4fe2 __stdcall support added.
[SVN r11649]
2014-06-01 01:20:01 +03:00
Peter Dimov
145ba3ab10 Tabs converted to spaces.
[SVN r10916]
2014-06-01 01:20:01 +03:00
Peter Dimov
490e273e25 initial commit
[SVN r10914]
2014-06-01 01:20:01 +03:00
Beman Dawes
5ef6819e94 Smart pointer and utility changes related to adding checked_delere and checked_array_delete
[SVN r10189]
2014-06-01 01:20:00 +03:00
Beman Dawes
fb6ec0ef3a With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46808]
2014-06-01 01:16:06 +03:00
Marshall Clow
605b5112e1 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2014-06-01 01:16:06 +03:00
Vladimir Prus
fd5c46ad76 Remove V1 Jamfiles
[SVN r38516]
2014-06-01 01:16:05 +03:00
Jeremiah Willcock
d3ce7aa91c Attempted portability fix for Sun compilers
[SVN r31904]
2014-06-01 01:16:05 +03:00
Vladimir Prus
395da5e7c9 Add V2 Jamfile
[SVN r28246]
2014-06-01 01:16:04 +03:00
Aleksey Gurtovoy
7ec17497c7 move enable_if tests into their own subdirectory
[SVN r25649]
2014-06-01 01:16:04 +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
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