6aea11f3dfAdd metadata file.
Daniel James
2014-08-18 15:12:05 +0100
5bbb552f28Merge pull request #2 from danieljames/metadata
Peter Dimov
2015-01-25 20:27:48 +0200
5bf1a089bdAdd metadata file.
Daniel James
2014-08-18 15:12:05 +0100
4e34737b9cTypeOf: Fix if/elif chain after msvc 6/7 removal.
Stephen Kelly
2013-09-26 06:52:33 +0000
8092dd0003TypeOf: Remove obsolete MSVC version checks
Stephen Kelly
2013-09-25 21:15:54 +0000
9fcf6ff70ereverting accidently commited change
Thomas Heller
2011-10-18 17:25:37 +0000
2334bc2bf7added full qualification to enable_if for the member pointer operator
Thomas Heller
2011-10-18 16:09:48 +0000
e56adea1b1Integrated from trunc: Applied patch for #5745: Use native typeof support for Oracle Solaris Studio C++ compiler
Peder Holt
2011-10-09 13:08:04 +0000
731e9ce0adApplied patch for #5745: Use native typeof support for Oracle Solaris Studio C++ compiler
Peder Holt
2011-08-06 18:46:43 +0000
4fab1b5d17fix typeof bug on msvc-7.1 that is causing type_traits/common_type.hpp to fail to compile
Eric Niebler
2010-11-21 21:42:52 +0000
85eed8ff60from trunk: Updated documentation of typeof, added documentation for BOOST_TYPEOF_MESSAGE
Peder Holt
2010-10-21 09:39:55 +0000
81e54ccb1fIntegrated from trunk: #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
Peder Holt
2010-10-21 09:34:15 +0000
e9749f185fFrom trunk: 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
Peder Holt
2010-10-21 09:26:45 +0000
b46f8efd6bTicket #3520 Syntax Error in boost/typeof/typeof.hpp Line 18 of boost/typeof/typeof.hpp fixed from # ifndef(BOOST_TYPEOF_EMULATION) to # ifndef BOOST_TYPEOF_EMULATION
Peder Holt
2010-08-30 20:21:47 +0000
c75b62533a#4605: Make BOOST_TYPEOF_SILENT default BOOST_TYPEOF_SILENT has been removed and BOOST_TYPEOF_MESSAGES has been added. Messages are now hidden by default, and you have to define BOOST_TYPEOF_MESSAGES to see them at all.
Peder Holt
2010-08-30 20:08:29 +0000
d04dc539a0Removed tabs from file
Peder Holt
2010-08-30 20:00:04 +0000
1468636543#4593: Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za - fixed
Peder Holt
2010-08-30 19:29:02 +0000
468e0de51eAllow 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
Peder Holt
2010-06-26 20:28:49 +0000
dcb1e95d25Added documentation of BOOST_TYPEOF_SILENT
Peder Holt
2010-06-26 19:12:01 +0000
bfb19140f1Merge documentation fixes.
Daniel James
2010-06-26 12:30:09 +0000
3892d59ff8Update various libraries' documentation build.
Daniel James
2010-06-20 18:00:48 +0000
eff78826d2Apply variadic functions patch from Sergey Zubkovsky.
Alexander Nasonov
2010-02-07 19:13:43 +0000
b420583f9crm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
4aab62e71crm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
9a5663ff14Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
0f21fe555aAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
a70cd7396aBOOST_TYPEOF_NESTED_TYPEDEF now supports expressions containing "this" for VC compilers
Peder Holt
2009-03-10 18:07:38 +0000
c10804f3b0Removed use of typeid in typeof implementation for VC7.1, as this caused problems in some uses of BOOST_TYPEOF
Peder Holt
2009-03-10 09:33:21 +0000
ef283a6a74Merge several documentation fixes. Plus a small inspect fix.
Daniel James
2009-01-28 15:53:42 +0000
4c9b8ba961Fix a link in the typeof forwarding html file.
Daniel James
2009-01-28 09:14:45 +0000
33ae5341c1merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
b7bfcbef45Updating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
2d046d3f9fUpdating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
f2a646b417Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
cde21a588dMerged from trunk: for visual studio 8 and visual studio 9, reverted to using sizeof in 'native' typeof operator as the use of typeid caused compilation error in visual studio source code analysis.
Peder Holt
2007-12-20 12:04:40 +0000
6926249653Revert to old sizeof based solution for retrieving the type from a typeof hack. This is in order to overcome problems with the code analysis module introduced in Visual Studio 2005.
Peder Holt
2007-11-25 21:16:46 +0000
3ecb3bf102Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:38:02 +0000
1c1ab4c883Full merge from trunk at revision 41356 of entire boost-root tree.
Beman Dawes
2007-11-25 18:07:19 +0000
9aa58de5e2#1425 Support for Visual Studio 2008
Peder Holt
2007-11-12 11:10:20 +0000
6c09ce7883Fixed duplicate definition of boost::type_of::push_back when BOOST_TYPEOF_LIMIT_SIZE>50 and not a multiple of 50. (From Dave Jenkins)
Peder Holt
2007-10-29 08:05:17 +0000
7a574a6169[typeof] testing for typeof hacks on all compilers
Peder Holt
2007-10-08 17:46:23 +0000
3e4face079Better support for BOOST_TYPEOF_NESTED_TYPEDEF for Borland
Peder Holt
2007-10-05 14:32:04 +0000
8d8d35c1aeStarting point for releases
Beman Dawes
2007-10-05 14:25:06 +0000
86d4e1c4dbtypeof support for template template arguments for Borland 5.9.2 (also used for Borland 5.8.2) (reverted to old scheme for other compilers)
Peder Holt
2007-10-05 12:39:15 +0000
cbdff442adUpdate typeof emulation to support Borland 5.9.2
Peder Holt
2007-10-05 07:06:13 +0000
f576bcf847Modified tests to account for Borland compiler
Peder Holt
2007-09-28 20:11:32 +0000
e2dc6c246aImplement typeof emulation for the Borland compiler. Tested with Borland 5.8.2
Peder Holt
2007-09-28 20:09:01 +0000
951d2f6467typeof: Implemented native typeof for DMC 8.50 based on the same bugfeature used to support VC6.5 and VC7.1
Peder Holt
2007-09-06 07:22:10 +0000
4f4bb61781boost.typeof now supports native typeof for VC8.0
Peder Holt
2007-09-05 19:52:18 +0000
24c7fe2f65native typeof implementation for VC7.1 and VC8.0 now uses typeid() instead of sizeof() to map a type. This bypasses some bugs in Microsofts sizeof implementation, and removes a limitation on the number of typeof invocations that can be done in a single compilation unit
Peder Holt
2007-08-20 18:09:14 +0000
17d05e6396#1188 Removed extra (unnecessary) semicolons in BOOST_TYPEOF_NESTED_TYPEDEF.
Peder Holt
2007-08-20 06:51:54 +0000
34ffee8e2cRemove V1 Jamfiles
Vladimir Prus
2007-08-08 19:02:26 +0000
84ec781ea1This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'.
nobody
2007-07-24 19:28:14 +0000
744db7fe1dadd conditionalization for aCC and cxx
Boris Gubenko
2007-06-09 18:25:19 +0000
8868adc891Merged from HEAD: Changed specialization of encode_integral for bool to work around issues with the sun compiler
Peder Holt
2006-09-16 17:36:03 +0000
21ef2c54ecChanged specialization of encode_integral for bool to work around issues with the sun compiler
Peder Holt
2006-09-16 17:34:18 +0000