Commit Graph

54 Commits

Author SHA1 Message Date
Andreas Fabri d321f25957 removed unused parameters 2007-03-20 08:28:26 +00:00
Andreas Fabri 8862af2002 Added illustration 2007-03-19 19:22:14 +00:00
Andreas Fabri b64dc7e5ee Added illustration 2007-03-19 19:01:57 +00:00
Andreas Fabri fdbaee74b0 removed unused parameters 2007-03-17 09:21:06 +00:00
Joachim Reichel d08f6bea45 replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +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 05840a8f17 Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +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 8bfd7a00e5 Manually remove the remaining "//file:" lines. 2007-03-10 15:03:39 +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 d82965e1eb warning-- 2007-03-08 10:05:31 +00:00
Fernando Cacciola 6e56e11e77 Fixed is_empty() bug that was causing "test/Splitters.exe" to assert 2007-03-07 19:34:29 +00:00
Sylvain Pion 884c477f20 macros must be prefixed by CGAL_ 2007-02-15 21:24:48 +00:00
Sylvain Pion 8097c5193a remove useless makefile, same as generated by cgal_create_makefile 2007-01-27 20:49:31 +00:00
Fernando Cacciola 721515e9c1 Fixed uninitialized iterators problem 2006-12-11 14:46:55 +00:00
Sylvain Pion c03659bc7a global update of maintainer files
(remove Lutz, Sven, Matthias, Geert-Jan...)
2006-12-05 14:01:13 +00:00
Andreas Meyer 3d0c94d0fb fixed a typo 2006-10-04 12:32:35 +00:00
Andreas Fabri c633c74240 minmax fixes 2006-08-18 21:22:28 +00:00
Andreas Fabri e7ed3f05fd Fixed min max problem 2006-07-31 22:33:02 +00:00
Andreas Fabri 003f895412 changed .C to .cpp in examples 2006-07-09 19:44:07 +00:00
Andreas Fabri d915516cfb fix of \ccPkgIntroducedInCGAL 2006-06-20 11:47:34 +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 Fabri 61da758476 upgrade to VC7.3 and fixes 2006-04-25 18:52:48 +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 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +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 1fb7b408a4 cleanup of \sections 2006-04-05 14:43:53 +00:00
Andreas Fabri 00d5ea9f7d changed chapter title 2006-03-16 13:24:01 +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
Andreas Fabri 9ab62cd351 cleaned makefile 2006-03-13 22:24:55 +00:00
Andreas Fabri a58ccb722a rename example 2006-03-09 13:24:01 +00:00
Andreas Fabri 3100677969 rename example 2006-03-09 13:22:09 +00:00
Andreas Fabri 5787ca5d5c rename example 2006-03-09 13:21:35 +00:00
Andreas Fabri d08ae64e3c rename example 2006-03-09 13:20:41 +00:00
Andreas Fabri be0c1ab7ca rename example 2006-03-09 13:18:31 +00:00
Andreas Fabri 3ef9d6cd15 rename example 2006-03-09 13:16:12 +00:00
Andreas Fabri d0118996c7 rename example 2006-03-09 13:16:01 +00:00
Andreas Fabri 7416de0b9f rename example 2006-03-09 13:15:15 +00:00
Andreas Fabri f0f0a50c67 rename example 2006-03-09 13:15:03 +00:00
Andreas Fabri 3e3f9a1548 #include <CGAL/basic.h> in the demo 2006-03-09 08:40:54 +00:00
Andreas Fabri 1522100a70 #include <CGAL/basic.h> 2006-03-08 13:12:43 +00:00
Andreas Fabri 9d7a7e428a Fixed bug in constructor of Point_container (nonexisting conversion from int to std::vector::iterator) 2006-03-08 10:02:43 +00:00
Sylvain Pion 0e130994a7 - Fix for universal brain damage: "the the" -> "the". 2006-03-06 17:38:43 +00:00
Marc Glisse 3d1ee0cf13 Missing std:: 2006-02-26 00:25:19 +00:00