Commit Graph

18 Commits

Author SHA1 Message Date
Andreas Fabri 87d09b2bb6 renamed chapter 2007-04-02 10:33:03 +00:00
Andreas Fabri f877388178 renamed chapter 2007-04-02 10:31:45 +00:00
Andreas Fabri 17d969a0f7 renamed chapter 2007-04-02 10:22:57 +00:00
Andreas Fabri 5bb7d1fac8 renamed 2007-04-02 08:36:51 +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 7d22fcd514 Add parentheses (was buggy code...) : warnings-=2 2007-03-08 10:02:46 +00:00
Andreas Fabri 90de3cd488 renamed example 2007-03-07 12:35:02 +00:00
Andreas Fabri 53d713e84e Removed 'test_' prefix of the example 2007-03-05 10:27:34 +00:00
Andreas Fabri 2dcb9aaef1 Make it work in case of absence of LEDA 2007-03-05 10:25:57 +00:00
Sylvain Pion b396911ca3 rename .C to .cpp and remove makefile, same as generated 2007-01-27 21:06:38 +00:00
Andreas Meyer 2da913b977 further bugfixes regarding ccINcludeExampleCode 2006-10-31 14:23:32 +00:00
Andreas Meyer 80e87e8190 manual bugfixes regarding ccIncludeExampleCode 2006-10-31 14:11:10 +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
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 09cbc635f0 Move packages to trunk root 2006-02-14 08:58:20 +00:00