Commit Graph

  • 4fbd789253 Merge pull request #18 from danieljames/metadata Andrey Semashev 2014-08-18 18:49:04 +04:00
  • 4522603132 Add metadata file. Daniel James 2014-08-18 15:12:15 +01:00
  • cae8d90d65 Add a redirect for the compressed pair docs. boost-1.56.0 Daniel James 2014-06-30 22:57:48 +01:00
  • 2ec0488e2a Merge pull request #16 from danieljames/compressed-pair-redirect Andrey Semashev 2014-07-04 21:56:14 +04:00
  • 520dff9270 Add a redirect for the compressed pair docs. Daniel James 2014-06-30 22:57:48 +01:00
  • 8e24c798ad Merge pull request #15 from boostorg/next_prior_fix_iterator_backtracking Andrey Semashev 2014-06-25 22:26:44 +04:00
  • 651a869d4f Reworked next() and prior() taking the distance arguments. Andrey Semashev 2014-06-24 01:05:32 +04:00
  • 7a8f16efdc Removed trailing spaces and tab. Andrey Semashev 2014-06-12 21:34:19 +04:00
  • 2fa70612bb Removed docs and tests of the components moved to Boost.Core. Added links and redirections to the docs in Boost.Core. Andrey Semashev 2014-06-12 21:30:27 +04:00
  • f1edd107eb Merge pull request #12 from K-ballo/base-from-ref-member Andrey Semashev 2014-06-12 03:54:08 +04:00
  • c185d2dfa9 Merge pull request #13 from K-ballo/compressed-pair-doc Andrey Semashev 2014-06-12 03:38:24 +04:00
  • 4531b2a2a6 Ported compressed_pair documentation to Quickbook K-ballo 2014-06-11 19:25:29 -03:00
  • 51e482edfe Added base_from_member specialization for members of lvalue-reference type K-ballo 2014-06-11 18:21:38 -03:00
  • 61d07273fc Remove executable bit from the file. Andrey Semashev 2014-06-12 01:44:35 +04:00
  • 42d56fbd51 Merge pull request #11 from K-ballo/base-from-member-doc Andrey Semashev 2014-06-12 01:30:02 +04:00
  • 6a1e97f870 Ported base_from_member documentation to Quickbook K-ballo 2014-06-11 17:34:37 -03:00
  • c0fdaba925 Removed auto-generated files. Andrey Semashev 2014-06-12 01:06:53 +04:00
  • 87bc4c8dce Remove declval.hpp, moved to type_traits. Peter Dimov 2014-06-05 17:41:17 +03:00
  • 34c11cb995 Remove generator_iterator.hpp, as it has been moved to iterator. Peter Dimov 2014-06-05 02:34:39 +03:00
  • beab2e74ca Added test for generator_iterator.hpp. Peter Dimov 2014-06-05 02:19:58 +03:00
  • 10b8041472 boost::swap, boost::empty_deleter and explicit operator bool macros moved from Boost.Utility to Boost.Core. Andrey Semashev 2014-06-01 22:44:30 +04:00
  • 1ed9aaa2a4 Remove headers that have been moved into core. Peter Dimov 2014-06-01 03:22:30 +03:00
  • 5a54e21ec5 Merge branch 'akrzemi1-patch-1' into develop Eric Niebler 2014-05-31 10:46:26 -07:00
  • 8e06104836 Merge branch 'patch-1' of github.com:akrzemi1/utility into akrzemi1-patch-1 Eric Niebler 2014-05-31 10:44:18 -07:00
  • 45d884ffd7 Merge pull request #9 from danieljames/remove-binary-search-test Daniel James 2014-05-31 18:16:44 +01:00
  • 329ca0bae8 Move binary_search_test.cpp into detail module. Daniel James 2014-05-28 15:52:12 +01:00
  • afd9ab17ec removed comparison with 0 Andrzej Krzemieński 2014-05-29 17:41:56 +02:00
  • 036f6b9107 Merge branch 'develop' Daniel James 2014-05-26 23:03:24 +01:00
  • da239df58d Fix base_from_member example. Daniel James 2014-05-26 22:57:58 +01:00
  • 46b3739b79 Merge commit '5ce9683858f5ced8b0df665aad74271dc7c9648d' Andrey Semashev 2014-05-13 00:03:10 +04:00
  • c5fc075d07 Merge commit '991539725e5943b7f280f7ecd7a00aa7f3dc0582' Andrey Semashev 2014-05-13 00:01:31 +04:00
  • 5ce9683858 Merge branch 'develop' of github.com:boostorg/utility into develop Andrey Semashev 2014-05-10 18:28:20 +04:00
  • 991539725e Replaced left shift of signed integer values with multiplication to keep the expressions constant according to C++11. Andrey Semashev 2014-05-10 18:27:59 +04:00
  • df8e0c2dae Merge pull request #5 from Lastique/patch-1 Andrey Semashev 2014-05-10 08:59:10 +04:00
  • f5869d0f82 Merge pull request #6 from Lastique/develop Andrey Semashev 2014-05-10 08:57:32 +04:00
  • db7bba3259 Merge pull request #7 from ericniebler/develop Eric Niebler 2014-05-01 15:32:58 -07:00
  • 379e2111e2 value_init and swap work on nvidia gpu's Eric Niebler 2014-05-01 15:29:43 -07:00
  • d1bfa8e7b0 Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT, which implements a noexcept operator. Also added explicit noexcept specification for the constexpr macro. Andrey Semashev 2014-04-26 15:11:35 +04:00
  • de0e18ca0a work around nvcc bug by only defining has_result when it's needed Eric Niebler 2014-04-23 15:54:27 -07:00
  • 8ae3bfa961 Fix compilation with gcc 4.5 in C++11 mode Andrey Semashev 2014-04-10 00:27:41 +04:00
  • d4b5fde5a8 Remove assert from utility Peter Dimov 2014-02-09 17:56:48 +02:00
  • 9c4d2843da Merge commit 'ad61f347e4c0c5c3d9bec67f3ee69a3d7f7ac255' into develop Peter Dimov 2013-12-12 02:58:12 +02:00
  • ad61f347e4 Revert incorrect reversion of adf57817ec Peter Dimov 2013-12-11 23:28:13 +02:00
  • b434003b13 Revert incorrect reversion of adf57817ec Peter Dimov 2013-12-11 23:28:13 +02:00
  • 50eafe2027 Fix addressof for nullptr_t values. Fixes #5487. Peter Dimov 2013-12-11 01:57:20 +02:00
  • 87b8e03ca9 Merge branch 'develop' Peter Dimov 2013-12-11 00:47:22 +02:00
  • d595357b41 Merge branch 'master' into develop Peter Dimov 2013-12-11 00:47:00 +02:00
  • 79d9d9f514 Revert "Ref: Remove obsolete MSVC version check." Peter Dimov 2013-12-11 00:46:10 +02:00
  • c48f86c9e4 Ticket #7094, thanks 1czajnik Emil Dotchevski 2012-07-10 03:43:13 +00:00
  • 514e5299ca Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +00:00
  • 3bac7b132a Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue Joel Falcou 2013-10-01 15:02:28 +00:00
  • 9382b69eb1 Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:20:59 +00:00
  • 52a64d6aec Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +00:00
  • a292dba021 Detail: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 00:21:39 +00:00
  • e25bd18bd8 Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues Joel Falcou 2013-10-01 15:05:39 +00:00
  • 80895c071c Operators: Remove obsolete GCC version check. Stephen Kelly 2013-10-01 08:47:11 +00:00
  • f90812f1d9 Revert "Remove check for obsolete DMC version." Peter Dimov 2013-12-11 00:18:49 +02:00
  • 244c343efe Revert "Remove obsolete MSVC check from pragma guard" Peter Dimov 2013-12-11 00:13:48 +02:00
  • 14e9e95c17 Utility: Remove obsolete MSVC version check Stephen Kelly 2013-09-26 09:41:00 +00:00
  • fd9f12b8f1 Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro. Stephen Kelly 2013-09-25 10:29:44 +00:00
  • 96da5105ab Merge utility documentation. Daniel James 2013-11-23 14:23:45 +00:00
  • ad98ca9c3c Rebuild some of the utility documentation. Daniel James 2013-11-23 14:14:01 +00:00
  • dfad2950ea Add BOOST_EXPLICIT_OPERATOR_BOOL documentation. Daniel James 2013-11-17 17:13:08 +00:00
  • 44a98b121b Merge r86524 (Correct broken links to C++ standard papers); fixes #9212 Michel Morin 2013-11-13 03:22:55 +00:00
  • 2f0eddc5dd Create maintenance branch for 1.55.0 svn-branches/maintenance/1_55_0 Daniel James 2013-11-11 20:02:05 +00:00
  • 7779f95aa3 Release 1.55.0 boost-1.55.0 Marshall Clow 2013-11-11 19:45:21 +00:00
  • d5e86bb576 Correct broken links to C++ standard papers. Refs #9212. Michel Morin 2013-10-30 12:51:24 +00:00
  • 65d9a78735 Regnerated string_ref docs. Fixed incorrect example. Fixes #8002 Marshall Clow 2013-10-27 21:05:17 +00:00
  • 12d17bc26d Fixed duplicate anchors Jeremiah Willcock 2013-10-25 02:46:04 +00:00
  • 03047e3f00 Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:20:59 +00:00
  • 468fb2dd5f Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +00:00
  • e97577a0ae Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +00:00
  • a90bc68a7f Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues Joel Falcou 2013-10-01 15:05:39 +00:00
  • b39e4e5aea Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue Joel Falcou 2013-10-01 15:02:28 +00:00
  • 37c8f45edc Operators: Remove obsolete GCC version check. Stephen Kelly 2013-10-01 08:47:11 +00:00
  • 4dc9659097 Remove check for obsolete DMC version. Stephen Kelly 2013-09-30 00:36:13 +00:00
  • 3d1646cf51 Detail: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 00:21:39 +00:00
  • adf57817ec Ref: Remove obsolete MSVC version check. Stephen Kelly 2013-09-30 00:19:48 +00:00
  • 1fd5883b34 Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +00:00
  • fc4bc227b5 Utility: Remove obsolete MSVC version check Stephen Kelly 2013-09-26 09:41:00 +00:00
  • bcd50e9105 Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro. Stephen Kelly 2013-09-25 10:29:44 +00:00
  • dbb99bf7df Create branch to keep WIP patch for modular build. svn-branches/modular-build Vladimir Prus 2013-09-25 08:12:19 +00:00
  • 0f5ae0e73c Corrected comment. Andrey Semashev 2013-09-09 18:43:27 +00:00
  • e33f8b0055 Merged new added components from trunk. Merged other sublibraries which tests are passing for a long time as well. Andrey Semashev 2013-09-08 19:28:44 +00:00
  • 497198c624 Made indents similar. Andrey Semashev 2013-09-08 18:45:41 +00:00
  • 9df000eece Extracted empty_deleter to Boost.Utility. Andrey Semashev 2013-09-05 18:25:41 +00:00
  • 8e4054467e Attempt to work around explicit_operator_bool_compile_fail_conv_pvoid test failure for VACPP. Andrey Semashev 2013-09-05 08:28:24 +00:00
  • 7ae5e14681 Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log. Andrey Semashev 2013-09-01 16:31:16 +00:00
  • b051dd665b [utility] Fixes to value_init docs. Robert Kawulak 2013-08-13 21:39:57 +00:00
  • eca8d9f1ef [utility] Fixes to value_init docs. Robert Kawulak 2013-08-13 21:39:57 +00:00
  • b813232bba Merged recent changes from trunk. Andrey Semashev 2013-07-20 17:17:10 +00:00
  • 15021632dc added new result_of mode that uses TR1 with a decltype fallback as suggested by Nathan Crookston; fixes #7753 Daniel Walker 2013-07-03 22:14:27 +00:00
  • 9e726bfd25 Create a maintenance branch for Boost 1.54.0 svn-branches/maintenance/1_54_0 Daniel James 2013-07-03 21:01:45 +00:00
  • 934c22a81a Release 1.54.0 boost-1.54.0 Marshall Clow 2013-07-01 16:53:14 +00:00
  • 9baf33dd16 Optimized BOOST_ASSERT_MSG so that it is more lightweight and doesn't prevent enclosing functions from inlining. Also added branching hints for the checked conditions. Andrey Semashev 2013-06-07 20:21:24 +00:00
  • e02523e286 Merged changes from trunk. Fixes operator<< handling of width specification. Andrey Semashev 2013-06-07 17:33:25 +00:00
  • 6bb1ce9b7b Avoid using ios_base and streamsize, which are not defined in iosfwd. Andrey Semashev 2013-06-04 18:41:39 +00:00
  • 17594f6449 Release 1.54.0 beta1 boost-1.54.0-beta1 Marshall Clow 2013-06-03 14:02:28 +00:00
  • 9092b9277b Added a test for long padding. Andrey Semashev 2013-06-02 20:00:04 +00:00
  • d09b37d3ef More modifications according to the review. Andrey Semashev 2013-06-02 19:16:50 +00:00