Commit Graph

21 Commits

Author SHA1 Message Date
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
Daniel Russel 08a8387138 addeding files 2007-06-11 03:45:35 +00:00
Daniel Russel 5d20e82bce stupid svn 2007-03-14 23:35:16 +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
Andreas Fabri efca937006 min/max fix 2007-03-08 09:53:50 +00:00
Andreas Fabri f948abdd2f toupper needs #include <cctype> 2007-03-08 09:50:42 +00:00
Andreas Fabri 1f85866bce min/max fix 2007-03-08 09:50:00 +00:00
Daniel Russel 3d69925448 forgot some min too 2007-03-08 01:46:37 +00:00
Daniel Russel 57692efd9d forgot some max 2007-03-08 01:44:49 +00:00
Daniel Russel bbd8aeffea make return SUCCESS 2007-02-24 02:39:09 +00:00
Daniel Russel e530c0c02b more std::max and VC and again 2007-02-22 07:35:43 +00:00
Daniel Russel bd7bdaa999 more std::max and VC again 2007-02-22 07:34:51 +00:00
Daniel Russel b462cc066b more std::max and VC 2007-02-22 07:34:01 +00:00
Daniel Russel d6bf13d9bf check for no input 2007-02-22 07:26:52 +00:00
Daniel Russel 76516210b7 problems with being on a case-insensitive file system 2007-02-22 07:25:06 +00:00
Daniel Russel e852e57fe7 changed to not return error when there are no arguments to make the CGAL testquite less red 2007-02-22 07:19:01 +00:00
Daniel Russel 14cc4073e0 fixed typo 2007-02-06 23:55:21 +00:00