Commit Graph

35 Commits

Author SHA1 Message Date
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Meyer 3cccbbd24c replaced other leftover Inscribed_areas_2_ref by Inscribed_areas_ref 2007-05-04 10:50:13 +00:00
Andreas Fabri d21560f9c0 bg color, initial input, fixed all rule 2007-05-02 07:29:24 +00:00
Andreas Fabri f4d3f41786 .C ->.cpp and autolinking 2007-04-11 20:17:58 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +00:00
Andreas Fabri edf81f14be fixed path 2007-04-11 07:16:19 +00:00
Andreas Fabri d66bef2b31 Addd illustration for chapter Inscribed Areas 2007-04-05 07:45:03 +00:00
Andreas Fabri 10070296b7 renamed 2007-04-02 09:05:28 +00:00
Andreas Fabri 41f83e0dac renamed 2007-04-02 09:04:37 +00:00
Andreas Fabri 5eb1115459 renamed 2007-04-02 09:04:07 +00:00
Andreas Fabri 108937d81d renamed 2007-04-02 09:01:54 +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 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 fe25739fa0 remove warnings 2007-03-04 13:30:32 +00:00
Andreas Fabri 4fdd0cf34a renamed example.cpp 2007-02-26 18:57:43 +00:00
Andreas Fabri b1f1ed286c .C -> .cpp 2007-02-16 16:24:52 +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 Fabri bdabf14dcf fixes for min/max problem 2006-08-28 14:20:34 +00:00
Efi Fogel da57105a72 updated 2006-08-03 16:15:35 +00:00
Andreas Fabri ceaedfbebc fix min/max problem 2006-08-03 03:36:44 +00:00
Andreas Fabri aad2ea1d20 changed .C to .cpp in examples 2006-07-09 19:23:34 +00:00
Andreas Fabri 12d750d948 upgrade to VC7.3 and fixes 2006-04-25 19:35:11 +00:00
Andreas Fabri 1073221578 upgrade to VC7.3 and fixes 2006-04-25 19:34:18 +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
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 df4a2c7750 #include <CGAL/basic.h> in the demo 2006-03-09 08:29:33 +00:00
Andreas Fabri 73240a6d2a #include <CGAL/basic.h> in the demo 2006-03-08 13:46:36 +00:00
Sylvain Pion 6332da9c50 - Remove Radu from maintainer files, and other updates. 2006-03-07 13:56:03 +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 d8ae7c5864 Move packages to trunk root 2006-02-14 08:58:16 +00:00