Sylvain Pion
b2630cd7e1
Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
...
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +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
Sylvain Pion
23edc11d3b
Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
...
Using :
for i in * ; do cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Efi Fogel
41aedf0dd1
minor
2006-12-01 14:06:21 +00:00
Efi Fogel
9514147daf
updated copyright
2006-11-25 19:19:34 +00:00
Andreas Meyer
68c3715b5c
support for LEDA 5.x (mostly done by Eric Berberich)
2006-08-10 15:14:32 +00:00
Efi Fogel
2eb688a535
1st revision
2006-08-03 16:21:08 +00:00
Andreas Fabri
6574769a7e
changed .C to .cpp in examples
2006-07-09 19:14:06 +00:00
Laurent Saboret
1581e9685f
Fixed svn:eol-style property
2006-06-23 13:59:36 +00:00
Laurent Saboret
1f0a69733b
Fixed svn:keywords property
2006-06-23 13:56:01 +00:00
Efi Fogel
5cd8b903c6
fixed initializer
2006-06-05 22:23:33 +00:00
Efi Fogel
4e97956ca9
updated
2006-06-05 22:18:55 +00:00
Efi Fogel
b22f6ac6c4
updated
2006-06-05 17:37:13 +00:00
Efi Fogel
9efb9d1b98
updated
2006-06-03 22:35:00 +00:00
Efi Fogel
69b92de7c4
cleanup
2006-06-03 16:11:51 +00:00
Efi Fogel
5c9333d4d6
Cleanup
2006-06-03 14:27:37 +00:00
Efi Fogel
6855ea6715
1st revision
2006-06-03 14:26:19 +00:00
Efi Fogel
041a621fa2
1st step in separating Polyhedron stuff
2006-05-31 17:37:11 +00:00
Laurent Saboret
312353dd51
Global fix of svn:executable property in trunk
2006-04-14 15:07:17 +00:00
Andreas Meyer
5b5a60cecf
rewritten the whole manual
...
ok. seriously:
renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Efi Fogel
9836cd6edb
fixed headers one more time
2006-02-15 17:43:24 +00:00
Efi Fogel
a11ca76142
fixed header yet again
2006-02-15 16:48:38 +00:00
Efi Fogel
d2f105f928
fixed header yet again
2006-02-15 16:47:25 +00:00
Efi Fogel
6a53d85ddc
fixed header
2006-02-15 15:48:31 +00:00
Efi Fogel
6c4e7d6d7c
reflected changes in Arrangement_2
2006-02-15 14:30:31 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
f013fcee90
Move packages to trunk root
2006-02-14 08:58:14 +00:00