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
Simon Giraudot
1e7b9ea027
Fix counting iterator warnings
2017-09-29 14:47:17 +02:00
Sébastien Loriot
6b338eeb1f
improve the name of projects in cmake scripts of examples
2016-09-08 00:02:55 +02:00
Sébastien Loriot
7f3772a50b
replace the usage of raw pointer as property map
...
It was deprecated in boost 1.55
http://www.boost.org/users/history/version_1_55_0.html
2016-07-13 13:53:00 +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
e928b1e45c
move spatial sorting on sphere into dedicated headers
2015-04-20 13:13:58 +02:00
Sébastien Loriot
3c66842b77
fix compilation issues and warnings
2015-04-15 09:03:14 +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
48b4139502
Fixing comments for the examples.
2014-03-04 16:14:48 +01:00
Pedro Machado Manhães de Castro
9475706b84
One more example for Hilbert sorting on the Sphere.
2014-03-04 16:03:51 +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
Sébastien Loriot
17dd21def5
Merge branch 'First_of_pair_property_map-new_version-iyaz-old' into First_of_pair_property_map-new_version-iyaz
...
Conflicts:
Point_set_processing_3/examples/Point_set_processing_3/property_map.cpp
Point_set_processing_3/include/CGAL/IO/read_off_points.h
Point_set_processing_3/include/CGAL/IO/read_xyz_points.h
Point_set_processing_3/include/CGAL/IO/write_off_points.h
Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
Point_set_processing_3/include/CGAL/Point_with_normal_3.h
Point_set_processing_3/include/CGAL/improved_jet_smooth_point_set.h
Point_set_processing_3/include/CGAL/improved_laplacian_smooth_point_set.h
Point_set_processing_3/include/CGAL/jet_estimate_normals.h
Point_set_processing_3/include/CGAL/jet_smooth_point_set.h
Point_set_processing_3/include/CGAL/pca_estimate_normals.h
Point_set_processing_3/include/CGAL/pca_smooth_point_set.h
2013-05-06 15:57:36 +02:00
iyaz
f8f57d8653
Spatial_sorting example updated to use First_of_pair_property_map
2013-05-02 15:40:25 +03:00
Andreas Fabri
968aa6262d
reorder Kernel and Policy of hilbert_sort
2013-01-14 16:00:55 +01:00
Olivier Devillers
582ef667c6
remove warmning
2011-05-31 13:10:39 +00:00
Sébastien Loriot
ca1d3536d9
*use Point_dimension_d in adapter_d
...
*remove const in Kernel_d result_type functors
2011-05-25 09:23:01 +00:00
Sébastien Loriot
397d3c079a
*add Spatial_sort_traits_adapter_d and its documentation
...
*update reference manual(comments sort_indice which is outdated) and
reintroduced myPoint.cpp example
*remove unused variable warning
*remove const bool warning
2011-05-24 16:36:48 +00:00
Sébastien Loriot
98ddbf9c7e
merge packages Spatial_sorting, Triangulation_2 and Triangulation_3 from branch spatial_sorting-add_info-sloriot
2011-05-24 15:48:31 +00:00
Olivier Devillers
9dc136a7f7
warning correction
2011-05-19 06:19:32 +00:00
Olivier Devillers
defa7adb5b
remove warning
2011-05-16 07:45:58 +00:00
Olivier Devillers
56b9e3f3ca
sort_indices no longer needs argument
2011-05-02 12:56:47 +00:00
Olivier Devillers
e451196060
add default parameter in constructors of Hilbert_sort_23d
2011-04-28 10:14:34 +00:00
Olivier Devillers
dc3c56335b
almost ready
2011-04-28 09:50:28 +00:00
Sébastien Loriot
f718769862
add .cmd file and dummy input
...
add a dont_submit file (with these files inside)
2011-01-11 13:52:08 +00:00
Andreas Fabri
192c1644ee
Add an example with a user defined points class
2010-08-10 15:09:50 +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
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
Sylvain Pion
847c23a15e
Removing leading and trailing empty lines from all example files.
...
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl
local($/) = undef;
my $text = <>;
$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;
print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion
6fb5cb906b
Remove trailing white spaces and end of lines.
...
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Christophe Delage
a4840a7b5a
moving example to examples/
2006-09-15 07:25:12 +00:00
Christophe Delage
0ace986280
example/sort_indices.cpp cleanup
2006-07-13 11:42:44 +00:00
Andreas Fabri
138231b24e
Added an example
2006-07-12 12:16:36 +00:00