Commit Graph
55 Commits
Author SHA1 Message Date
Peter Dimov 286a7fa767 Fix #1846.
[SVN r44705]
2014-06-01 01:20:31 +03:00
Marshall Clow 4a07f2ed53 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2014-06-01 01:20:30 +03:00
Peter Dimov a3c8d13b70 Borland 5.81 fix (Alisdair Meredith)
[SVN r33161]
2014-06-01 01:20:29 +03:00
Peter Dimov a41e0d7955 Removed type_traits include, added more tests
[SVN r27712]
2014-06-01 01:20:28 +03:00
Eric Niebler 109d1d8c8d work-around for Borland addressof(array) bug and associated tests
[SVN r27656]
2014-06-01 01:20:28 +03:00
Aleksey Gurtovoy a8c403d864 merge RC_1_32_0 fixes
[SVN r26328]
2014-06-01 01:20:27 +03:00
Dave Abrahams 3887539e0a fix noncopyable, finally
[SVN r24618]
2014-06-01 01:20:25 +03:00
Dave Abrahams dded3779ae ADL protection
[SVN r24595]
2014-06-01 01:20:25 +03:00
Dave Abrahams e347e49955 ADL protection
[SVN r24564]
2014-06-01 01:20:25 +03:00
Douglas Gregor 15284db3f5 Moved to BSL
[SVN r24446]
2014-06-01 01:20:24 +03:00
John Maddock d0a10f8305 Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
[SVN r24402]
2014-06-01 01:20:24 +03:00
John Maddock 0c1eb3aed1 Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
2014-06-01 01:20:23 +03:00
Douglas Gregor 8b0e43c411 Converted to Boost Software License, Version 1.0
[SVN r24096]
2014-06-01 01:20:22 +03:00
Douglas Gregor 00ea4449dc Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-01 01:20:22 +03:00
Douglas Gregor b201c6aaf7 Doug Gregor -> Douglas Gregor
[SVN r24016]
2014-06-01 01:20:21 +03:00
Dave Abrahams ddfdf8f857 pro9 workarounds; some ADL protection for is_xxx
[SVN r21529]
2014-06-01 01:20:20 +03:00
Eric Friedman 439c636485 Improved workarounds.
[SVN r21157]
2014-06-01 01:20:20 +03:00
Jaakko Järvi bb9a59cab0 added dummy versions of enable_if templates for platforms that have BOOST_NO_SFINAE defined
[SVN r21154]
2014-06-01 01:20:19 +03:00
Jaakko Järvi d0eec67a49 guarded enable_if definitions with BOOST_NO_SFINAE
[SVN r21149]
2014-06-01 01:20:19 +03:00
Jaakko Järvi 82195e9e6b Added enable_if library
[SVN r21090]
2014-06-01 01:20:18 +03:00
Peter Dimov be15129f9c _MSC_VER use clarified.
[SVN r20992]
2014-06-01 01:20:17 +03:00
Daniel Frey 9085a27d5f Fix for Metrowerks CW
[SVN r19626]
2014-06-01 01:20:17 +03:00
Peter Dimov 37e3679e67 Fixed Intel 7 issue (reported by Daniel Frey)
[SVN r19145]
2014-06-01 01:20:16 +03:00
Peter Dimov d5331fc7ca -Wundef fixes.
[SVN r18788]
2014-06-01 01:20:16 +03:00
Aleksey Gurtovoy ef31702ea4 MPL names/directory structure refactoring
[SVN r17651]
2014-06-01 01:20:15 +03:00
Peter Dimov 4db279cd81 Qualified checked_delete calls to prevent ADL (reported by Daniel Frey)
[SVN r17636]
2014-06-01 01:20:15 +03:00
Dave Abrahams a61832c995 fix metafunctions for MPL
[SVN r17621]
2014-06-01 01:20:15 +03:00
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 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
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