Commit Graph

146 Commits

Author SHA1 Message Date
Kohei Takahashi 3a2c94df8c Added BOOST_TEST_GT and BOOST_TEST_GE.
Just LT and LE are insufficient for testing operator overloads.
2017-06-18 01:10:43 +09:00
Glen Fernandes f76116405d Minor formatting changes in pointer_traits documentation 2017-05-28 21:36:52 -04:00
Glen Fernandes 89b1792724 Corrections to pointer_traits documentation 2017-05-28 20:53:58 -04:00
Glen Fernandes 87dd2883b8 Add pointer_traits documentation 2017-05-28 19:30:37 -04:00
Peter Dimov 46545326d8 Add BOOST_TEST_LT, BOOST_TEST_LE 2017-03-16 01:31:43 +02:00
Peter Dimov 064cfd3d73 Add missing [endsect] 2017-03-16 00:52:00 +02:00
Glen Fernandes 0942b1a366 Move constexpr notes to a separate section 2017-03-03 21:55:48 -05:00
Glen Fernandes 1343535926 Update addressof documentation 2017-03-03 21:31:29 -05:00
Bjorn Reese a3382dd5a8 Added BOOST_TEST_ALL_WITH macro to compare container contents with a predicate 2017-02-18 13:43:29 +01:00
Bjorn Reese 54e262ee13 Minor fixes 2017-02-13 15:55:42 +01:00
Bjorn Reese 3bc56800cd Added BOOST_TEST_ALL_EQ macro to compare container contents 2017-02-11 15:03:45 +01:00
hans.dembinski@gmail.com b59a3df4c4 reverting changes to jamfile 2017-02-09 13:52:33 +00:00
hans.dembinski@gmail.com fe137b97c3 adding documentation for new test macros 2017-02-09 12:48:06 +00:00
hans.dembinski@gmail.com 7038296c15 build fix 2017-02-09 12:47:47 +00:00
Rene Rivera 9953994761 Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
Edward Diener fd022e2d86 Added documentation and tests for BOOST_TEST_NOT. 2016-05-20 05:22:20 -04:00
Andrey Semashev f81653660b Added a boostdoc target to unify Boost release docs building. 2016-01-06 21:06:49 +03:00
Joel Falcou 87d43ddffc Rename to enable_if_has_type in concordance with MPL existing traits 2015-08-13 17:42:34 +02:00
Joel Falcou ad513c1641 Introduces enable_if_type
enable_if_type allow to perform SFINAE check on the existence
of a dependent type.

It has been used here and there in various boost library but it's
useful enough to warrant an autonomous existence.
2015-08-10 16:55:44 +02:00
Andrey Semashev 91b9110e04 Changed boost.root parameter to a relative path to avoid warnings in the inspection report. Added URL prefix for pdf build. 2014-06-16 20:23:14 +04:00
Andrey Semashev 41ed750515 Added Rationale section from the original docs in Boost.Utility. 2014-06-12 21:23:06 +04:00
Andrey Semashev 6b1dd51818 Added low level tools for demangling. Requested by Boost.TypeIndex author. 2014-06-12 21:23:06 +04:00
Andrey Semashev b745260e9e Corrected documentation copyrights based on git history. 2014-06-12 03:22:32 +04:00
Andrey Semashev a96e8b977b Added missing copyright comments. Corrected links to the documentation on the comments. 2014-06-12 02:10:34 +04:00
Andrey Semashev db776fd1bc Added BOOST_GPU_ENABLED to Doxygen predefined macros. 2014-06-12 00:27:36 +04:00
Andrey Semashev 9c8daaf64d 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:19:35 +04:00
Peter Dimov 2af3cc1e11 Documentation updates. 2014-06-10 19:13:17 +03:00
Peter Dimov 434c59642a Update documentation. 2014-06-10 17:44:36 +03:00
Peter Dimov 44faed5547 Minor documentation updates. 2014-06-10 13:26:34 +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