Commit Graph

88 Commits

Author SHA1 Message Date
Sébastien Loriot 7e2ee496de update project name of cmake scripts of tests 2016-09-08 00:26:37 +02:00
Sébastien Loriot c869ee6855 update cmake scripts with at least one example requiring Core 2016-03-24 16:40:57 +01:00
Sébastien Loriot 4c29bf1b44 CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR 2016-03-24 16:33:46 +01:00
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
Sébastien Loriot 2d191d6651 commit CMakeLists.txt for all examples and tests 2016-03-07 17:39:36 +01:00
Clement Jamin e18e59a72a Header-only for package Kinetic_data_structures 2014-12-02 20:41:19 +01:00
Laurent Rineau 20a339bf1b Fix warnings -Wunused-local-typedefs 2013-12-12 18:25:20 +01:00
Sébastien Loriot 9fcf46e11a replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
this should be the case, following our guidelines.

using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Andreas Fabri 5ff303803a remove unused parameters 2013-03-12 09:55:38 +01:00
Andreas Fabri 9992ccf96c WARNING -> NUMERICAL ISSUES 2013-03-01 10:38:50 +01:00
Laurent Rineau 3736e9e01c Rename a test 2012-10-05 15:27:59 +00:00
Laurent Rineau 4a41cc2956 Workaround to allow NDEBUG
That program seems to check timing. I understand why NDEBUG could be needed
here. It is OK if it is defined after <CGAL/config.h> in processed.
2012-01-26 10:33:09 +00:00
Daniel Russel afb06904f4 remove extra ; 2010-06-01 15:22:32 +00:00
Daniel Russel f4aefd44b1 attempt to make things work when core not supported. I can't build the tests for some reason, so something might have been missed. Have to look in to that 2010-04-02 18:02:25 +00:00
Sylvain Pion 0f49d58e7d More DS -> DS_ renaming (outside include/CGAL as well, to fix the test-suite). 2009-04-30 13:39:06 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Daniel Russel 81ccf38256 things build after log move 2007-06-11 00:08:13 +00:00
Daniel Russel 7d9a1eaf8c libCGAL builds 2007-06-10 23:46:47 +00:00
Daniel Russel c1fd50a09b pre global replace 2007-06-10 23:05:03 +00:00
Daniel Russel 75d663d305 see if VC is happy now about not recognizing template argument 2007-04-07 19:07:06 +00:00
Daniel Russel 81dac44112 various tweaks to avoid warnings and obscure errors 2007-03-29 19:36:13 +00:00
Andreas Fabri 7539d5e920 Removed unused arguments 2007-03-27 07:42:07 +00:00
Daniel Russel cfedd810c5 use variable error 2007-03-26 22:24:10 +00:00
Daniel Russel 663a968a61 rename Instant_kernel to Default_instantnaeous_kernel to please new g++ 2007-03-26 22:17:39 +00:00
Daniel Russel ee367b4b0e try to make gcc 4.3 happy by direct reference to masked class 2007-03-19 04:09:27 +00:00
Daniel Russel c428d0070d reconciled conflict 2007-03-19 04:07:28 +00:00
Daniel Russel 400c80f302 fixed start time 2007-03-12 22:37:40 +00:00
Sylvain Pion 3ee6d93a69 Proper fix for g++-3.3.4 2007-03-11 08:34:10 +00:00
Daniel Russel 87acd89f7d is something clobbering the token Point? on the gcc 3.3.4 test? 2007-03-11 01:19:14 +00:00
Daniel Russel bbd19d8a16 removed weighted_point inheriting from unweighted point, although I think it really should. VC was getting confused. 2007-03-08 18:15:24 +00:00
Daniel Russel a8ce13422d some steps towards handling duplicate points in RT3, I need to get to other things now 2007-02-27 22:45:58 +00:00
Daniel Russel 65bcde4891 dump points before adding 2007-02-19 19:22:23 +00:00
Daniel Russel a6e4da602a numeric errors are expected and shouldn't turn test red 2007-02-19 19:16:56 +00:00
Daniel Russel 741b21116d disabled some warnings and fixed walking off start of std::list 2007-02-13 19:27:34 +00:00
Daniel Russel c4f7a34a73 updated output 2007-02-03 22:42:23 +00:00
Daniel Russel c0f30b87a7 regular triangulation passes test (but output is not updated yet) 2007-02-03 02:44:51 +00:00
Daniel Russel e87704cc3d odds and sods 2007-02-02 19:52:18 +00:00
Daniel Russel fc2d14e70f forgot to remove debug code 2007-02-02 02:15:32 +00:00
Daniel Russel a9550a843d regular tri compiles 2007-02-02 02:13:42 +00:00
Daniel Russel e74b5b9b19 IK now supports Roots as the current time. This is needed to fix the problem with Regular_triangulations. 2007-01-31 23:47:35 +00:00
Daniel Russel b53254f824 test for instantaneous_kernel 2007-01-31 23:36:39 +00:00
Daniel Russel dca595a3b8 simplified Delaunay_3 to try to track down bug in regular 2007-01-31 03:15:14 +00:00
Daniel Russel e48c4a7906 tweaked error reporting 2007-01-30 21:02:03 +00:00
Daniel Russel 6abebd42be issues with overflow and Lazy_exact 2007-01-26 20:49:59 +00:00