Commit Graph

62 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 0e1d5031e7 Use CGAL_PI instead of an approximate value. 2008-04-15 17:38:09 +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 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 Fabri d074d8f6b8 change bg 2007-05-02 07:06:10 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Andreas Fabri ee1d2c4190 typo 2007-04-04 06:50:45 +00:00
Andreas Fabri 493c73bb9b Added illustration 2007-04-02 20:05:08 +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
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 6a44c220a9 make automatic grep-checks easier 2007-02-15 21:27:34 +00:00
Sylvain Pion f6c0295fc5 macros must be prefixed by CGAL_ 2007-02-15 21:22:58 +00:00
Sylvain Pion cfb9329d50 rename .C to .cpp 2007-01-27 21:20:09 +00:00
Andreas Fabri 810f31fef6 rename .C to .cpp 2006-08-07 08:52:06 +00:00
Andreas Fabri 66df33402d changed .C to .cpp in examples 2006-07-09 19:47:13 +00:00
Andreas Fabri 03a4b2d3fb changed .C to .cpp in examples 2006-07-09 19:46:21 +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 5acf94175f Added \label to PackageDescription 2006-04-21 09:24:57 +00:00
Andreas Fabri ccffb33072 Moved teaser before \section{Introduction} 2006-04-21 09:23:30 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Le-Jeng Shiue d9b0424db2 Change the license of the source codes to LGPL. 2006-04-19 03:42:03 +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 440560e5b8 Added license information 2006-04-06 15:18:17 +00:00
Andreas Fabri 7746e47fec cleanup of \sections 2006-04-05 14:03:59 +00:00
Andreas Fabri d8aaa8267a typos 2006-04-02 13:15:30 +00:00
Andreas Fabri 2f8f36f150 Added package description 2006-03-31 08:28:24 +00:00
Le-Jeng Shiue eca65d792e fix the position problem of the teaser of the manual 2006-03-20 14:52:00 +00:00
Le-Jeng Shiue bdb598aeb0 add concepts of subdivision masks into the reference manual. 2006-03-20 03:48:35 +00:00
Le-Jeng Shiue 43807c2f5d minor revise of the manual 2006-03-17 15:09:11 +00:00
Andreas Fabri 678df1031c Fixed typos 2006-03-16 15:35:59 +00:00
Andreas Fabri 4de5a2e679 changed chapter title 2006-03-16 13:22:58 +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
Andreas Fabri bba16b6593 The examples now return 0, if they are called without arguments 2006-03-13 22:37:23 +00:00
Le-Jeng Shiue 81ced54a78 update the manual to match the code changes 2006-03-08 06:13:51 +00:00
Le-Jeng Shiue 5b35530823 Make the point computation more CGAL like 2006-03-08 06:10:58 +00:00
Le-Jeng Shiue 204495706b revise the manual 2006-03-08 05:57:28 +00:00
Le-Jeng Shiue 00b9eec7bc use std::cin for input off file in the examples 2006-03-07 05:35:35 +00:00
Le-Jeng Shiue ae4d40548c Try to fix the format problem of template template parameter.
Still need to email Lutz to fix the ccThree command.
2006-03-05 01:41:32 +00:00
Le-Jeng Shiue ded33c694f Fix some grammars. 2006-03-05 01:10:51 +00:00