Commit Graph

34 Commits

Author SHA1 Message Date
Andreas Meyer 7ed1a00c04 merge manual fixed from 3.3 branch back intro trunk:
svn merge -r 38751:38754 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38773:38775 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38783:38784 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38795:38796 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38815:38816 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38827:38829 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38834:38836 ~/projects/CGAL/branches/CGAL-3.3-branch
2007-05-28 23:05:00 +00:00
Andreas Fabri 1b767a37ae cleanup 2007-04-02 10:30:07 +00:00
Andreas Fabri c0c70f64e3 renamed chapter 2007-04-02 09:37:00 +00:00
Andreas Fabri b3bcec40f1 renamed chapter 2007-04-02 09:36:12 +00:00
Andreas Fabri 8a18498d12 removed unused parameters 2007-03-17 08:35:57 +00:00
Andreas Fabri f4bb584667 removed/commented unused parameters 2007-03-16 08:27:32 +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 Meyer 7165f77d53 typo 2007-02-27 23:01:01 +00:00
Andreas Fabri 93a83a5790 Removed prefix example_ from the examples files 2007-02-26 18:48:23 +00:00
Andreas Fabri 1072ec40f4 simplifications 2007-02-26 18:47:39 +00:00
Andreas Fabri 43765f82e7 simplifications 2007-02-26 18:47:16 +00:00
Andreas Fabri 0ec7e028bf .C -> .cpp 2007-02-16 16:36:57 +00:00
Bernd Gärtner ab73378892 - C-files removed from include/CGAL 2007-02-16 15:56:11 +00:00
Sylvain Pion d4a36175cf constify to remove warning 2007-02-11 22:28:55 +00:00
Andreas Fabri 194ff53b2f fix for min/max problem 2006-08-22 07:27:43 +00:00
Andreas Fabri 145f9661f4 fix for min/max problem 2006-08-20 19:44:05 +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 fbb2dc2b5f fix min/max problem 2006-08-03 03:39:19 +00:00
Andreas Fabri f558395b1e changed .C to .cpp in examples 2006-07-09 19:04:50 +00:00
Sylvain Pion 4074cb0e8b \cgal -> \cgal\ . 2006-05-19 14:29:54 +00:00
Kaspar Fischer 96935d61cc - added #include <CGAL/basic.h> 2006-03-09 13:55:52 +00:00
Kaspar Fischer 96739688f7 - changed a requirement to refines 2006-03-09 13:55:23 +00:00
Andreas Meyer 4eb6024dcd fixed latex_converter error complaining about
unknown macro in c++ mode

fix: \ccc{\ccVar. --> \ccVar\ccc{. 

and a kosmetic change
2006-03-04 22:25:33 +00:00
Kaspar Fischer 7b94f3935d - added CORE::Expr as possible number-type in documentation 2006-02-27 17:33:31 +00:00
Kaspar Fischer 42127ad25a - added assertion eps>=0
- encorporated Menelaos' changes (2nd review)
- untabified example.C
2006-02-27 15:29:47 +00:00
Kaspar Fischer 2dcf823286 - fixed the names of all macros to begin with CGAL_ 2006-02-23 14:50:30 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Kaspar Fischer 95bed159a2 - prefixed atoi and exit with "std::" 2006-02-15 12:20:37 +00:00
Kaspar Fischer 74917eb49d - fixed several occurrences of cos/sin/etc. to std::cos/std::sin/etc. 2006-02-15 11:32:19 +00:00
Kaspar Fischer 6d12ecb357 - added documentation to dont_submit 2006-02-14 18:18:02 +00:00
Kaspar Fischer 8fbb992641 - fixed directory structure 2006-02-14 18:16:46 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret dae25ea929 Move packages to trunk root 2006-02-14 08:58:13 +00:00