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 |
|