Commit Graph

32 Commits

Author SHA1 Message Date
Andreas Meyer 57ad8202ea replace Bounded_volume -> Bounding_volume, step (2) 2007-06-05 12:35:12 +00:00
Andreas Meyer 3d216d4abc replace Bounded_volume -> Bounding_volume, step (1) 2007-06-05 12:29:54 +00:00
Andreas Fabri 339ac28522 remove unused parameter 2007-04-06 09:08:04 +00:00
Andreas Fabri 84a5325940 remove unused parameter 2007-04-06 09:02:13 +00:00
Andreas Fabri 9b79eedd83 cleanup 2007-04-02 10:26:01 +00:00
Andreas Fabri 834fca0b6b renamed chapter 2007-04-02 09:30:19 +00:00
Andreas Fabri 94534c95f1 renamed chapter 2007-04-02 09:21:24 +00:00
Andreas Fabri 77b457f7e5 removed unused parameters 2007-03-17 09:06:57 +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
Andreas Fabri 1847edf0b7 .C -> .cpp 2007-02-16 16:43:24 +00:00
Bernd Gärtner 8d067bfa13 - C-files removed from include/CGAL 2007-02-16 16:02:10 +00:00
Sylvain Pion a4593cfe20 Remove obsolete work-arounds. 2007-02-15 21:10:06 +00:00
Andreas Meyer 80e87e8190 manual bugfixes regarding ccIncludeExampleCode 2006-10-31 14:11:10 +00:00
Andreas Fabri b9a9b85c2e no need for 'example' in the name as they are in a directory of yhat name 2006-10-30 16:44:54 +00:00
Michael Hemmer 1522751852 rm nameclash with global function is_exact 2006-10-28 13:05:43 +00:00
Andreas Fabri beedd15017 fixed min/max problem 2006-08-17 09:22:57 +00:00
Andreas Meyer c51efe2626 replaced ccIncludeVerbatim by ccIncludeExampleCode, where appropriate 2006-08-09 14:19:50 +00:00
Andreas Meyer b454b3febd manual cleanup:
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Andreas Fabri cd95c341da fix min/max problem 2006-08-03 03:36:00 +00:00
Bernd Gärtner 629b2e6296 .C -> _impl.h 2006-07-11 13:19:20 +00:00
Bernd Gärtner e4ec316b11 file move 2006-07-11 13:12:00 +00:00
Bernd Gärtner 7ac713779e file move 2006-07-11 13:06:31 +00:00
Andreas Fabri 246ef668ad changed .C to .cpp in examples 2006-07-09 19:28:20 +00:00
Kaspar Fischer 4c23753a4d - moved Traits.tex to MinSphereOfSpheresTraits.tex 2006-03-08 11:57:11 +00:00
Sylvain Pion 86b98eb15b Remove obsolete filenames from dont_submit files:
wrapper.tex, error.txt, .cvsignore
2006-02-19 20:23:51 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Kaspar Fischer e3aa4740e1 - prefixed atoi and exit with "std::" 2006-02-15 12:20:25 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 6a3aaba885 Move packages to trunk root 2006-02-14 08:58:17 +00:00