Commit Graph

213 Commits

Author SHA1 Message Date
Laurent Rineau b4bf7e3f58 merge from trunk 2011-04-20 13:56:23 +00:00
Marc Glisse 811d1f8f03 New test, for C++0x static_assert. 2011-04-16 17:48:59 +00:00
Marc Glisse 41ae50ab01 New testcase for sunCC 2011-04-16 16:05:28 +00:00
Marc Glisse 912e0a5ddc forward/move are in <utility>, not <algorithm> 2011-04-16 15:55:22 +00:00
Eric Berberich eb7a5ed11e branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
Luis Peñaranda 9725595f60 updated my mail address 2011-03-22 08:07:15 +00:00
Laurent Rineau b816b9a965 The test for C++0x rvalue reference was too basic
LLVM Clang compiler does support the rvalue reference syntax, but the C++
library it uses may have, or not, std::move and std::forward.
2011-03-14 14:08:04 +00:00
Laurent Rineau 3fc0da45ed More complicated test, to that the Intel Compiler is not considered to have
statement expressions.
2011-03-02 10:20:44 +00:00
Laurent Rineau 0f8ab08585 Fix: do not detect clang as a gcc version. 2010-09-22 16:02:12 +00:00
Marc Glisse 94d2f014f7 Don't test the C++0X auto on int, because sunCC implicitly uses int with
the old meaning of auto.
2010-07-18 18:03:30 +00:00
Laurent Rineau 7d57644b59 Add two new test files. 2010-05-11 10:08:08 +00:00
Sylvain Pion eda28b5670 Add comment. 2010-04-26 10:05:13 +00:00
Laurent Rineau 961a02172e VC7 is no longer supported. The macro CGAL_CFG_NET2003_MATCHING_BUG is not used anywhere. 2010-03-29 09:46:55 +00:00
Laurent Rineau 5fbbe1ebd6 Reverse that temporarily revision: the trunk is too red (for other reasons)
to see anything in the testsuite results!
------------------------------------------------------------------------
r54956 | lrineau | 2010-03-26 18:59:50 +0100 (Fri, 26 Mar 2010) | 2 lines

Temporary test to see if MSVC 2008 still suffer from CGAL_CFG_MATCHING_BUG_6

