Daniel James
1bdfca2705
Branch to work on filename handling without disturbing trunk.
...
[SVN r68345]
2011-01-21 09:17:08 +00:00
Peder Holt
b46f8efd6b
Ticket #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
[SVN r65138]
2010-08-30 20:21:47 +00:00
Peder Holt
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.
[SVN r65137]
2010-08-30 20:08:29 +00:00
Peder Holt
d04dc539a0
Removed tabs from file
...
[SVN r65136]
2010-08-30 20:00:04 +00:00
Peder Holt
1468636543
#4593 : Type_of does not use BOOST_TYPEOF_EMULATION for VC10 and \Za - fixed
...
[SVN r65135]
2010-08-30 19:29:02 +00:00
Peder Holt
468e0de51e
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 r63369]
2010-06-26 20:28:49 +00:00
Peder Holt
dcb1e95d25
Added documentation of BOOST_TYPEOF_SILENT
...
[SVN r63367]
2010-06-26 19:12:01 +00:00
Daniel James
3892d59ff8
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Alexander Nasonov
eff78826d2
Apply variadic functions patch from Sergey Zubkovsky.
...
[SVN r59579]
2010-02-07 19:13:43 +00:00
Troy D. Straszheim
b420583f9c
rm 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
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
9a5663ff14
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
Peder Holt
a70cd7396a
BOOST_TYPEOF_NESTED_TYPEDEF now supports expressions containing "this" for VC compilers
...
[SVN r51687]
2009-03-10 18:07:38 +00:00
Peder Holt
c10804f3b0
Removed use of typeid in typeof implementation for VC7.1, as this caused problems in some uses of BOOST_TYPEOF
...
[SVN r51681]
2009-03-10 09:33:21 +00:00
Daniel James
4c9b8ba961
Fix a link in the typeof forwarding html file.
...
[SVN r50838]
2009-01-28 09:14:45 +00:00
Michael A. Jackson
b7bfcbef45
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
2d046d3f9f
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
f2a646b417
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
Tobias Schwinger
7d3afd076d
removes unnecessary escaping
...
[SVN r43411]
2008-02-25 11:45:51 +00:00
Peder Holt
6926249653
Revert 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.
...
[SVN r41383]
2007-11-25 21:16:46 +00:00
Peder Holt
9aa58de5e2
#1425 Support for Visual Studio 2008
...
[SVN r41027]
2007-11-12 11:10:20 +00:00
Peder Holt
6c09ce7883
Fixed duplicate definition of boost::type_of::push_back when BOOST_TYPEOF_LIMIT_SIZE>50 and not a multiple of 50. (From Dave Jenkins)
...
[SVN r40540]
2007-10-29 08:05:17 +00:00
Peder Holt
b06d94eb91
Deleted regression tests.
...
[SVN r40435]
2007-10-24 20:30:31 +00:00
Peder Holt
7a574a6169
[typeof] testing for typeof hacks on all compilers
...
[SVN r39796]
2007-10-08 17:46:23 +00:00
Peder Holt
3e4face079
Better support for BOOST_TYPEOF_NESTED_TYPEDEF for Borland
...
[SVN r39707]
2007-10-05 14:32:04 +00:00
Peder Holt
86d4e1c4db
typeof support for template template arguments for Borland 5.9.2 (also used for Borland 5.8.2) (reverted to old scheme for other compilers)
...
[SVN r39704]
2007-10-05 12:39:15 +00:00
Peder Holt
cbdff442ad
Update typeof emulation to support Borland 5.9.2
...
[SVN r39691]
2007-10-05 07:06:13 +00:00
Peder Holt
f576bcf847
Modified tests to account for Borland compiler
...
[SVN r39590]
2007-09-28 20:11:32 +00:00
Peder Holt
e2dc6c246a
Implement typeof emulation for the Borland compiler. Tested with Borland 5.8.2
...
[SVN r39589]
2007-09-28 20:09:01 +00:00
Peder Holt
951d2f6467
typeof: Implemented native typeof for DMC 8.50 based on the same bugfeature used to support VC6.5 and VC7.1
...
[SVN r39134]
2007-09-06 07:22:10 +00:00
Peder Holt
4f4bb61781
boost.typeof now supports native typeof for VC8.0
...
[SVN r39131]
2007-09-05 19:52:18 +00:00
Peder Holt
24c7fe2f65
native 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
...
[SVN r38801]
2007-08-20 18:09:14 +00:00
Peder Holt
17d05e6396
#1188 Removed extra (unnecessary) semicolons in BOOST_TYPEOF_NESTED_TYPEDEF.
...
[SVN r38777]
2007-08-20 06:51:54 +00:00
Vladimir Prus
34ffee8e2c
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Boris Gubenko
744db7fe1d
add conditionalization for aCC and cxx
...
[SVN r37953]
2007-06-09 18:25:19 +00:00
Arkadiy Vertleyb
e47dd5b94c
*** empty log message ***
...
[SVN r37558]
2007-05-02 02:38:56 +00:00
Arkadiy Vertleyb
07a28b16d5
tutorial text fix
...
[SVN r36898]
2007-02-06 01:50:40 +00:00
Peder Holt
3b4bad9217
Added documentation: BOOST_TYPEOF_NESTED_TYPEDEF can not be used at function/block scope
...
[SVN r36885]
2007-02-04 09:26:13 +00:00
Peder Holt
917725e67b
Hack from Steven Watanabe to implement native typeof for VC8.0
...
[SVN r36497]
2006-12-23 09:28:50 +00:00
Peder Holt
21ef2c54ec
Changed specialization of encode_integral for bool to work around issues with the sun compiler
...
[SVN r35134]
2006-09-16 17:34:18 +00:00
Arkadiy Vertleyb
0dc2a5524b
suppressed inspection unnamed complain
...
[SVN r35117]
2006-09-14 23:19:51 +00:00
Arkadiy Vertleyb
293eed92ad
*** empty log message ***
...
[SVN r35116]
2006-09-14 23:18:14 +00:00
Peder Holt
e689ac17bc
Fixed warnings on VC7.1 on integral encoding of bool
...
[SVN r35109]
2006-09-14 17:38:44 +00:00
Peder Holt
34bcfef25a
Added name to copyright.
...
[SVN r35059]
2006-09-10 17:40:47 +00:00
Arkadiy Vertleyb
7ff4eceaa4
removing tab
...
[SVN r35056]
2006-09-10 16:48:39 +00:00
Arkadiy Vertleyb
dfb50b4e37
inspection report fixes
...
[SVN r35051]
2006-09-09 17:25:09 +00:00
Peder Holt
b94ec36fbf
Removed tabs in typeof_impl.hpp
...
[SVN r35050]
2006-09-08 16:23:16 +00:00
Peder Holt
8f24a89307
DMC support for BOOST_TYPEOF_NESTED_TYPEDEF
...
[SVN r35048]
2006-09-08 16:16:57 +00:00
Peder Holt
24230afadb
Support typeof emulation for DMC: Integral argument support.
...
[SVN r35022]
2006-09-06 17:00:03 +00:00
Peder Holt
86964f046d
Fixed issues with support for compilers without SFINAE
...
[SVN r35017]
2006-09-01 19:25:45 +00:00
Peder Holt
51e40de915
Fixed error in code for supporting compilers without SFINAE.
...
[SVN r35011]
2006-08-31 10:47:59 +00:00