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
|
279eb55b13
|
Some cmake scripts for demos and examples fixed
|
2008-02-07 14:58:33 +00:00 |
Fernando Cacciola
|
afddfc4fca
|
CMake scripts for demos/examples/test added
|
2008-02-06 19:06:24 +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 |
Andreas Fabri
|
54e34f03e0
|
remove example_ prefix
|
2007-02-16 16:50:34 +00:00 |
Andreas Fabri
|
3766335e45
|
remove example_ prefix
|
2007-02-16 16:49:30 +00:00 |
Andreas Fabri
|
6cc78035d8
|
remove example_ prefix
|
2007-02-16 16:49:11 +00:00 |
Monique Teillaud
|
c177dd211d
|
cleaning
|
2007-01-17 09:32:45 +00:00 |
Andreas Fabri
|
1676543f38
|
Renamed Arc to Arc_2 to avoid name clash when including windows.h
|
2006-11-11 17:15:12 +00:00 |
Andreas Fabri
|
1fe78f2663
|
Renamed Arc to Arc_2 to avoid name clash when including windows.h
|
2006-11-11 17:14:16 +00:00 |
Andreas Fabri
|
105eef3d09
|
Renamed Arc to Arc_2 to avoid name clash when including windows.h
|
2006-11-11 17:13:22 +00:00 |
Andreas Fabri
|
3f08b1c88b
|
Renamed Arc to Arc_2 to avoid name clash when including windows.h
|
2006-11-11 17:11:32 +00:00 |
Monique Teillaud
|
2a5fdfb0f1
|
typo fixed (space in the middle of a variable name)
strange error, how did it appear...??? was not there before
|
2006-11-01 07:17:33 +00:00 |
Andreas Fabri
|
ee47b68cd7
|
Arc -> Arc_2
|
2006-10-19 08:53:23 +00:00 |
Pedro Machado Manhaes de Castro
|
89f13e4c57
|
Algebraic_kernel_for_circles (instead of Algebraic_kernel)
|
2006-08-25 09:32:53 +00:00 |
Pedro Machado Manhaes de Castro
|
294db65a3f
|
Curved_kernel -> Circular_kernel_2 [adapt]
|
2006-08-24 15:47:15 +00:00 |
Pedro Machado Manhaes de Castro
|
091c867784
|
Curved_kernel -> Circular_kernel_2 [adapt]
|
2006-08-24 15:45:06 +00:00 |
Pedro Machado Manhaes de Castro
|
974e0850bc
|
Curved_kernel -> Circular_arc_2 [adapt]
|
2006-08-24 15:22:04 +00:00 |
Pedro Machado Manhaes de Castro
|
f94fcaaef2
|
Curved_kernel -> Circular_arc_2 [adapt]
|
2006-08-24 15:21:56 +00:00 |
Pedro Machado Manhaes de Castro
|
0130b19c68
|
Changing the name from Curved_kernel to Circular_kernel_2
|
2006-08-24 12:29:06 +00:00 |