------------------------------------------------------------------------
2010-03-29 09:12:07 +00:00
Laurent Rineau 6146c38c81 Temporary test to see if MSVC 2008 still suffer from CGAL_CFG_MATCHING_BUG_6 2010-03-26 17:59:50 +00:00
Laurent Rineau ca1aaeabe1 Document with which compilers the workaround is for. 2010-03-26 17:19:18 +00:00
Laurent Rineau 4fe4a65f6c - Fix try_run in CGAL_UseMPFI.cmake: move the test file in cmake/modules/. 2010-03-18 10:32:49 +00:00
Laurent Rineau 502a259822 test files should not use assert (NDEBUG might be defined). 2010-03-17 14:49:41 +00:00
Luis Peñaranda 50b490fd26 Added test to see whether the installed version of MPFI works. 2010-03-17 14:28:15 +00:00
Sylvain Pion aaf3c4666a 3 more C++0x features detection :
- CGAL_CFG_NO_CPP0X_AUTO
- CGAL_CFG_NO_CPP0X_INITIALIZER_LISTS
- CGAL_CFG_NO_CPP0X_LAMBDAS
2010-01-18 17:52:28 +00:00
Sylvain Pion 82ea7077bf Add #error. 2009-11-16 16:44:37 +00:00
Sylvain Pion 19a5490ea4 Kill a warning of gcc in -pedantic mode. 2009-11-13 12:20:21 +00:00
Laurent Rineau 5d63686b5a 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
Sylvain Pion c15fe06491 New test file for a bug in array data member initilization. 2009-08-14 11:39:14 +00:00
Laurent Rineau ab03f7cf80 Add support for the Intel Compiler version 11.0 and after:
-fp-model strict must be added to the compiler flags.
2009-07-09 09:55:53 +00:00
Sylvain Pion 92f2d85b65 Refines the test so that it fails at link when using a wrong std::string,
since std::string appears in the ABI of Boost.PO.
This happens with GCC's parallel or debug mode.
(admittedly, a further refinement could be to have 2 test programs,
but it's probably an overkill).
2009-05-05 15:25:31 +00:00
Sylvain Pion a83bed9d19 Refine GCC version check so that it applies to trunk (4.5) and later.
Remove some useless comments.
2009-05-05 14:27:57 +00:00
Sylvain Pion 3242c7af61 remove obsolete comments. 2009-04-29 20:03:21 +00:00
Sylvain Pion 3d85f90181 Add test programs for C++0x and TR1 tuple<>. 2009-04-29 19:57:50 +00:00
Sylvain Pion a5380a1f20 Remove install_cgal and accompanying files. 2009-04-26 13:28:41 +00:00
Sylvain Pion 9601658698 New config testfile to check for some C++0x feature.
gcc supports it at least in C++0x mode.
2008-12-09 14:56:51 +00:00
Laurent Rineau 29104437a6 Fix to get the OpenGL version on Darwin too. 2008-11-12 10:36:15 +00:00
Andreas Fabri 758278da6b print LEDA version 2008-11-12 08:49:45 +00:00
Sylvain Pion e33fbfb3d8 Remove duplicate of CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG. 2008-10-29 09:52:55 +00:00
Andreas Fabri f4d57e5928 A better name (sugested by Sylvain) 2008-10-16 07:19:44 +00:00
Andreas Fabri a6fd345892 simplified the test, as we know that only VC++ has a problem 2008-10-16 07:18:49 +00:00
Andreas Fabri ebd518cb7a Welcome on board VC++8-64bit 2008-10-15 14:33:57 +00:00
Laurent Rineau 0c6ae34dee Use full __VERSION__ macro. 2008-10-15 13:56:41 +00:00
Laurent Rineau a8cdc7ca4a Remove Boost.Bimap FEATURE: it is now hard-coded that bimap is supported iff boost version is >= 1.35 2008-09-24 09:13:57 +00:00
Fernando Cacciola d238699598 Avoid a compiler error if this is tried with a non-gcc compiler which cmake thinks it is (such as pgCC) 2008-09-18 18:54:43 +00:00
Fernando Cacciola de55891e4d Fixed gcc-version detection 2008-09-11 18:58:21 +00:00
Fernando Cacciola 84c3df829c Added gcc-specific flags 2008-09-11 18:20:48 +00:00
Sylvain Pion dcefe2bffa Use <OpenGL/gl.h> on __APPLE__ also in the test program.
(why do people not use <CGAL/gl.h> in demos ?)
2008-09-08 11:40:39 +00:00
Sylvain Pion 419f46f919 Remove CGAL_CFG_COMMA_BUG and its workaronds, as we don't support g++ 3.3 anymore. 2008-09-08 09:33:02 +00:00
Laurent Rineau 208c3ec838 Improved the test for Boost.Bimap. 2008-09-02 08:42:47 +00:00
Laurent Rineau 912b64df6f Fix detection of Boost.Bimap (in Boost versions >= 1.35). 2008-09-01 12:07:48 +00:00
Sylvain Pion a89be80276 Detect C++0x's std::array and TR1's std::tr1::array.
(they are faster than boost::array for gcc)
2008-08-26 12:10:24 +00:00
Sylvain Pion a713dc281b Rename CGAL_CFG_NO_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES to
CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES,
as this is a test for a C++0x feature.
2008-08-19 09:14:29 +00:00
Sylvain Pion fcf5396b91 Systematically #undef NDEBUG before #include <cassert>, so that the tests
pass/fail correctly even when -DNDEBUG is passed to the "build" options.
2008-08-19 08:22:17 +00:00
Sylvain Pion 2f230bd0f8 Add an #error specific to GCC 4.4 because it should fail to compile without
-std=c++0x, otherwise we get lots of warnings.
2008-08-19 08:20:28 +00:00