Andrey Semashev
|
f419d4ffd5
|
Added BOOST_NOINLINE, BOOST_LIKELY and BOOST_UNLIKELY macros.
[SVN r84679]
|
2013-06-07 20:05:18 +00:00 |
|
John Maddock
|
721150455a
|
Fix for Intel-14 Beta on Win32.
[SVN r84279]
|
2013-05-14 10:54:43 +00:00 |
|
Marshall Clow
|
20b319483f
|
Rename a bunch of C++11 configuration macros to include 'CXX11' in the name; preserve old macro names for compatibility, but mark them as deprecated. No functionality change intended
[SVN r79400]
|
2012-07-10 13:57:24 +00:00 |
|
Lorenzo Caminiti
|
85751c6911
|
Added BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS macro to Boost.Config, updated tests and docs.
(Plus I had to run dos2unix on auto generated config_info.cpp because of "inconsistent line ending" SVN error...)
[SVN r77457]
|
2012-03-21 17:32:36 +00:00 |
|
Marshall Clow
|
66d9f7dc00
|
Deprecate all the 'BOOST_NO_OX_*' macros in favor of 'BOOST_NO_CXX11_*' versions. Update tests. Old macros remain for compatibility (for the nonce)
[SVN r77194]
|
2012-03-04 03:00:49 +00:00 |
|
Marshall Clow
|
139bd2213b
|
Deprecate BOOST_NO_INITIALIZER_LISTS; use BOOST_NO_0X_HDR_INITIALIZER_LIST instead
[SVN r77157]
|
2012-03-03 00:34:17 +00:00 |
|
John Maddock
|
4c382635a1
|
Fix Intel-12.1 failures on Win32.
[SVN r76317]
|
2012-01-05 10:10:24 +00:00 |
|
Beman Dawes
|
7f68d14175
|
Update intel.hpp for 12.1.
[SVN r75693]
|
2011-11-27 16:14:47 +00:00 |
|
John Maddock
|
306a33a922
|
Fix Boost.Config for Intel-12.1.
[SVN r74639]
|
2011-10-02 08:33:11 +00:00 |
|
John Maddock
|
40cd11baa9
|
Tentative fox for C++0x detection in Intel 12.1 and later.
Refs #5941.
Refs #5878.
[SVN r74573]
|
2011-09-26 11:11:54 +00:00 |
|
John Maddock
|
d7e03fe7a0
|
RValue references don't really work correctly with Intel's compiler - disable support for them for now as enabling it breaks the Filesystem and Exception libraries.
Fixes #5671.
See Intel support issue #636018.
[SVN r72953]
|
2011-07-07 10:37:15 +00:00 |
|
John Maddock
|
56d410f014
|
Make Boost.Config C language compatible.
[SVN r70953]
|
2011-04-03 17:55:30 +00:00 |
|
John Maddock
|
89924b0478
|
Disable fenv.h for Intel < 12.0 as it doesn't actually work!
[SVN r70223]
|
2011-03-20 13:17:48 +00:00 |
|
John Maddock
|
8a0e258984
|
Fix up type_traits intrinsic support when using the Intel compiler.
Suppress quite a few Intel-12.0 warnings.
[SVN r70221]
|
2011-03-20 12:18:59 +00:00 |
|
John Maddock
|
2edb55f8ad
|
Fix up Intel's configuration to match the new tests.
[SVN r70002]
|
2011-03-15 17:29:59 +00:00 |
|
John Maddock
|
69e5377957
|
Fix up Intel C++0x features.
Fixes #5112.
[SVN r68472]
|
2011-01-27 11:47:11 +00:00 |
|
John Maddock
|
952b57fa7d
|
Add preliminary C++0x support.
Refs #5112.
[SVN r68420]
|
2011-01-24 18:28:53 +00:00 |
|
John Maddock
|
5425bedbb4
|
Add symbol visibility support to Intel and Sun compilers.
[SVN r62199]
|
2010-05-25 14:38:34 +00:00 |
|
Niels Dekker
|
ab638ef45d
|
Added some more comment to [62159]
[SVN r62160]
|
2010-05-22 22:37:11 +00:00 |
|
Niels Dekker
|
5b72dbb856
|
Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to Intel C++ <= 11.1 (trunk), see #4080.
[SVN r62159]
|
2010-05-22 22:27:27 +00:00 |
|
John Maddock
|
80947fe560
|
Update Intel version check.
[SVN r55959]
|
2009-09-01 17:16:13 +00:00 |
|
Beman Dawes
|
8c5aee782e
|
Add C++0x feature detection and header detection macros
[SVN r53031]
|
2009-05-15 17:08:26 +00:00 |
|
Andrey Semashev
|
e8678c03e4
|
Added configuration macros BOOST_NO_AUTO_DECLARATIONS and BOOST_NO_AUTO_MULTIDECLARATIONS.
[SVN r51733]
|
2009-03-12 14:48:49 +00:00 |
|
Beman Dawes
|
6d726df91c
|
Merge branches/cpp0x into trunk, enabling a bunch of BOOST_NO_* macros for C++0x early adopter feature tests
[SVN r51444]
|
2009-02-25 18:04:27 +00:00 |
|
John Maddock
|
e12af45eb2
|
Intel's emulation of gcc's two phase name lookup is buggy, this is Intel issue 532807, tracking number DPD200111849.
[SVN r50739]
|
2009-01-23 09:56:49 +00:00 |
|
K. Noel Belcourt
|
72b387e5c4
|
Add support for builing with intel compilers on Itanium
(define BOOST_NO_TWO_PHASE_NAME_LOOKUP macro).
[SVN r48897]
|
2008-09-19 16:37:43 +00:00 |
|
K. Noel Belcourt
|
1f2864b3ae
|
Added no two phase name lookup for intel-darwin
compilers.
[SVN r44758]
|
2008-04-24 23:05:16 +00:00 |
|
John Maddock
|
b78e4903e1
|
Update for Intel-10.1.
[SVN r42677]
|
2008-01-11 13:48:57 +00:00 |
|
John Maddock
|
c578de9653
|
Updated license declaration.
[SVN r39475]
|
2007-09-22 11:27:25 +00:00 |
|
John Maddock
|
668757a216
|
Added new macros def's that are needed by the various additions that have been added to Boost.Config.
[SVN r39183]
|
2007-09-10 17:18:16 +00:00 |
|
John Maddock
|
79994e01c5
|
Fixes for new macro.
[SVN r36780]
|
2007-01-25 11:08:37 +00:00 |
|
Stefan Slapeta
|
b32e93581d
|
Intel 9.1
[SVN r32004]
|
2005-12-12 17:46:08 +00:00 |
|
Douglas Gregor
|
9b43ef4a14
|
Merged from Version_1_33_1
[SVN r31949]
|
2005-12-08 03:23:02 +00:00 |
|
John Maddock
|
c92043496d
|
Intel have now fixed their ADL lookup bug, so don't enable BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL for the fixed version.
[SVN r31190]
|
2005-10-04 09:37:13 +00:00 |
|
John Maddock
|
21be2ca62d
|
Fix for when Intel on Linux emulates some gcc bugs.
[SVN r30626]
|
2005-08-22 12:24:04 +00:00 |
|
John Maddock
|
ca50320138
|
Moved definition of BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL into common_edg.hpp.
[SVN r28529]
|
2005-04-29 15:28:06 +00:00 |
|
Stefan Slapeta
|
7f85ce4c1a
|
Intel Compiler 9.0
[SVN r27400]
|
2005-02-16 09:16:37 +00:00 |
|
Stefan Slapeta
|
660103b429
|
Different config macros for windows and linux compiler
[SVN r24559]
|
2004-08-18 14:27:42 +00:00 |
|
John Maddock
|
a0d70af62d
|
Tweeked support for BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS
[SVN r23253]
|
2004-06-29 10:19:27 +00:00 |
|
John Maddock
|
3d62b1768f
|
Updated digital mars to version 0x840.
Added BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS
[SVN r23144]
|
2004-06-22 12:33:06 +00:00 |
|
John Maddock
|
8da5636184
|
Added more informative comments.
[SVN r22877]
|
2004-05-20 10:20:42 +00:00 |
|
John Maddock
|
2e64903b0f
|
Added fix for Intel C++ 6 and the /Zc:wchar_t option.
[SVN r22875]
|
2004-05-20 10:13:31 +00:00 |
|
John Maddock
|
ecfc74dcb1
|
Added checks to verify options at compile time.
[SVN r22715]
|
2004-05-01 10:51:05 +00:00 |
|
Guillaume Melquiond
|
e8602a5b86
|
Fix a typo
[SVN r21968]
|
2004-01-26 13:14:05 +00:00 |
|
Giovanni Bajo
|
38d0bdb068
|
Improve code to detect if wchar_t is a native type
[SVN r21919]
|
2004-01-25 16:26:41 +00:00 |
|
John Maddock
|
3c0eed1fed
|
Cleaned up regressions from last release caused by new macros being added.
[SVN r21270]
|
2003-12-15 12:30:32 +00:00 |
|
John Maddock
|
1e7c2699db
|
Added new licence info.
[SVN r20254]
|
2003-10-04 11:29:20 +00:00 |
|
Beman Dawes
|
bbbb8297ea
|
8.0 recognized + fix BOOST_NO_INTRINSIC_WCHAR_T for Windows
[SVN r19319]
|
2003-07-27 01:37:28 +00:00 |
|
John Maddock
|
c03d073c6c
|
Hopefully fixed wchar_t support on linux...
[SVN r18956]
|
2003-07-07 11:55:26 +00:00 |
|
Beman Dawes
|
6b24a269b2
|
bring into sync with tools/build/intel-win32-tools.jam
[SVN r18649]
|
2003-06-03 00:04:31 +00:00 |
|