Commit Graph

  • 12d17bc26d Fixed duplicate anchors Jeremiah Willcock 2013-10-25 02:46:04 +0000
  • 03047e3f00 Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:20:59 +0000
  • 468fb2dd5f Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • e97577a0ae Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +0000
  • a90bc68a7f Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues Joel Falcou 2013-10-01 15:05:39 +0000
  • b39e4e5aea Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue Joel Falcou 2013-10-01 15:02:28 +0000
  • 37c8f45edc Operators: Remove obsolete GCC version check. Stephen Kelly 2013-10-01 08:47:11 +0000
  • 4dc9659097 Remove check for obsolete DMC version. Stephen Kelly 2013-09-30 00:36:13 +0000
  • 3d1646cf51 Detail: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 00:21:39 +0000
  • adf57817ec Ref: Remove obsolete MSVC version check. Stephen Kelly 2013-09-30 00:19:48 +0000
  • 1fd5883b34 Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • fc4bc227b5 Utility: Remove obsolete MSVC version check Stephen Kelly 2013-09-26 09:41:00 +0000
  • bcd50e9105 Remove use of obsolete BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE{,_SPEC} macro. Stephen Kelly 2013-09-25 10:29:44 +0000
  • 0f5ae0e73c Corrected comment. Andrey Semashev 2013-09-09 18:43:27 +0000
  • 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 +0000
  • 497198c624 Made indents similar. Andrey Semashev 2013-09-08 18:45:41 +0000
  • 9df000eece Extracted empty_deleter to Boost.Utility. Andrey Semashev 2013-09-05 18:25:41 +0000
  • 8e4054467e Attempt to work around explicit_operator_bool_compile_fail_conv_pvoid test failure for VACPP. Andrey Semashev 2013-09-05 08:28:24 +0000
  • 7ae5e14681 Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log. Andrey Semashev 2013-09-01 16:31:16 +0000
  • b051dd665b [utility] Fixes to value_init docs. Robert Kawulak 2013-08-13 21:39:57 +0000
  • eca8d9f1ef [utility] Fixes to value_init docs. Robert Kawulak 2013-08-13 21:39:57 +0000
  • b813232bba Merged recent changes from trunk. Andrey Semashev 2013-07-20 17:17:10 +0000
  • 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 +0000
  • 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 +0000
  • e02523e286 Merged changes from trunk. Fixes operator<< handling of width specification. Andrey Semashev 2013-06-07 17:33:25 +0000
  • 6bb1ce9b7b Avoid using ios_base and streamsize, which are not defined in iosfwd. Andrey Semashev 2013-06-04 18:41:39 +0000
  • 9092b9277b Added a test for long padding. Andrey Semashev 2013-06-02 20:00:04 +0000
  • d09b37d3ef More modifications according to the review. Andrey Semashev 2013-06-02 19:16:50 +0000
  • f3bb2a493c Modifications according to the review. Andrey Semashev 2013-06-02 18:15:53 +0000
  • 71b501a0b0 Removed constexpr from substr() as it doesn't work with BOOST_THROW_EXCEPTION. Added a test for streaming. Andrey Semashev 2013-05-26 19:23:52 +0000
  • 547c562464 Minor change (no need to create a sentry, it will be created by the stream methods). Andrey Semashev 2013-05-26 15:52:16 +0000
  • 91aab126e1 1. Extracted forward declarations to a separate header so that it can be included by other libraries (Boost.Log, for instance). 2. Added a default value for char traits template parameter. 3. Added missing headers and removed unused ones. 4. Added inline specifiers to operators. 5. Fixed operator<< behaving incorrectly when particular width is requested (std::setw, etc.). 6. Replaced all throw statements with BOOST_THROW_EXCEPTION. Andrey Semashev 2013-05-26 15:36:25 +0000
  • 0d605befd4 Merge bug fix in test to release Marshall Clow 2013-05-23 18:38:20 +0000
  • 4080fe22e3 utility/noncopyable : fix #6578. Vicente J. Botet Escriba 2013-04-13 13:49:52 +0000
  • 1057ff4d9e Utility/noncopyable: Make use of =delete #6578. Vicente J. Botet Escriba 2013-04-10 17:16:02 +0000
  • 2eda3f5299 Utility/address_off: fix #7079. Vicente J. Botet Escriba 2013-03-23 01:44:06 +0000
  • 9cb31aee6e Fix bug in test; thanks to AddressSanitizer for the heads-up Marshall Clow 2013-03-18 20:46:53 +0000
  • 2e4007413e Assert: rollback [82428]. Vicente J. Botet Escriba 2013-03-14 22:27:04 +0000
  • 98bb9e6300 Utility: address_of take care of #7079. Vicente J. Botet Escriba 2013-03-14 17:48:06 +0000
  • 1cdb78c30a Assert: take care of #7028. Vicente J. Botet Escriba 2013-03-14 17:46:52 +0000
  • 1ab9131bca Utility: merge [68982] to fix #5213. Vicente J. Botet Escriba 2013-03-14 17:35:42 +0000
  • d51799518b merge [82901], [82902], and [83147] from trunk Eric Niebler 2013-03-10 21:18:49 +0000
  • f9540f360c merge [82960] to release, fixes #7663 Eric Niebler 2013-03-09 22:55:05 +0000
  • c1fdb477c1 Merged boost::algorithm::gather and updated tests for Utility, Algorithm and Utility libraries Marshall Clow 2013-02-25 18:43:26 +0000
  • e0e16be802 fix breakage of string_ref logical ops, detabify, remove trailing whitespace Eric Niebler 2013-02-25 06:30:00 +0000
  • 9284a64936 disable annoying msvc warning, refs #7663 Eric Niebler 2013-02-17 23:56:10 +0000
  • 6e2c1b6b53 Added to_string and better comparisons to Boost.StringRef Marshall Clow 2013-02-15 16:12:30 +0000
  • e4d622019f Fixed bug in string_ref::find; Refs #8067 Marshall Clow 2013-02-15 16:07:06 +0000
  • 05af0deaed Update Boost.StringRef tests to use newer Boost.Test features Marshall Clow 2013-02-11 21:49:56 +0000
  • 1b2cd6378b Merge doc typo; Fixes #8002 Marshall Clow 2013-02-11 16:22:32 +0000
  • 9383bbc283 Merge typo in docs; Fixes 7974 Marshall Clow 2013-02-11 16:10:24 +0000
  • 00d151828c Fixed typo; Refs #8002 Marshall Clow 2013-02-07 14:14:53 +0000
  • f0c62e9e00 Fix typo in docs; Refs #7974 Marshall Clow 2013-02-04 14:14:42 +0000
  • 1730c1319b Merge string_ref doc changes to release Marshall Clow 2013-01-14 16:34:16 +0000
  • 71205b6e84 Updated the string_ref docs with a reference section; committed the generated HTML Marshall Clow 2013-01-14 16:25:56 +0000
  • 856b01240a Merge string_ref to release Marshall Clow 2012-12-17 14:36:31 +0000
  • 98d793152c Move string_ref to Boost.Utility; first crack at docs Marshall Clow 2012-12-15 16:38:07 +0000
  • 611395441e Merge deprecated macro change for Boost.Utility to release; no functionality change Marshall Clow 2012-12-11 16:41:54 +0000
  • dc8ffe92b8 Removed use of deprecated macros Marshall Clow 2012-12-08 18:37:29 +0000
  • c55d5ca7de Removed usage of deprecated macros in Boost.Utility; specifically result_of Marshall Clow 2012-11-26 20:32:24 +0000
  • 943af35553 Tweak comments (removing a non-ascii character, updating references to the C++11 standard, etc.) and rename the include guard macro. Michel Morin 2012-10-30 16:51:16 +0000
  • b35ef27b35 add missing close tag Eric Niebler 2012-10-03 23:09:58 +0000
  • 3cca2755cf add missing close tag Eric Niebler 2012-10-03 23:08:44 +0000
  • 124f4ea879 result_of: merge [80732] from trunk Eric Niebler 2012-09-28 22:21:32 +0000
  • 93f6e3473b friendlier wrt overloaded comma Eric Niebler 2012-09-28 08:47:35 +0000
  • 0f43c44e97 result_of: merge [80636],[80654],[80655],[80656],[80712] from trunk Eric Niebler 2012-09-26 18:52:08 +0000
  • 4a08e3d0bf remove workaround for gcc-4.4, boost.config is correct now Eric Niebler 2012-09-26 18:47:08 +0000
  • 3d650b7f92 nicer work-around for gcc warnings Eric Niebler 2012-09-23 02:08:32 +0000
  • 0568a114a8 supress warnings in result_of_iterate.hpp on gcc 4 and up. Daniel Walker 2012-09-23 01:44:39 +0000
  • 7148d6c95e gcc-4.4 doesn't have robust enough support for sfinae-for-expressions Eric Niebler 2012-09-23 01:11:00 +0000
  • 1cfe3145b4 sfinae-friendly result_of implementation for compilers that don't have extended sfinae for expressions Eric Niebler 2012-09-22 19:15:37 +0000
  • 7d8353f46a result_of: merge [80445], [80452], [80535], [80550], [80605], [80608] from trunk Eric Niebler 2012-09-21 18:49:46 +0000
  • 57d65d6a94 untab-ify Eric Niebler 2012-09-20 17:06:34 +0000
  • ac9f617f7f SFINAE enabled result_of fixes [7343] Daniel Walker 2012-09-19 23:10:08 +0000
  • 1920623a4f merged [80550], allowing users to force result_of to use decltype Daniel Walker 2012-09-17 00:16:36 +0000
  • b6a55f878c reverting [78195] in result_of_iterate.hpp to allow users to force result_of to use decltype Daniel Walker 2012-09-17 00:04:55 +0000
  • a4e332c4c0 updated docs to include guidelines, changes and various suggestions from Andrey Semashev, JeffLee Hellrung and others Daniel Walker 2012-09-16 00:39:41 +0000
  • e9bbb50eb4 reverting [80445] which is still under discussion on the mailing list Daniel Walker 2012-09-08 15:32:35 +0000
  • e8440e8855 Added result_of usage guideline. Andrey Semashev 2012-09-08 13:54:41 +0000
  • c0cca9e8cc Merge changes from Trunk. Fixes #5790. John Maddock 2012-09-07 08:49:11 +0000
  • d63444f22e merge [77702] to release, fixes #6755 Eric Niebler 2012-09-02 03:42:37 +0000
  • 1f23425baa result_of limit bumped to 16, merge [71769] from trunk Eric Niebler 2012-09-02 03:29:41 +0000
  • a89b0101fc boost::result_of uses decltype on compilers that implement N3276, merges [77905], [78195], [80352] from trunk Eric Niebler 2012-09-01 23:12:32 +0000
  • ff0cb36416 Fixes [6754]. Minor edits to documentation. Daniel Walker 2012-09-01 20:00:33 +0000
  • 37c5395e7a Ticket #7094, thanks 1czajnik Emil Dotchevski 2012-07-10 03:43:13 +0000
  • fb2d391928 Merge documentation build fix from trunk. Daniel James 2012-06-11 07:23:17 +0000
  • 3558d61c51 Make the new pdf install rules explicit, and fix intrusive's. Daniel James 2012-06-11 01:33:10 +0000
  • ad5cf8cf08 Update Jamfiles and build scripts for PDF generation. Set local_function image DPI's for better PDF builds. John Maddock 2012-06-07 16:47:33 +0000
  • a201cbe646 Changes required to build PDF versions of docs. John Maddock 2012-06-07 12:32:56 +0000
  • 2fc827ad23 Utility/declval: update history. Vicente J. Botet Escriba 2012-05-28 19:00:53 +0000
  • 8036d4370f Utility/declval: update history. Vicente J. Botet Escriba 2012-05-28 18:44:24 +0000
  • 88e7d86270 Marked some expected failures for release regression test compilers. Renamed a local function internal template parameter from Bn to Bindn (because B0 is defined as a macro from a Linux header to represent a baudrate). Added itdentity_type.hpp to utility.hpp. Made reference data members of LocalFunction Addable static (because they are not set in the constructor). Lorenzo Caminiti 2012-05-26 21:17:03 +0000
  • 5fe00c4322 Added identity_type.hpp to utility.hpp. Added static to Addable data members because they are references. Marked a couple of regression tests for release compilers. Lorenzo Caminiti 2012-05-26 20:39:22 +0000
  • 6b9f0103d5 Merged ScopeExit (improved), LocalFunction (new), Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch. Lorenzo Caminiti 2012-05-24 01:35:04 +0000
  • eb613e1b16 Resolved all LocalFunctions to-dos. Still trying to pin-point a VACPP internal error. Lorenzo Caminiti 2012-05-07 18:54:38 +0000
  • 923caf4410 Fix for GCC-4.3.x. John Maddock 2012-04-30 14:07:24 +0000
  • 36bc0a72ac Updated docs. Lorenzo Caminiti 2012-04-28 02:35:08 +0000
  • d5cacff7c6 only use decltype when Boost.Config says it's ok Eric Niebler 2012-04-25 17:41:51 +0000
  • b9411f807f Added Lorenzo Caminiti to maintainers.txt and libraries.htm. Lorenzo Caminiti 2012-04-13 01:02:02 +0000
  • 4111de6f68 result_of uses decltype on compilers that implement N3276 Eric Niebler 2012-04-11 00:28:33 +0000