Commit Graph

27 Commits

Author SHA1 Message Date
Philipp Möller 0278a9c434 Move the last example and fix the ccIncludeExampleCode paths. 2012-09-18 16:33:23 +00:00
Philipp Möller c03d1f7f86 Move tests, examples and headers from Matrix_search and merge package_info. 2012-09-18 15:34:42 +00:00
Philipp Möller c848823b08 Merge Width_3 and parts of Matrix_search into Polytope_distance_d. 2012-08-16 15:56:16 +00:00
Philipp Möller f9b288db90 Merged branch ^/branches/features/gsoc2011-copy_n-pmoeller.
Small feature page: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Replace_copy_n
2011-08-26 14:34:10 +00:00
Andreas Fabri 5395f91445 Use typedef instead of derivation for the Kernel 2010-06-16 19:47:35 +00:00
Sylvain Pion 5215ef7e03 remove EOF comments, they look even dirtier in examples 2009-01-05 00:05:04 +00:00
Michael Hoffmann 5b9c16c729 Replaced last usage of CGAL/functional in this package. 2008-06-19 07:08:28 +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
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
Michael Hoffmann 04389bc7cb Superfluous. 2007-02-27 07:49:41 +00:00
Andreas Fabri 91a8471154 Removed prefix example_ from the examples files 2007-02-26 18:54:23 +00:00
Andreas Fabri b1971830b1 Removed suffix _example from the examples files 2007-02-26 18:31:46 +00:00
Sylvain Pion e9f3852691 Remove cgal_test/makefile : the automaticaly generated ones are better
(some programs where not tested because of those buggy script/makefile).
2007-01-27 17:38:06 +00:00
Andreas Fabri bf146e9786 Replaced Polygon with Polygon_2 2006-08-28 14:28:12 +00:00
Andreas Meyer 16acdac7e7 some more cleanup to make the manual test suite green again 2006-08-07 17:03:31 +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 f8f182c463 changed .C to .cpp in examples 2006-07-09 19:24:27 +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
Joachim Reichel 11a449ae00 Added/fixed CGAL_MAKEFILE= line in makefiles 2006-03-14 19:35:55 +00:00
Laurent Saboret d8a9ada886 Move packages to trunk root 2006-02-14 08:58:16 +00:00