Commit Graph

61 Commits

Author SHA1 Message Date
Sylvain Pion 8bfd7a00e5 Manually remove the remaining "//file:" lines. 2007-03-10 15:03:39 +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 01d46bfa15 Some examples escapede my previous pass due to trailing white space at end of line. 2007-03-10 14:39:37 +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 e0e511de5d the makefile is not needed, and as it was outdated it created a red line in the testsuite 2007-02-23 13:37:14 +00:00
Laurent Rineau 9336a18ee7 temp. cgal_test modified to show why it fails 2007-02-23 13:23:53 +00:00
Andreas Fabri f2f0072fd9 Add std::cout << 'done' at the end to debug the testsuite tools 2007-02-01 16:43:45 +00:00
Naceur Meskini 564f380e53 last version 2006-10-10 11:57:17 +00:00
Andreas Fabri 06d7f731ec changed .C to .cpp in examples 2006-07-09 19:19:14 +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
Laurent Saboret 00398fbcdf Move packages to trunk root 2006-02-14 08:58:15 +00:00