Commit Graph

  • 9fae8be166 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:37 -0500
  • b90a28f0e1 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:37 -0500
  • febca584d9 Removed -u command line option for the compressed_pair_test as this option is not recognized by Boost.Test (and presumably never was). This fixes the test execution failure. Andrey Semashev 2016-09-03 00:25:51 +0300
  • 21dc552cf9 Added a workaround for gcc 4.6 in C++11 mode as it can't seem to handle defaulted functions with noexcept specifier. The problem was discovered with autotests. Andrey Semashev 2016-09-02 19:14:00 +0300
  • fda210f597 Merge branch 'develop' Andrey Semashev 2016-09-02 18:34:58 +0300
  • 3d853b0e83 Reworked to_string test to verify the overload with a custom allocator even when explicit conversion operators are not supported. Made the custom allocator more standard-compliant. Andrey Semashev 2016-09-01 22:42:29 +0300
  • 4814d1ebfe Added another overload of to_string when default function template arguments are not supported. Andrey Semashev 2016-09-01 22:08:28 +0300
  • e5932ebb08 fix compile error on basic_string_view::to_string when Allocator is user-defined gnaggnoyil 2016-08-26 02:15:11 +0000
  • 93a2e25092 Merge to master for 1.62.0 release Marshall Clow 2016-08-17 13:02:13 -0700
  • 39577f86d1 Fix rfind (and other finders). Fixes bug https://svn.boost.org/trac/boost/ticket/9518 Marshall Clow 2016-08-14 11:20:28 -0700
  • 8392991c46 Remove extraneous semicolon; no functional change Marshall Clow 2016-08-14 11:19:32 -0700
  • c5b1256650 rename routines in detail namespace so that someone who includes both <string_ref> and <string_view> won't get duplicate decls Marshall Clow 2016-08-14 11:11:12 -0700
  • c56dd13592 Mark the copy ctor/assignment operator as '= default' when the compiler supports it. This makes these types trivially copy/move assignable/constructible. See https://svn.boost.org/trac/boost/ticket/11684 Marshall Clow 2016-07-27 11:18:18 -0700
  • 181f302ee4 Fix Ticket 12140; mark only single-arg ctor as explicit. Thanks to Thimo for the patch. Marshall Clow 2016-06-15 15:50:21 -0700
  • 287844fe76 Merge branch 'develop' of github.com:boostorg/utility into develop Marshall Clow 2016-06-15 14:52:40 -0700
  • 3982b6d633 Ensure the file ends with a newline. Fixes compiler warnings. Andrey Semashev 2016-03-26 14:00:12 +0300
  • 0b492bee9c Re-install string_ref - to be removed in the future Marshall Clow 2016-04-14 07:50:28 -0700
  • a9236d00a9 Ensure the file ends with a newline. Fixes compiler warnings. Andrey Semashev 2016-03-26 14:00:12 +0300
  • 4313bfc323 Revert "Remove the 'basic_string_ref template; use 'basic_string_view' instead. Keep the string_ref, etc typedefs around, though" Marshall Clow 2016-03-07 08:45:25 -0800
  • f61c94e812 Merge ADL protection for Boost.Operators from 'develop' Daniel Frey 2016-03-05 11:32:26 +0100
  • 1dfacff7ec Renamed namespace detail to operators_detail Daniel Frey 2016-02-23 20:30:16 +0100
  • a25ac4550b Removed unused overloads Daniel Frey 2016-02-22 20:46:58 +0100
  • d767054a79 Merge branch 'develop' of github.com:boostorg/utility into develop Daniel Frey 2016-02-22 20:39:26 +0100
  • 08a1b7da61 Added ADL protector Daniel Frey 2016-02-22 20:39:16 +0100
  • 8ab8e36dcf Remove the 'basic_string_ref template; use 'basic_string_view' instead. Keep the string_ref, etc typedefs around, though Marshall Clow 2016-02-17 11:32:16 -0800
  • 1caa745dd7 Introduce new 'string_view' to match the one in the standard. Step #2 (up next) is to retire string_ref in favor of string_view Marshall Clow 2015-12-21 11:39:59 -0800
  • cf5ad341ed Added a missing include. Andrey Semashev 2015-09-11 19:31:18 +0300
  • 1f6de83fe2 Merge pull request #20 from MarcelRaad/patch-1 Andrey Semashev 2015-09-11 19:06:38 +0300
  • cb6500161b Remove deprecated include Marcel Raad 2015-09-11 16:28:20 +0200
  • 13610caa36 Update copyright notice; change to_string to avoid UB by calling a different constructor. Fixes #11150 Marshall Clow 2015-03-28 12:02:41 -0700
  • 6bcf4f92bf Merge pull request #19 from akumta/patch-1 Andrey Semashev 2015-02-27 09:26:11 +0300
  • fa8301a56a Update string_ref_test2.cpp akumta 2015-02-25 10:49:14 -0800
  • 7306c8c359 Merge branch 'develop' Andrey Semashev 2014-09-06 22:19:24 +0400
  • 492fd7f091 Moved enable_if to Boost.Core. Andrey Semashev 2014-08-18 18:57:40 +0400
  • 4fbd789253 Merge pull request #18 from danieljames/metadata Andrey Semashev 2014-08-18 18:49:04 +0400
  • 4522603132 Add metadata file. Daniel James 2014-08-18 15:12:15 +0100
  • cae8d90d65 Add a redirect for the compressed pair docs. Daniel James 2014-06-30 22:57:48 +0100
  • 2ec0488e2a Merge pull request #16 from danieljames/compressed-pair-redirect Andrey Semashev 2014-07-04 21:56:14 +0400
  • 520dff9270 Add a redirect for the compressed pair docs. Daniel James 2014-06-30 22:57:48 +0100
  • 8e24c798ad Merge pull request #15 from boostorg/next_prior_fix_iterator_backtracking Andrey Semashev 2014-06-25 22:26:44 +0400
  • 651a869d4f Reworked next() and prior() taking the distance arguments. Andrey Semashev 2014-06-24 01:05:32 +0400
  • 7a8f16efdc Removed trailing spaces and tab. Andrey Semashev 2014-06-12 21:34:19 +0400
  • 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 +0400
  • f1edd107eb Merge pull request #12 from K-ballo/base-from-ref-member Andrey Semashev 2014-06-12 03:54:08 +0400
  • c185d2dfa9 Merge pull request #13 from K-ballo/compressed-pair-doc Andrey Semashev 2014-06-12 03:38:24 +0400
  • 4531b2a2a6 Ported compressed_pair documentation to Quickbook K-ballo 2014-06-11 19:25:29 -0300
  • 51e482edfe Added base_from_member specialization for members of lvalue-reference type K-ballo 2014-06-11 18:21:38 -0300
  • 61d07273fc Remove executable bit from the file. Andrey Semashev 2014-06-12 01:44:35 +0400
  • 42d56fbd51 Merge pull request #11 from K-ballo/base-from-member-doc Andrey Semashev 2014-06-12 01:30:02 +0400
  • 6a1e97f870 Ported base_from_member documentation to Quickbook K-ballo 2014-06-11 17:34:37 -0300
  • c0fdaba925 Removed auto-generated files. Andrey Semashev 2014-06-12 01:06:53 +0400
  • 87bc4c8dce Remove declval.hpp, moved to type_traits. Peter Dimov 2014-06-05 17:41:17 +0300
  • 34c11cb995 Remove generator_iterator.hpp, as it has been moved to iterator. Peter Dimov 2014-06-05 02:34:39 +0300
  • beab2e74ca Added test for generator_iterator.hpp. Peter Dimov 2014-06-05 02:19:58 +0300
  • 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 +0400
  • 1ed9aaa2a4 Remove headers that have been moved into core. Peter Dimov 2014-06-01 03:22:30 +0300
  • 5a54e21ec5 Merge branch 'akrzemi1-patch-1' into develop Eric Niebler 2014-05-31 10:46:26 -0700
  • 8e06104836 Merge branch 'patch-1' of github.com:akrzemi1/utility into akrzemi1-patch-1 Eric Niebler 2014-05-31 10:44:18 -0700
  • 45d884ffd7 Merge pull request #9 from danieljames/remove-binary-search-test Daniel James 2014-05-31 18:16:44 +0100
  • 329ca0bae8 Move binary_search_test.cpp into detail module. Daniel James 2014-05-28 15:52:12 +0100
  • afd9ab17ec removed comparison with 0 Andrzej Krzemieński 2014-05-29 17:41:56 +0200
  • 036f6b9107 Merge branch 'develop' Daniel James 2014-05-26 23:03:24 +0100
  • da239df58d Fix base_from_member example. Daniel James 2014-05-26 22:57:58 +0100
  • 46b3739b79 Merge commit '5ce9683858f5ced8b0df665aad74271dc7c9648d' Andrey Semashev 2014-05-13 00:03:10 +0400
  • c5fc075d07 Merge commit '991539725e5943b7f280f7ecd7a00aa7f3dc0582' Andrey Semashev 2014-05-13 00:01:31 +0400
  • 5ce9683858 Merge branch 'develop' of github.com:boostorg/utility into develop Andrey Semashev 2014-05-10 18:28:20 +0400
  • 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 +0400
  • df8e0c2dae Merge pull request #5 from Lastique/patch-1 Andrey Semashev 2014-05-10 08:59:10 +0400
  • f5869d0f82 Merge pull request #6 from Lastique/develop Andrey Semashev 2014-05-10 08:57:32 +0400
  • db7bba3259 Merge pull request #7 from ericniebler/develop Eric Niebler 2014-05-01 15:32:58 -0700
  • 379e2111e2 value_init and swap work on nvidia gpu's Eric Niebler 2014-05-01 15:29:43 -0700
  • 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 +0400
  • de0e18ca0a work around nvcc bug by only defining has_result when it's needed Eric Niebler 2014-04-23 15:54:27 -0700
  • 8ae3bfa961 Fix compilation with gcc 4.5 in C++11 mode Andrey Semashev 2014-04-10 00:27:41 +0400
  • d4b5fde5a8 Remove assert from utility Peter Dimov 2014-02-09 17:56:48 +0200
  • 9c4d2843da Merge commit 'ad61f347e4c0c5c3d9bec67f3ee69a3d7f7ac255' into develop Peter Dimov 2013-12-12 02:58:12 +0200
  • ad61f347e4 Revert incorrect reversion of adf57817ec Peter Dimov 2013-12-11 23:28:13 +0200
  • b434003b13 Revert incorrect reversion of adf57817ec Peter Dimov 2013-12-11 23:28:13 +0200
  • 50eafe2027 Fix addressof for nullptr_t values. Fixes #5487. Peter Dimov 2013-12-11 01:57:20 +0200
  • 87b8e03ca9 Merge branch 'develop' Peter Dimov 2013-12-11 00:47:22 +0200
  • d595357b41 Merge branch 'master' into develop Peter Dimov 2013-12-11 00:47:00 +0200
  • 79d9d9f514 Revert "Ref: Remove obsolete MSVC version check." Peter Dimov 2013-12-11 00:46:10 +0200
  • c48f86c9e4 Ticket #7094, thanks 1czajnik Emil Dotchevski 2012-07-10 03:43:13 +0000
  • 514e5299ca Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • 3bac7b132a Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue Joel Falcou 2013-10-01 15:02:28 +0000
  • 9382b69eb1 Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:20:59 +0000
  • 52a64d6aec Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +0000
  • a292dba021 Detail: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 00:21:39 +0000
  • e25bd18bd8 Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues Joel Falcou 2013-10-01 15:05:39 +0000
  • 80895c071c Operators: Remove obsolete GCC version check. Stephen Kelly 2013-10-01 08:47:11 +0000
  • f90812f1d9 Revert "Remove check for obsolete DMC version." Peter Dimov 2013-12-11 00:18:49 +0200
  • 244c343efe Revert "Remove obsolete MSVC check from pragma guard" Peter Dimov 2013-12-11 00:13:48 +0200
  • 14e9e95c17 Utility: Remove obsolete MSVC version check Stephen Kelly 2013-09-26 09:41:00 +0000
  • fd9f12b8f1 Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro. Stephen Kelly 2013-09-25 10:29:44 +0000
  • 96da5105ab Merge utility documentation. Daniel James 2013-11-23 14:23:45 +0000
  • ad98ca9c3c Rebuild some of the utility documentation. Daniel James 2013-11-23 14:14:01 +0000
  • dfad2950ea Add BOOST_EXPLICIT_OPERATOR_BOOL documentation. Daniel James 2013-11-17 17:13:08 +0000
  • 44a98b121b Merge r86524 (Correct broken links to C++ standard papers); fixes #9212 Michel Morin 2013-11-13 03:22:55 +0000
  • d5e86bb576 Correct broken links to C++ standard papers. Refs #9212. Michel Morin 2013-10-30 12:51:24 +0000
  • 65d9a78735 Regnerated string_ref docs. Fixed incorrect example. Fixes #8002 Marshall Clow 2013-10-27 21:05:17 +0000