Commit Graph

430 Commits

Author SHA1 Message Date
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
Sylvain Pion 487b5a53b1 remove BORLAND workaround, we don't support it anymore, and the workaround is even probably suboptimal 2007-02-28 19:28:09 +00:00
Andreas Fabri 44e6ae4a90 removed suffix _ex from the examples 2007-02-27 10:04:04 +00:00
Andreas Fabri dae8e7379c Removed suffix _ex from the examples files 2007-02-26 18:23:08 +00:00
Sylvain Pion 069bcbde7f Remove references to "see the Support Library Manual", since
we have the big integrated thing now.
2007-02-09 13:31:16 +00:00
Sylvain Pion c8fe11321c rename .C to .cpp 2007-01-27 21:16:53 +00:00
Andreas Fabri 5c14975e8b changed .C to .cpp in examples 2006-07-09 19:12:11 +00:00
Andreas Fabri 35b95eead3 fix of \ccPkgIntroducedInCGAL 2006-06-20 11:31:07 +00:00
Ron Wein b82176e8dd Fixed an internal include file. 2006-06-06 07:14:45 +00:00
Ron Wein 7bafa95157 Fixed the include files. 2006-06-05 11:07:27 +00:00
Andreas Meyer 0e3d6b8143 manual bugfix (ccHowToCiteCgal) 2006-05-04 12:28:44 +00:00
Andreas Meyer dc3ce8747e \ccHowToCite --> \ccHowToCiteCgal 2006-05-03 11:24:03 +00:00
Andreas Fabri 2815d708ad Added ccHowTocite 2006-05-02 19:23:04 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri c366c89225 Removed \cgal 2006-04-11 20:37:28 +00:00
Andreas Fabri fd8fa12bbc Added package description 2006-04-10 14:43:28 +00:00
Andreas Fabri 763cf37e7f Added package description 2006-04-10 14:36:32 +00:00
Andreas Fabri 33593e56be Added package description 2006-04-10 14:35:34 +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
Andreas Fabri e545501dbe cleanup of \sections 2006-04-05 13:36:04 +00:00
Andreas Fabri c85ddfb735 cleanup of \sections 2006-04-05 07:18:20 +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
Marc Glisse 13380ebe5e Add some missing std:: and #include <c*> 2006-02-22 15:22:27 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 8aa23e17ec Move packages to trunk root 2006-02-14 08:58:14 +00:00