| .. |
|
CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG.cpp
|
Add comment.
|
2010-04-26 10:05:13 +00:00 |
|
CGAL_CFG_DENORMALS_COMPILE_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_IEEE_754_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_ISTREAM_INT_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_LONGNAME_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_MATCHING_BUG_5.cpp
|
Document with which compilers the workaround is for.
|
2010-03-26 17:19:18 +00:00 |
|
CGAL_CFG_MATCHING_BUG_6.cpp
|
Reverse that temporarily revision: the trunk is too red (for other reasons)
|
2010-03-29 09:12:07 +00:00 |
|
CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_ARRAY.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_AUTO.cpp
|
Don't test the C++0X auto on int, because sunCC implicitly uses int with
|
2010-07-18 18:03:30 +00:00 |
|
CGAL_CFG_NO_CPP0X_DECLTYPE.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_INITIALIZER_LISTS.cpp
|
3 more C++0x features detection :
|
2010-01-18 17:52:28 +00:00 |
|
CGAL_CFG_NO_CPP0X_ISFINITE.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_LAMBDAS.cpp
|
3 more C++0x features detection :
|
2010-01-18 17:52:28 +00:00 |
|
CGAL_CFG_NO_CPP0X_LONG_LONG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE.cpp
|
forward/move are in <utility>, not <algorithm>
|
2011-04-16 15:55:22 +00:00 |
|
CGAL_CFG_NO_CPP0X_STATIC_ASSERT.cpp
|
New test, for C++0x static_assert.
|
2011-04-16 17:48:59 +00:00 |
|
CGAL_CFG_NO_CPP0X_TUPLE.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES.cpp
|
Refine GCC version check so that it applies to trunk (4.5) and later.
|
2009-05-05 14:27:57 +00:00 |
|
CGAL_CFG_NO_LIMITS.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_LOGICAL_OPERATORS_ALTERNATIVES.cpp
|
Add a test file that tests if the compiler supports the C++ keywords "and", "or", "not", and "not_eq".
|
2009-10-16 09:15:46 +00:00 |
|
CGAL_CFG_NO_MESSAGE_PRAGMA_BUG.cpp
|
Add two new test files.
|
2010-05-11 10:08:08 +00:00 |
|
CGAL_CFG_NO_NEXTAFTER.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_STATEMENT_EXPRESSIONS.cpp
|
More complicated test, to that the Intel Compiler is not considered to have
|
2011-03-02 10:20:44 +00:00 |
|
CGAL_CFG_NO_STL.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_TMPL_IN_TMPL_PARAM.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_TR1_ARRAY.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_TR1_TUPLE.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_NO_WARNING_CPP_DIRECTIVE_BUG.cpp
|
Add two new test files.
|
2010-05-11 10:08:08 +00:00 |
|
CGAL_CFG_NUMERIC_LIMITS_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |
|
CGAL_CFG_TEMPLATE_IN_DEFAULT_PARAMETER_BUG.cpp
|
New testcase for sunCC
|
2011-04-16 16:05:28 +00:00 |
|
CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG.cpp
|
Renamed config/testfiles/*.C to .cpp
|
2006-07-12 09:03:57 +00:00 |
|
CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp
|
remove obsolete comments.
|
2009-04-29 20:03:21 +00:00 |