Commit Graph

192 Commits

Author SHA1 Message Date
Douglas Gregor 766a85b678 Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-01 01:15:30 +03:00
Douglas Gregor d3a1203215 Doug Gregor -> Douglas Gregor
[SVN r24016]
2014-06-01 01:15:29 +03:00
Dave Abrahams 7a1400291d pro9 workarounds; some ADL protection for is_xxx
[SVN r21529]
2014-06-01 01:15:28 +03:00
Eric Friedman cdbc1a2db5 Improved workarounds.
[SVN r21157]
2014-06-01 01:15:28 +03:00
Jaakko Järvi 22e7bff2af added dummy versions of enable_if templates for platforms that have BOOST_NO_SFINAE defined
[SVN r21154]
2014-06-01 01:15:27 +03:00
Jaakko Järvi 834a592f44 guarded enable_if definitions with BOOST_NO_SFINAE
[SVN r21149]
2014-06-01 01:15:27 +03:00
Jaakko Järvi ceedace2e3 Added enable_if library
[SVN r21090]
2014-06-01 01:15:26 +03:00
Peter Dimov 5a900e5817 _MSC_VER use clarified.
[SVN r20992]
2014-06-01 01:15:26 +03:00
Daniel Frey e6d3d3dbb1 Fix for Metrowerks CW
[SVN r19626]
2014-06-01 01:15:25 +03:00
Peter Dimov 82aa7bfcbc Fixed Intel 7 issue (reported by Daniel Frey)
[SVN r19145]
2014-06-01 01:15:24 +03:00
Peter Dimov 5da17fb9ef -Wundef fixes.
[SVN r18788]
2014-06-01 01:15:24 +03:00
Aleksey Gurtovoy e1296cf76b MPL names/directory structure refactoring
[SVN r17651]
2014-06-01 01:15:23 +03:00
Peter Dimov d1b6b6a41c Qualified checked_delete calls to prevent ADL (reported by Daniel Frey)
[SVN r17636]
2014-06-01 01:15:22 +03:00
Dave Abrahams dc49e07203 fix metafunctions for MPL
[SVN r17621]
2014-06-01 01:15:22 +03:00
Aleksey Gurtovoy 3c00d03d37 split utility.hpp header
[SVN r17472]
2014-06-01 01:15:22 +03:00
Peter Dimov 3bbcb3aff2 Made operator()s const.
[SVN r17411]
2014-06-01 01:15:21 +03:00
Dave Abrahams 9db43ee00f Workaround VC7 bug which strips const from nested classes
[SVN r16797]
2014-06-01 01:15:21 +03:00
Beman Dawes c54b0184bb Add /libs/lib-name to comment
[SVN r16685]
2014-06-01 01:15:20 +03:00
Peter Dimov c5fdd6e951 checked_delete.hpp documentation added.
[SVN r16238]
2014-06-01 01:15:20 +03:00
Peter Dimov 41354ce3a1 Changed typename to class; some libraries helpfully #define typename
[SVN r15970]
2014-06-01 01:15:19 +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
Douglas Gregor 72c113f795 addressof.hpp: - Peter Dimov suggested a fix to deal with those evil cv-qualifiers
[SVN r13431]
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 a5db30a747 Make local classes nonlocal to silence annoying warnings from Borland C++
[SVN r13418]
2014-06-01 01:15:15 +03:00
Douglas Gregor 7c48c7ad28 ref.hpp: - Use addressof() instead of & operator
[SVN r13416]
2014-06-01 01:15:15 +03:00
Douglas Gregor 380e34f2be 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:15:14 +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
Peter Dimov 32e43f35e2 Added a default constructor to shared_count and shared_ptr for incomplete types (void).
[SVN r12815]
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 d25904e4d5 Smart pointer enhancements, initial commit
[SVN r12439]
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