Commit Graph

15 Commits

Author SHA1 Message Date
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
Bernd Gärtner d8954256f1 Cartesian->Homogeneous over ring NT 2007-06-11 12:32:48 +00:00
Andreas Fabri 6482dbb715 Use new traits classes 2007-04-03 13:25:30 +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
Sylvain Pion b8b87ab5a5 Actually, the "// file: example_bla.cpp" lines are not needed anymore,
since the manual tools know it.  So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
Bernd Gärtner 5cfbf10443 - code adapted to new QP_solver
- added treatment of homogeneous points
- adapted tests accordingly
2007-03-06 13:26:42 +00:00
Andreas Fabri 5b8ad90515 changed .C to .cpp in examples 2006-07-09 19:26:01 +00:00
Bernd Gärtner 8b5b3d2798 added new example that shows actual feature, namely the hybrid
arithmetic. Unfortunately, this needs the inofficial type CGAL::Double
2006-03-13 12:25:57 +00:00
Bernd Gärtner ccc0ab6e97 oops, forgot subdir 2006-03-10 12:42:19 +00:00
Bernd Gärtner d9e740ff1a example added 2006-03-10 12:34:32 +00:00