1
0
forked from boostorg/core
Commit Graph

26 Commits

Author SHA1 Message Date
Andrey Semashev e3e304fc21 Added Rationale section from the original docs in Boost.Utility. 2014-06-12 21:06:45 +04:00
Andrey Semashev 6cdeec8841 Added low level tools for demangling. Requested by Boost.TypeIndex author. 2014-06-12 19:23:36 +04:00
Andrey Semashev 216e57693e Corrected documentation copyrights based on git history. 2014-06-12 03:22:05 +04:00
Andrey Semashev f910872d54 Added missing copyright comments. Corrected links to the documentation on the comments. 2014-06-12 02:10:10 +04:00
Andrey Semashev a8974bcbda Added BOOST_GPU_ENABLED to Doxygen predefined macros. 2014-06-12 00:27:16 +04:00
Andrey Semashev 755572b995 Documentation tweaks.
1. Changed scoped_enum.qbk so that it's compatible with QuickBook 1.6.
2. Added Doxygen predefined macros to improve quality of the generated reference sections.
2014-06-12 00:15:52 +04:00
Peter Dimov 0b2dea1f36 Documentation updates. 2014-06-10 19:12:54 +03:00
Peter Dimov 004ef17e42 Update documentation. 2014-06-10 17:44:08 +03:00
Peter Dimov 97e13914d0 Minor documentation updates. 2014-06-10 13:25:46 +03:00
Andrey Semashev 9a87f2250d Corrected a typo. 2014-06-06 12:32:43 +04:00
Andrey Semashev f712e38da1 Added Anthony Williams to the authors. 2014-06-06 12:25:37 +04:00
Andrey Semashev 066709db0c Updated History section. 2014-06-05 23:04:06 +04:00
Andrey Semashev 692f98d3f3 Updated Acknowledgements section. 2014-06-05 22:47:32 +04:00
Glen Fernandes 03acd30dda Simplify index documentation and add author information 2014-06-05 10:48:21 -07:00
Glen Fernandes 84b855cd09 Add ref documentation and doxygen 2014-06-04 21:43:47 -07:00
Andrey Semashev 9092fde17e Added docs for scoped_enum.hpp. Extracted underlying_type to a separate header. 2014-06-05 00:19:04 +04:00
Glen Fernandes 649adfd98f More documentation for core 2014-06-02 14:08:28 -07:00
Andrey Semashev fa82dd37a7 Added docs for null_deleter. 2014-06-03 00:11:30 +04:00
Peter Dimov 2de0241038 Merge pull request #3 from awulkiew/feature/ignore_unused
Feature/ignore unused
2014-06-02 22:17:59 +03:00
Glen Fernandes 66be3d7efc Migrate swap documentation to quickbook 2014-06-02 08:39:47 -07:00
Glen Fernandes 6b9424b84d Migrate checked_delete documentation to quickbook 2014-06-02 08:20:15 -07:00
Adam Wulkiewicz 61cc397be8 Add boost::ignore_unused() 2014-06-02 15:06:53 +02:00
Glen Fernandes 60c9a35d86 Move headers to core; add quickbook documentation 2014-06-02 00:46:33 -07:00
Andrey Semashev 5ae04d2b8f Added a Jamfile for docs, added new components to index.html. 2014-06-01 22:22:37 +04:00
Andrey Semashev aaadc128f3 Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT, which implements a noexcept operator. Also added explicit noexcept specification for the constexpr macro. 2014-06-01 21:55:26 +04:00
Andrey Semashev e9a53f2e69 Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log.
[SVN r85543]
2014-06-01 21:55:26 +04:00