Commit Graph

43 Commits

Author SHA1 Message Date
Andreas Fabri bc7c63ac1d Fixed headings 2007-06-04 14:01:24 +00:00
Sylvain Pion 77f70e18f9 Spell check. 2007-04-17 16:14:44 +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 c748f605ef Use a Random variable on the stack otherwise it's an error to take its reference.
Fix some conversion warnings.
2007-03-28 09:46:48 +00:00
Andreas Fabri 7be39d6383 Added illustration 2007-03-27 15:56:53 +00:00
Andreas Fabri 0cd106dc81 new testsuites 2007-03-27 09:23:34 +00:00
Andreas Fabri 34cb9fd0a1 removed the demos instead of dont_submit 2007-03-15 08:20:55 +00:00
Andreas Fabri eeafd5b16f removed the demos instead of dont_submit 2007-03-15 08:20:31 +00:00
Andreas Fabri 1a11631aff Don't submit the demos 2007-03-13 14:45:45 +00:00
Joachim Reichel 704933f79a replace obsolete variable CGAL_WINDOW_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:57:31 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +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 32e8dc4c7e remove unused variables... 2007-03-10 11:16:26 +00:00
Andreas Fabri 83c600cba9 more cleanup 2007-03-06 15:14:31 +00:00
Andreas Fabri 7318915fad cleanup 2007-03-06 15:09:12 +00:00
Andreas Fabri 3292b3767b cleanup 2007-03-06 15:08:13 +00:00
Andreas Fabri 3bbf6ce709 generated makefile does the job 2007-03-06 15:04:52 +00:00
Andreas Fabri 6a5e135566 Renamed _example suffix 2007-03-06 15:03:37 +00:00
Andreas Fabri 0471abeee2 remove duplicate 2007-03-06 15:02:48 +00:00
Mariette Yvinec 03d0bfbe0e update maintainer 2007-02-05 17:30:10 +00:00
Sylvain Pion eb53c5fc72 rename .C to .cpp 2007-01-27 20:52:29 +00:00
Sylvain Pion 5cc5df4a5c These cgal_test/makefile do not seem to bring anything compared to the default generated. 2007-01-27 19:40:16 +00:00
Andreas Fabri d600ed05b6 Replaced Rectangle with Rectangle_2, to avoid clash with Windows type 2006-08-18 21:28:32 +00:00
Sylvain Pion f6a4475856 Change Cartesian<double> to EPICK in examples/demos. 2006-08-13 08:53:50 +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 a8aa916751 changed .C to .cpp in examples 2006-07-09 19:35:13 +00:00
Andreas Fabri a23cd576d9 fix of \ccPkgIntroducedInCGAL 2006-06-20 12:02:40 +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
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +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 133e647711 cleanup of \sections 2006-04-05 14:39:31 +00:00
Fernando Cacciola f325446f66 Missing #include <CGAL/basic.h> added 2006-03-29 14:31:13 +00:00
Andreas Fabri 87e885cbe4 cleaned makefile 2006-03-22 17:08:43 +00:00
Andreas Fabri 7856099cfc Code factorization and a comment why it is not exact without exact constructions 2006-03-22 16:11:11 +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
Joachim Reichel 11a449ae00 Added/fixed CGAL_MAKEFILE= line in makefiles 2006-03-14 19:35:55 +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 ab855370c8 Move packages to trunk root 2006-02-14 08:58:18 +00:00