Commit Graph

15 Commits

Author SHA1 Message Date
Marc Glisse 5bf9e464f1 Don't import the CORE namespace into the global namespace. 2009-02-28 10:07:47 +00:00
Andreas Fabri 094e2cbdbb Put CORE_NO_AUTOMATIC_NAMESPACE directly in the .cpp file 2008-09-09 13:50:57 +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 d11d632ee5 #include <CGAL/basic.h> before testing for CGAL_USE_CORE, otherwise
nothing is ever performed...
2007-03-10 14:21:33 +00:00
Andreas Fabri 002f3726d0 changed .C to .cpp in examples 2006-07-09 19:13: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
Marc Glisse b7c1e92f0d Missing std:: 2006-02-28 16:09:05 +00:00
Laurent Saboret 047a2cbac9 Move packages to trunk root 2006-02-14 08:58:14 +00:00