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
Aymeric PELLE
3aeaa24ef7
Alpha_shapes must use P3DTT3 now.
2015-06-05 18:41:12 +02:00
Sébastien Loriot
52321a8cff
update copyright and add an example using ExactAlphaComparisonTag
2011-12-27 16:15:09 +00:00
Sébastien Loriot
d1ab01a9b0
merge candidate package into trunk
2010-12-08 17:39:30 +00:00
Manuel Caroli
492acffa43
correct typo: replace binary by code
2009-12-04 12:24:33 +00:00
Manuel Caroli
6c3d6f45e0
example computing periodic alpha shapes
2009-12-04 12:16:39 +00:00
Sylvain Pion
e704029f4c
Replace Triangulaiton_hierarchy_3 by the Fast_location policy.
2009-11-04 13:21:12 +00:00
Sébastien Loriot
6caed3812c
deprecate class Weighted_alpha_shape_euclidean_traits_3, should use Regular_triangulation_euclidean_traits_3 instead.
2009-10-20 17:56:12 +00:00
Sylvain Pion
d2f042288f
Remove makefile.
2009-08-18 11:04:52 +00:00
Andreas Fabri
b208f809b7
Replace Gt with K (all occurences, and locally tested before the commit)
2009-07-10 07:57:01 +00:00
Andreas Fabri
fc00db5b80
typo
2009-07-08 11:34:50 +00:00
Andreas Fabri
e07e4cedb2
Remove Alpha_shape_euclidean_traits_3 class as compute_squared_radius is now part of the Kernel concept
2009-07-07 13:06:39 +00:00
Andreas Fabri
0556076679
Remove Alpha_shape_euclidean_traits_3 class as compute_squared_radius is now part of the Kernel concept; Remove cmake generated Makefile
2009-07-06 20:26:44 +00:00
Mariette Yvinec
9a1aa55491
fixed traits class in ex_alpha_shapes_with_hierarchy_3.cpp
2009-06-03 07:29:57 +00:00
Mariette Yvinec
07961c96ac
fixed the pb appeared when removing implicit conversion Point_3 ---> Sphere_3
...
I had to reactivate Alpha_shape_euclidean_traits_3 to get
a Compute_squared_radius_3 with an operator() for a single point.
----------------------------------------
M include/CGAL/Alpha_shape_euclidean_traits_3.h
M examples/Alpha_shapes_3/ex_alpha_shapes_3.cpp
M examples/Alpha_shapes_3/makefile
2009-05-28 12:36:24 +00:00
Andreas Fabri
e8d497d4fd
Create unique example file names for cmake
2008-11-19 16:31:04 +00:00
Andreas Fabri
51e6e8f56d
typedef instead of derivation for definition of K
2008-07-07 13:45:57 +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
838dab23ab
Add missing #include <cassert> .
2008-01-20 19:13:05 +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
ffe1e4ec1c
More redundant filename removal.
...
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +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
Andreas Fabri
083c2b007b
changed .C to .cpp in examples
2006-07-09 19:01:37 +00:00
Joachim Reichel
7a2fec4821
renamed {demo,examples}/Makefile to {demo,examples}/makefile to avoid
...
being matched by "Makefile" in dont_submit
2006-03-17 18:00:59 +00:00
Joachim Reichel
f582718758
rename create_makefile to cgal_create_makefile to avoid name clashes,
...
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Andreas Fabri
d3c9bf2e4a
Changed names of examples and demos
2006-03-09 09:56:28 +00:00
Laurent Saboret
f95e742de3
Move packages to trunk root
2006-02-14 08:58:13 +00:00