Commit Graph

28 Commits

Author SHA1 Message Date
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +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
Sylvain Pion b0f2c77fdc Remove casts to Oriented_side.
They are useless since we merged the various enum types.
2008-04-09 12:35:10 +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
Andreas Fabri 9a1e8176ee fixed copy constructor 2008-02-06 16:25:04 +00:00
Raphaëlle Chaine 43e9567f85 Changes in the code to make it compliant with the latest public and
internal release.

Improvment of the non solid connections removal.

Local improvments in the code.
2007-12-19 19:58:18 +00:00
Raphaëlle Chaine 42d1f1b63d Adding of a directory with input file examples 2007-12-19 19:54:12 +00:00
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
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
Andreas Fabri f0885f2191 Added overload of the 'clear' function 2007-01-17 16:34:54 +00:00
Andreas Fabri 98bb376f71 #ifdef the conforming step and the additional point container per slice 2006-12-05 17:01:06 +00:00
Andreas Fabri e3071886db Rename class TFS_cell_base_3_for reconstruction to TFS_cell_base_3 2006-12-05 16:19:12 +00:00
Andreas Fabri 884510870d Rename class TFS_cell_base_3_for reconstruction to TFS_cell_base_3 2006-12-05 16:18:25 +00:00
Andreas Fabri 8334178ade Renamed member function and first doxygen comments 2006-12-05 16:11:51 +00:00
Andreas Fabri 4b070c5b8f Renamed some memberfunctions 2006-12-01 11:12:27 +00:00
Andreas Fabri edcc2f3f03 Removed != 0 in tests 2006-12-01 10:59:32 +00:00
Andreas Fabri 69f5a91baf cleanup 2006-11-30 21:27:22 +00:00
Andreas Fabri 85a55d6324 lowercase function name to respect naming conventions 2006-11-10 15:53:09 +00:00
Andreas Fabri 162f6f852b Add VRML2 ouput 2006-11-10 15:48:47 +00:00
Andreas Fabri 1a171ea56d replace #define with an enum inside the scope of the class 2006-11-10 14:20:44 +00:00
Andreas Fabri cf40f61dbe changed .C to .cpp in examples 2006-07-09 21:12:41 +00:00
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +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 0671862f80 Move packages to trunk root 2006-02-14 08:58:19 +00:00