Commit Graph

56 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé ff541caac8 Changed macro to detect whether lambdas should be used or not 2018-06-28 10:23:33 +02:00
Mael Rouxel-Labbé 49789ef3bb Fixed namespace 2018-06-26 14:28:50 +02:00
Mael Rouxel-Labbé fa5ff4993d Improved the test of interpolation functions to test other types of functors 2018-06-15 12:54:59 +02:00
Mael Rouxel-Labbé bbb1431249 Fixed Construct_point_2 return type
Can't assume it is a const& otherwise we take references to temporaries
with kernels doing lazy constructions such as EPECK
2018-06-15 12:38:06 +02:00
Mael Rouxel-Labbé b4a7f84562 Misc minor changes 2018-06-14 16:35:57 +02:00
Mael Rouxel-Labbé 4fba5c8db7 Cleaned output 2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé cb7ea5a752 Added another test to regular neighbors 2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé 07f96f9ab5 Improved tests of interpolation functions
Made it exhaustive and add new tests using OutputFunctor
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé ee4134317e Improved tests of natural/regular coordinates (2D)
backward compatible + new tests
2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé c7b2757405 Readability changes in Interpolation/test 2018-05-04 13:57:39 +02:00
Andreas Fabri af093e3a15 Make it work for regular neighbors. Make Sibson geadient fitting write weighted points 2018-05-04 13:57:38 +02:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Sébastien Loriot 5e7fba7c1b change the scope of the functor 2017-09-14 08:15:55 +02:00
Mael Rouxel-Labbé 58bd2302e0 Added a test to gradient fitting functions 2017-09-13 16:24:54 +02:00
Mael Rouxel-Labbé c65c15b2c1 Improved Interpolation readability (no real changes)
-- Removed trailing whitespace
-- Fixed (some) includes
-- Fixed indentation
-- Fixed some remaining french
2017-06-28 10:14:35 +02:00
Andreas Fabri d624271315 Remove usage of Regular_triangulation_euclidean_traits_3 2016-11-21 16:43:40 +01:00
Sébastien Loriot 7e2ee496de update project name of cmake scripts of tests 2016-09-08 00:26:37 +02: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
Sébastien Loriot 82b2ebc865 apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Andreas Fabri 40628e3a17 Initialize variable 2011-10-24 13:02:07 +00:00
Laurent Rineau ca6840fcda Fix handling of CGAL_USE_GEOMVIEW by some demos and a test
Do not even include CGAL headers, especially the headers about
Geomview_stream support, if CGAL_USE_GEOMVIEW is not defined.

Has Geomview_stream has not been given a full CGAL_EXPORT support on
Windows, the single inclusion of <CGAL/Geomview_stream.h> may trigger
warning (or errors, I do not remember: see test result of
CGAL-3.10-Ic-163).
2011-10-19 13:16:44 +00:00
Philipp Möller f9b288db90 Merged branch ^/branches/features/gsoc2011-copy_n-pmoeller.
Small feature page: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Replace_copy_n
2011-08-26 14:34:10 +00:00
Sébastien Loriot e5a96255ba *remove warnings.
In particular remove UNTESTED_XXXXXXXXXXX unused variable that possibly hide true warnings. 
In those cases, the string printed while executed now starts with "NOTE: ".
*CGAL internal code no longer rely on depecrated features
2011-02-28 15:28:28 +00:00
Andreas Fabri 32ee014d84 Remove the word WARNING in the output as this is not the kind of warning we want to see in the testsuite results web page 2010-04-01 07:00:09 +00:00
Sylvain Pion 97baf47fb3 Replace Triangulation_hierarchy_3 by the Fast_location policy. 2009-11-04 13:30:22 +00:00
Laurent Rineau 13c55333b4 Use CGAL::Set_ieee_double_precision to enforce a fixed precision for doubles 2008-12-05 13:09:30 +00:00
Sylvain Pion af48d47506 Replace Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST)
by Set_ieee_double_precision.
2008-12-03 21:42:28 +00:00
Laurent Rineau 29da6b1232 Locally set up a FPU rounding mode, to assure that the norm is calculated
twice using the *same precision*.
2008-12-03 09:27:48 +00:00
Andreas Fabri 70df2653a1 Replace struct K .. with typedef .. K 2008-11-24 11:02:17 +00:00
Sylvain Pion c24c588aa5 Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +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
Sylvain Pion 5b1abe80d6 Use PCA's CGAL::barycenter() instead of duplicating code 2008-04-15 16:14:56 +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
Andreas Fabri 76187f1ae1 Removed unused parameter 2007-03-23 07:28:42 +00:00
Andreas Fabri dbbf09b2bd .C -> .cpp 2007-03-20 08:26:28 +00:00
Andreas Fabri 10f8cc0809 removed unused parameters 2007-03-20 08:23:47 +00:00
Andreas Fabri ff11ec3fe9 removed unused parameters 2007-03-20 08:10:35 +00:00
Michael Hemmer 854ea80b4b rm use of CGALi::Is_field etc
replaced by use of Algebraic_category tag
2007-03-12 17:34:47 +00:00
Sylvain Pion 49b7faf94b rename .C to .cpp and remove makefile, same as generated 2007-01-27 21:07:46 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Michael Hemmer ffdc45e0c4 rm use of Number_type_traits 2006-11-16 13:29:40 +00:00
Naceur Meskini 564f380e53 last version 2006-10-10 11:57:17 +00:00