Commit Graph

67 Commits

Author SHA1 Message Date
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