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 |