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
Sylvain Pion
82d1bbc800
New file to test for statement expressions.
2008-08-12 10:51:12 +00:00
Sylvain Pion
02ba7af44a
New config macro for detecting std::isfinite() (C++0x).
2008-08-11 12:49:24 +00:00
Sylvain Pion
7af954d3e4
OpenGL on Leopard needs a workaround linker flag.
2008-08-01 13:30:14 +00:00
Fernando Cacciola
56c402b0fe
Removed obsoleted cmake modules
...
Moved print_*_version to the right directory
Fixed prinout of boost and gmpxx version numbers
Automatically skip demos and example when running the testsuite
2008-07-17 14:03:25 +00:00
Fernando Cacciola
6e36eda87b
CMake stuff moved into the appropriate packages
2008-07-16 20:56:17 +00:00
Michael Kerber
95054e0899
Filenames consistent
2008-06-18 09:20:44 +00:00
Sylvain Pion
110a5db8be
Rename all C++0x related config macros to consistently have CPP0X in their name,
...
as in CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES.
2008-05-21 15:34:36 +00:00
Michael Kerber
1b12f5a607
Included option for LEDA 6.0
2008-02-28 16:33:51 +00:00
Sylvain Pion
22b53f4662
New test program for another C++ goody.
2008-01-22 00:02:44 +00:00
Sylvain Pion
bc393f728e
Enhance it to verify it properly finds const refs.
...
(read : the death of Qualified_result_of is announced)
2008-01-20 23:20:56 +00:00
Sylvain Pion
e4fb8a97a4
New program for testing decltype() (a C++0x feature).
2008-01-20 23:00:51 +00:00
Sylvain Pion
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
50ed4bb632
Use <cstdlib> and <cstdio> consistently instead of <stdio.h> and <stdlib.h>.
2008-01-18 20:33:57 +00:00
Sylvain Pion
d06bf3c695
Add config for Fedora 8 (lib name varies).
2008-01-15 18:45:00 +00:00
Sylvain Pion
e57dbbee28
Fix which compiler is the culprit.
2008-01-03 12:12:18 +00:00
Sylvain Pion
6ab6b8341a
Relax the test.
2008-01-03 12:11:01 +00:00
Sylvain Pion
73a75d109f
SunPRO's RW STL is not supported anymore.
...
For now, move the corresponding config bits out of the main config files.
2008-01-02 17:49:08 +00:00
Sylvain Pion
8f14630522
Update comment since long long is part of C++0x.
2008-01-02 16:45:36 +00:00
Sylvain Pion
accdf57415
CGAL_CFG_NO_LONG_DOUBLE_IO is not needed anymore (pgCC is fixed).
2008-01-02 16:35:13 +00:00