Commit Graph

17 Commits

Author SHA1 Message Date
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
a608977aef Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 1fd5883b345a3c230daaad8ee93af5bc8f3209d5.
2014-06-01 01:15:49 +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
Douglas Gregor
4f521dc58c Moved to BSL
[SVN r24446]
2014-06-01 01:15:33 +03:00
John Maddock
f4d0abf98b Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
[SVN r24402]
2014-06-01 01:15:32 +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
Peter Dimov
d1b6b6a41c Qualified checked_delete calls to prevent ADL (reported by Daniel Frey)
[SVN r17636]
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
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
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
Peter Dimov
d25904e4d5 Smart pointer enhancements, initial commit
[SVN r12439]
2014-06-01 01:15:09 +03:00