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
|
f0885f2191
|
Added overload of the 'clear' function
|
2007-01-17 16:34:54 +00:00 |
Andreas Fabri
|
98bb376f71
|
#ifdef the conforming step and the additional point container per slice
|
2006-12-05 17:01:06 +00:00 |
Andreas Fabri
|
e3071886db
|
Rename class TFS_cell_base_3_for reconstruction to TFS_cell_base_3
|
2006-12-05 16:19:12 +00:00 |
Andreas Fabri
|
884510870d
|
Rename class TFS_cell_base_3_for reconstruction to TFS_cell_base_3
|
2006-12-05 16:18:25 +00:00 |
Andreas Fabri
|
8334178ade
|
Renamed member function and first doxygen comments
|
2006-12-05 16:11:51 +00:00 |
Andreas Fabri
|
4b070c5b8f
|
Renamed some memberfunctions
|
2006-12-01 11:12:27 +00:00 |
Andreas Fabri
|
edcc2f3f03
|
Removed != 0 in tests
|
2006-12-01 10:59:32 +00:00 |
Andreas Fabri
|
69f5a91baf
|
cleanup
|
2006-11-30 21:27:22 +00:00 |
Andreas Fabri
|
85a55d6324
|
lowercase function name to respect naming conventions
|
2006-11-10 15:53:09 +00:00 |
Andreas Fabri
|
162f6f852b
|
Add VRML2 ouput
|
2006-11-10 15:48:47 +00:00 |
Andreas Fabri
|
1a171ea56d
|
replace #define with an enum inside the scope of the class
|
2006-11-10 14:20:44 +00:00 |
Andreas Fabri
|
cf40f61dbe
|
changed .C to .cpp in examples
|
2006-07-09 21:12:41 +00:00 |
Laurent Saboret
|
312353dd51
|
Global fix of svn:executable property in trunk
|
2006-04-14 15:07:17 +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 |
Laurent Saboret
|
0671862f80
|
Move packages to trunk root
|
2006-02-14 08:58:19 +00:00 |