Commit Graph

62 Commits

Author SHA1 Message Date
Sylvain Pion c24c588aa5 Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +00:00
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
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +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 5402050020 Include <cassert> instead of <assert.h> everywhere, for consistency. 2008-01-18 19:58:49 +00:00
Sylvain Pion 607a3340da remove warning for empty body of for loop 2007-12-30 14:55:28 +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
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Andreas Meyer 6c6a10a671 removed useless ccHtmlNoLinks commands. (one even appeared
verbatim inside example code ...)
2007-04-17 22:22:22 +00:00
Sylvain Pion c3eba4b751 Remove unused arguments. 2007-04-17 20:42:27 +00:00
Sylvain Pion 5c52f34e99 Spell check. 2007-04-17 16:34:10 +00:00
Andreas Fabri 8617707f4d remove unused parameter 2007-04-06 08:29:24 +00:00
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