Commit Graph

59 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 4c29bf1b44 CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR 2016-03-24 16:33:46 +01:00
Sébastien Loriot 2d191d6651 commit CMakeLists.txt for all examples and tests 2016-03-07 17:39:36 +01:00
Andreas Fabri 65200381d7 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
Andreas Fabri f7d7395864 Merge branch 'OLD' into CGAL-use_leda-GF
Conflicts:
	Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp
	Envelope_2/test/Envelope_2/test_envelope_segments.cpp
	Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp
2013-03-27 20:22:54 +01:00
Andreas Fabri e370c5eaa5 also test leda if it is available 2013-03-22 16:24:47 +01:00
Sébastien Loriot 2ea287d62e add assert_msg equivalent to CGAL_assertion_msg even if CGAL_NDEBUG is defined 2013-03-22 09:38:37 +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 8e8e78ec2d remove unused variable 2013-02-15 09:32:04 +01:00
Efi Fogel 9d3755c11c Use size_t instead of int to get rid of VC++ warning
cleanup and removed warnings

Conflicts:

	Envelope_3/test/Envelope_3/Envelope_triangles_test_3.h
2013-02-14 10:17:30 +01:00
Andreas Fabri a756bacff2 add static_cast / switch to size_t 2013-02-12 19:18:22 +01:00
Philipp Möller 1adf441b18 Convert all CRLF files to LF 2012-12-03 18:44:24 +01:00
Efi Fogel b62bebb796 added 2 tests 2012-01-16 13:18:17 +00:00
Efi Fogel 24a2fffab3 1st revision 2012-01-16 13:17:51 +00:00
Efi Fogel ee0dea4eef A test created by Ophir for a bug he fixed 2012-01-16 13:17:32 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Ophir Setter 87c89015aa Bug when two surface intesect on the source vertex of a resolved edge 2011-05-15 20:39:31 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Laurent Rineau 86ad158e50 Fix typo 2010-04-13 11:49:38 +00:00
Efi Fogel 362c4159da disabled core when core is not available 2010-03-30 16:59:32 +00:00
Efi Fogel c29ca3d3cc initialize some local variables 2009-07-01 07:39:37 +00:00
Ophir Setter 37afb501bb calling the right headers 2009-06-29 21:47:54 +00:00
Ophir Setter 4340c4a343 fixed test 2008-07-08 09:03:04 +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
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Shlomo Golubev 513d41b38b replace insert_x_monotone_curves with insert 2007-09-05 23:11:31 +00:00
Shlomo Golubev 8ba8e65ad4 replace insert_curves with insert 2007-08-29 09:33:43 +00:00
Efi Fogel 64c24c46da removed grbage 2007-08-23 08:09:15 +00:00
Efi Fogel dcd2ad00ad cleanup 2007-08-22 13:53:43 +00:00
Efi Fogel 9e416b106f Moved Arrangement_2 to Arrangement_on_surface_2 2007-08-22 12:39:27 +00:00
Shlomo Golubev 0317a2d8c5 bug in test12.cin and random_50.in 2007-08-09 15:41:21 +00:00
Shlomo Golubev 1f6d5bdf47 work arounds for Envelope_3 2007-08-09 13:20:14 +00:00
Efi Fogel 8c3da59979 cleanup 2007-04-18 21:59:50 +00:00
Efi Fogel bc087af0de removed unused variable 2007-04-06 22:59:09 +00:00
Andreas Fabri 19b099b1cd removed unused parameter 2007-03-20 08:04:11 +00:00
Andreas Fabri 298de37075 remoded unsused parameters 2007-03-19 07:26:45 +00:00
Andreas Fabri a33e7188b8 .C -> .cpp 2007-02-28 11:34:08 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Michael Hemmer d2fa505e81 changed include of CORE NTs e.g. #include<CGAL/CORE_BigInt.h> 2006-10-27 11:02:16 +00:00
Baruch Zukerman 852399875b fixed the test suites with the changes of the envelope traits 2006-10-17 14:09:29 +00:00
Baruch Zukerman db98b1bb0a changed the construct projected intersection function of the traits to return x-monotone curves instead curve. 2006-09-04 13:03:28 +00:00
Baruch Zukerman 46ecbd1ce4 delete 2006-09-04 10:40:00 +00:00
Baruch Zukerman e4896356e0 fixes 2006-09-03 14:56:44 +00:00
Baruch Zukerman 701e31b778 fixed 2006-09-03 14:45:12 +00:00