summaryrefslogtreecommitdiff
path: root/libs/typeof
Commit message (Collapse)AuthorAgeFilesLines
* Update typeof from masterAutomated Commit2023-03-061-0/+0
|
* Update typeof from masterAutomated Commit2023-03-061-0/+0
|
* Update typeof from masterAutomated Commit2021-06-091-0/+0
|
* Update typeof from masterAutomated Commit2020-11-011-0/+0
|
* Update typeof from masterAutomated Commit2020-04-011-0/+0
|
* Update typeof from masterAutomated Commit2019-12-231-0/+0
|
* Update typeof from masterAutomated Commit2018-09-241-0/+0
|
* Update typeof from masterAutomated Commit2018-03-021-0/+0
|
* Update timer, typeof from masterAutomated Commit2017-12-191-0/+0
|
* Update typeof from masterAutomated Commit2017-11-041-0/+0
|
* Update typeof from masterAutomated Commit2017-04-241-0/+0
|
* Update 61 submodules from masterAutomated Commit2016-10-101-0/+0
| | | | | | | | | | | | Update build, dll, fiber, filesystem, foreach, function, functional, function_types, fusion, geometry, heap, icl, integer, interprocess, intrusive, iterator, lambda, lexical_cast, local_function, lockfree, log, logic, math, metaparse, move, mpi, multiprecision, multi_array, optional, parameter, phoenix, pool, predef, program_options, property_tree, proto, random, range, ratio, regex, scope_exit, signals, signals2, sort, spirit, static_assert, test, thread, tr1, tti, typeof, type_erasure, type_index, type_traits, units, unordered, utility, variant, vmd, winapi, xpressive.
* Update ptr_container, typeof from master.Automated Commit2016-02-231-0/+0
|
* Update uuid, typeof, type_erasure from master.Automated Commit2015-01-251-0/+0
|
* Integrated from trunc: Applied patch for #5745: Use native typeof support ↵Peder Holt2011-10-091-0/+0
| | | | | | for Oracle Solaris Studio C++ compiler [SVN r74849]
* fix typeof bug on msvc-7.1 that is causing type_traits/common_type.hpp to ↵Eric Niebler2010-11-211-0/+0
| | | | | | fail to compile [SVN r66662]
* from trunk: Updated documentation of typeof, added documentation for ↵Peder Holt2010-10-211-0/+0
| | | | | | BOOST_TYPEOF_MESSAGE [SVN r66131]
* Integrated from trunk:Peder Holt2010-10-211-0/+0
| | | | | | | | | | #4593 Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za #3520 Syntax Error in boost/typeof/typeof.hpp #4605 Make BOOST_TYPEOF_SILENT default Apply variadic functions patch from Sergey Zubkovsky. Allow inclusion of typeof.hpp for compilers (borland) that does not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler [SVN r66130]
* From trunk: Allow inclusion of typeof.hpp for compilers (borland) that does ↵Peder Holt2010-10-211-0/+0
| | | | | | not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler [SVN r66129]
* Merge documentation fixes.Daniel James2010-06-261-0/+0
| | | | | | | | | | * Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347]
* rm cmake from the release branch before it goes out broken. Policy dictates ↵Troy D. Straszheim2009-10-171-0/+0
| | | | | | that you never commit to release, you commit to trunk and merge to release. [SVN r56941]
* Add basic copyright/license to keep cmake out of the inspection reportTroy D. Straszheim2009-07-221-0/+0
| | | | [SVN r55095]
* Merge several documentation fixes. Plus a small inspect fix.Daniel James2009-01-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged revisions 50798-50799,50837-50839,50847-50848 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r50798 | danieljames | 2009-01-26 23:14:53 +0000 (Mon, 26 Jan 2009) | 5 lines Make checking for duplicated names case insensitive. This avoids generating filenames with names that only differ by case as they cause problems on case insensitive file systems. ........ r50799 | danieljames | 2009-01-26 23:29:52 +0000 (Mon, 26 Jan 2009) | 1 line Label the line ending inspect errors. ........ r50837 | danieljames | 2009-01-28 09:14:21 +0000 (Wed, 28 Jan 2009) | 1 line Add scope exit to the root html file. ........ r50838 | danieljames | 2009-01-28 09:14:45 +0000 (Wed, 28 Jan 2009) | 1 line Fix a link in the typeof forwarding html file. ........ r50839 | danieljames | 2009-01-28 09:14:56 +0000 (Wed, 28 Jan 2009) | 1 line Fix an incorrectly escaped right arrow. ........ r50847 | danieljames | 2009-01-28 15:17:34 +0000 (Wed, 28 Jan 2009) | 2 lines Fix some documentation issues with scope_exit. ........ r50848 | danieljames | 2009-01-28 15:32:46 +0000 (Wed, 28 Jan 2009) | 1 line Generate the scope_exit documentation. ........ [SVN r50849]
* merge of cmake build files from trunk per bemanTroy D. Straszheim2009-01-241-0/+0
| | | | [SVN r50756]
* Merged from trunk: for visual studio 8 and visual studio 9, reverted to ↵Peder Holt2007-12-201-0/+0
| | | | | | using sizeof in 'native' typeof operator as the use of typeid caused compilation error in visual studio source code analysis. [SVN r42200]
* Full merge from trunk at revision 41356 of entire boost-root tree.Beman Dawes2007-11-251-0/+0
| | | | [SVN r41370]
* Full merge from trunk at revision 41356 of entire boost-root tree.Beman Dawes2007-11-251-0/+0
| | | | [SVN r41369]
* Starting point for releasesBeman Dawes2007-10-051-0/+0
| | | | [SVN r39706]
* This commit was manufactured by cvs2svn to create tagnobody2007-07-241-0/+0
| | | | | | 'Version_1_34_1'. [SVN r38286]
* Merged doc fixArkadiy Vertleyb2007-05-021-0/+0
| | | | [SVN r37564]
* tutorial text fixArkadiy Vertleyb2007-02-061-0/+0
| | | | [SVN r36898]
* From HEAD: Added documentation: BOOST_TYPEOF_NESTED_TYPEDEF can not be used ↵Peder Holt2007-02-041-0/+0
| | | | | | at function/block scope [SVN r36886]
* Remove obsolete Boost.Build v1 files.Rene Rivera2006-11-061-0/+0
| | | | [SVN r35880]
* Merged from HEAD: Changed specialization of encode_integral for bool to work ↵Peder Holt2006-09-161-0/+0
| | | | | | around issues with the sun compiler [SVN r35135]
* merged suppress inspection complain about unnamed nsArkadiy Vertleyb2006-09-151-0/+0
| | | | [SVN r35119]
* Merged supress inspection unnamed namespaceArkadiy Vertleyb2006-09-151-0/+0
| | | | [SVN r35118]
* Merged from HEAD: Fixed warnings on VC7.1 on integral encoding of boolPeder Holt2006-09-141-0/+0
| | | | [SVN r35110]
* Merged from HEAD: Added name to copyright.Peder Holt2006-09-101-0/+0
| | | | [SVN r35060]
* merged removed tabArkadiy Vertleyb2006-09-101-0/+0
| | | | [SVN r35057]
* merged inspection report fixesArkadiy Vertleyb2006-09-091-0/+0
| | | | [SVN r35053]
* This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.nobody2006-09-091-0/+0
| | | | [SVN r35052]
* Merged from HEAD: DMC support for BOOST_TYPEOF_NESTED_TYPEDEFPeder Holt2006-09-081-0/+0
| | | | [SVN r35049]
* Merged from HEAD: Support typeof emulation for DMC: Integral argument support.Peder Holt2006-09-061-0/+0
| | | | [SVN r35024]
* Fixed issues with support for compilers without SFINAEPeder Holt2006-09-011-0/+0
| | | | [SVN r35017]
* Merged from HEAD Fixed error in code for supporting compilers without SFINAE.Peder Holt2006-08-311-0/+0
| | | | [SVN r35012]
* Merged from HEAD: Disable enable_if for compiler that does not support it.Peder Holt2006-08-301-0/+0
| | | | [SVN r35000]
* Remove tabsDaniel James2006-08-291-0/+0
| | | | [SVN r34996]
* Merged from HEAD, Fixed issue with BOOST_TYPEOF_NESTED_TYPEDEF for CW in ↵Peder Holt2006-08-281-0/+0
| | | | | | emulation mode [SVN r34983]
* boost guidelines (mainly from inspect tool: tabs, license reference text, ↵Gennaro Prota2006-07-271-0/+0
| | | | | | etc.); more to do... [SVN r34753]
* *** empty log message ***Arkadiy Vertleyb2006-06-251-0/+0
| | | | [SVN r34402]