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 |
|
Andreas Meyer
|
37b1f322a6
|
removed non-working example
|
2007-08-24 12:41:30 +00:00 |
|
Efi Fogel
|
4a8e1c3fae
|
Suppress compilation when boost-program-options is not available
|
2007-07-26 00:18:52 +00:00 |
|
Andreas Meyer
|
080cb474ea
|
example data and makefile update for polynomial reader
|
2007-06-12 16:59:19 +00:00 |
|
Andreas Meyer
|
5efce3feab
|
polynomial reader, now working
|
2007-06-12 16:54:34 +00:00 |
|
Andreas Meyer
|
bb4a527722
|
* more c++ look-and-feel for polynomial/sqrt_extension
* parser performs type-checking of numeric values
|
2007-04-05 15:15:00 +00:00 |
|
Andreas Meyer
|
daec7d9a37
|
sqrt extension for bff. currently only implemented in
example code
|
2007-04-04 17:56:31 +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 Meyer
|
9155d47df8
|
added example for benchmark/polynomial
|
2007-01-11 20:39:20 +00:00 |
|
Andreas Meyer
|
e946e84d22
|
added support for multivariate polynomials
|
2006-12-13 17:31:32 +00:00 |
|
Efi Fogel
|
14d73e0415
|
Removed parm_parsing
|
2006-10-15 14:43:41 +00:00 |
|
Efi Fogel
|
2386de6668
|
Fixed
|
2006-10-15 14:34:08 +00:00 |
|
Efi Fogel
|
7ff305c99d
|
fixed namespace
|
2006-10-15 14:32:37 +00:00 |
|
Efi Fogel
|
0627b993c8
|
CGALBenchmark lib support
|
2006-09-20 15:51:39 +00:00 |
|
Efi Fogel
|
64cad95fa6
|
renamed files
|
2006-09-20 10:52:41 +00:00 |
|
Efi Fogel
|
032f78825c
|
updated
|
2006-07-24 17:44:51 +00:00 |
|
Laurent Saboret
|
1f0a69733b
|
Fixed svn:keywords property
|
2006-06-23 13:56:01 +00:00 |
|
Efi Fogel
|
2b0992a06f
|
distinguish between linux and windows
|
2006-06-19 22:17:10 +00:00 |
|
Efi Fogel
|
3493f651d0
|
renamed .h .C to .hpp .cpp resp.
|
2006-06-16 19:12:48 +00:00 |
|
Efi Fogel
|
bf6522ebdc
|
1st revision
|
2006-06-10 18:33:08 +00:00 |
|
Efi Fogel
|
3a51b204fe
|
1st revision
|
2006-06-07 13:26:46 +00:00 |
|
Efi Fogel
|
45e8450426
|
move to right place
|
2006-06-07 13:26:10 +00:00 |
|
Efi Fogel
|
bfc42dedef
|
moved benchmark sources
|
2006-06-06 15:09:31 +00:00 |
|
Efi Fogel
|
ce42a63959
|
moved sources to src/Benchmark
|
2006-05-28 11:01:00 +00:00 |
|
Efi Fogel
|
76dcef2865
|
updated
|
2006-05-21 15:37:16 +00:00 |
|
Efi Fogel
|
c91bfb2437
|
updated
|
2006-05-21 15:36:51 +00:00 |
|
Efi Fogel
|
660d5a3620
|
removed
|
2006-05-21 15:26:59 +00:00 |
|
Efi Fogel
|
3493382c51
|
1st revision
|
2006-05-21 14:38:06 +00:00 |
|