Commit Graph

30 Commits

Author SHA1 Message Date
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
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
Marc Glisse 91d76bff4c sunpro should benefit from this VC++7.0 workaround. 2007-04-20 17:26:10 +00:00
Andreas Fabri 2a47ed50b6 Use new traits classes 2007-04-03 13:19:14 +00:00
Andreas Fabri 5fcff4eaa9 Added traits classes 2007-04-03 13:14:58 +00:00
Andreas Fabri f71f10844d Added traits classes 2007-04-03 13:04:11 +00:00
Andreas Fabri 5ecce5ee4f cleanup 2007-04-02 10:26:58 +00:00
Andreas Fabri f81aede8e3 renamed chapter 2007-04-02 09:25:02 +00:00
Andreas Fabri ffd4b87779 renamed chapter 2007-04-02 09:20:40 +00:00
Andreas Fabri efecfe26b2 remove unused parameter 2007-03-16 10:21:25 +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 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 3a3de0cb6d Remove default-generated cgal_test and makefile
Rename .C to .cpp
2007-02-15 23:58:10 +00:00
Sylvain Pion fb8595b94e Cleanup : remove ancient CGAL_PROTECT_* macros.
It's the compiler's job to optimize preprocessing time.
2007-01-24 17:16:05 +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 7fa49aece1 Fixed min max problem 2006-07-30 13:08:55 +00:00
Bernd Gärtner fedff27d0d wrong path fixed 2006-07-12 10:34:39 +00:00
Bernd Gärtner 1c5ce50658 .C -> _impl.h 2006-07-11 12:24:07 +00:00
Bernd Gärtner 31a8daeade files move 2006-07-11 12:20:28 +00:00
Andreas Fabri 0734eb062a changed .C to .cpp in examples 2006-07-09 19:27:41 +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
Bernd Gärtner 37afeabe06 fixed example name, removed makefile from dir 2006-03-10 12:46:57 +00:00
Laurent Saboret 77340051f5 Change CVS keywords to SVN style 2006-02-17 16:03:17 +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 8bc252bbf9 Move packages to trunk root 2006-02-14 08:58:17 +00:00