Sébastien Loriot
|
590612a563
|
run the script to remove tabs and trailing whitespaces
|
2020-03-26 13:25:16 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Sébastien Loriot
|
f1d5ecde05
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch'
|
2017-08-22 17:21:01 +02:00 |
Jane Tournois
|
073cda2639
|
add duplicate points to the test of Hilbert sort
in 2D, 3D, and dD
|
2017-08-08 15:20:42 +02: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
|
de0e79d7aa
|
add missing include
|
2015-04-20 15:13:13 +02:00 |
Pedro Machado Manhães de Castro
|
15d098c55f
|
Sphere_3 -> Point_3 + double, so that we don't need another traits.
|
2014-03-06 14:59:24 +01:00 |
Pedro Machado Manhães de Castro
|
5c95a11352
|
Allowing the hilbert sort on a give sphere.
|
2014-03-06 10:49:54 +01:00 |
Pedro Machado Manhães de Castro
|
9a68f401ae
|
User manual update + spherical_* -> *_on_sphere
|
2014-03-04 17:53:41 +01:00 |
Pedro Machado Manhães de Castro
|
c87a87ed83
|
fixing the Bbox_2 bug in Hilbert_policy_2 + adding hilbert sort and spatial sort on the sphere
|
2014-03-03 18:50:52 +01:00 |
Andreas Fabri
|
968aa6262d
|
reorder Kernel and Policy of hilbert_sort
|
2013-01-14 16:00:55 +01:00 |
Olivier Devillers
|
4934cff531
|
add Point_dimension_d functor in kerneld and spatial_sorting_d traits class
|
2011-05-25 08:39:09 +00:00 |
Olivier Devillers
|
ba2d4c67ad
|
bug for very high dim
|
2011-05-05 07:28:18 +00:00 |
Olivier Devillers
|
dc3c56335b
|
almost ready
|
2011-04-28 09:50:28 +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 Fabri
|
bc51d3921e
|
.C -> .cpp
|
2007-02-16 16:20:05 +00:00 |
Christophe Delage
|
4e28b57a64
|
Big changes.
- brio_sort is now called spatial_sort.
- global functions now have the same names in 2D and 3D.
|
2006-03-06 15:24:33 +00:00 |
Christophe Delage
|
9189d87a07
|
Fixed thinko in the test-suite. Now it should actually test something...
|
2006-02-21 08:05:35 +00:00 |
Christophe Delage
|
2ee4da70e2
|
Initial import of Spatial_sorting
|
2006-02-20 15:32:51 +00:00 |