Commit Graph

295 Commits

Author SHA1 Message Date
Andreas Meyer 007fae58c6 cosmetic (indentation) 2007-04-03 12:34:18 +00:00
Andreas Meyer 41704611fc cosmetic changes + one signature fix 2007-04-03 12:33:50 +00:00
Andreas Meyer 41169fc270 * updated howtocite bibkeys for upcoming 3.3 release
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Andreas Fabri 67697b767a Removed unused parameters 2007-03-26 09:32:03 +00:00
Andreas Fabri ed1b937b79 remove unused parameter 2007-03-16 10:29:15 +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
Sylvain Pion df0231a15a Improved parenthesization 2007-03-08 10:37:21 +00:00
Andreas Meyer 7839611ea9 reduced runtime of test (reduced maximum problem size) 2007-03-02 11:15:32 +00:00
Andreas Meyer 650fd022a3 clarify that box_intersection_d actually means
intersection of the box interiors (got a mail from
someone who had problems with the "ambiguous"
documentation)
2007-02-19 22:06:07 +00:00
Andreas Fabri 7f7853a5a7 .C -> .cpp 2007-02-16 16:41:24 +00:00
Andreas Meyer b007a1aff2 more illustrations for packages.html 2007-01-26 19:00:48 +00:00
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00
Andreas Meyer 78dc1b39a2 prefixed all macros with "CGAL_" 2006-12-12 10:38:56 +00:00
Andreas Fabri 4c68521a11 fix for min/max problem 2006-08-21 08:35:10 +00:00
Andreas Fabri 1f2c5bea2c fixed min/max meta problem 2006-08-17 09:05:15 +00:00
Andreas Fabri cf2e84bfd9 fixed min/max problem 2006-08-17 08:53:12 +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 7c35af5023 changed .C to .cpp in examples 2006-07-09 19:10:04 +00:00
Andreas Meyer b54cabb95b moved some more \labels into \section 2006-05-06 19:49:16 +00:00
Andreas Meyer 0e3d6b8143 manual bugfix (ccHowToCiteCgal) 2006-05-04 12:28:44 +00:00
Andreas Meyer dc3ce8747e \ccHowToCite --> \ccHowToCiteCgal 2006-05-03 11:24:03 +00:00
Andreas Fabri 4530af2ce7 Added ccHowTocite 2006-05-02 20:21:31 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri 9ff733019e Added \label to PackageDescription 2006-04-21 09:35:22 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +00:00
Andreas Fabri ebf7f090f4 Fixed typo 2006-04-09 12:55:19 +00:00
Andreas Meyer 5b5a60cecf rewritten the whole manual
ok. seriously:

renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri 6504417a0d Added license information 2006-04-06 15:20:13 +00:00
Andreas Fabri ae1523793f cleanup of \sections 2006-04-05 14:47:25 +00:00
Andreas Fabri 06e209d992 Changed title 2006-04-02 14:19:18 +00:00
Andreas Fabri bb06d6436c Added package description 2006-03-30 14:21:56 +00:00
Andreas Meyer 719fe0768f rely on numeric_limits<>::max
infinity now retrieved from CGAL/FPU.h
2006-03-14 18:55:59 +00:00
Andreas Meyer 33475bc596 revival of test suite (some testcases were commented out...?) 2006-03-14 18:54:42 +00:00
Marc Glisse ff81a79224 Missing std:: 2006-03-08 18:48:39 +00:00
Andreas Fabri c6d726ff33 Moved the caption of a figure 2006-03-06 09:03:06 +00:00
Marc Glisse 412c0c29fb Missing std:: 2006-02-28 15:19:29 +00:00
Marc Glisse b41ad5d643 Missing std:: or #include <cstdlib> 2006-02-25 23:14:49 +00:00
Marc Glisse 13380ebe5e Add some missing std:: and #include <c*> 2006-02-22 15:22:27 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret b671649287 Move packages to trunk root 2006-02-14 08:58:13 +00:00