Commit Graph

20 Commits

Author SHA1 Message Date
Laurent Rineau ddd16e2a2b Remove two .cpp files that do not compile!
They were in dont_submit but I do not see why we keep them.
2012-02-10 11:33:18 +00:00
Andreas Fabri 552497f1a6 As the files *_with_ccb.cpp are now in dont_submit, we don't need a CMakeLists.txt 2008-11-04 09:48:37 +00:00
Fernando Cacciola ff186a3160 Prevent compilation of XHDS examples 2008-10-02 18:57:00 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Fernando Cacciola 2bfb39b17b Small changes to the Manuals 2007-10-08 15:48:14 +00:00
Fernando Cacciola 4b55955472 xhds manual: ccb renamed as halfedge_cycle, plus general modifications 2007-10-06 02:48:36 +00:00
Fernando Cacciola 5eff37b4cc initial X-HDS manual 2007-10-03 19:12:46 +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 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
Sylvain Pion f0e9b4a999 These cgal_test/makefile do not seem to bring anything compared to the default generated. 2007-01-27 17:13:03 +00:00
Andreas Fabri 4c3f5be44c changed .C to .cpp in examples 2006-07-09 19:17:35 +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 4f17410a6f Move packages to trunk root 2006-02-14 08:58:15 +00:00