Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Andreas Meyer
12f1ad31d4
added polynomial visitor (polymorphic result). not yet working
2007-04-11 15:53:15 +00:00
Andreas Meyer
7b1b7868b5
added documentation for "how to document benchmark instances"
2007-04-07 19:53:12 +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
f74a972148
fixed spelling of default polynom typename (int->Integer)
2007-04-05 11:00:15 +00:00
Andreas Meyer
d69ff54718
allow arbitrarily nested sqrt_extensions as typename for polynomials
...
(as well as integer and rational)
2007-04-05 10:27:36 +00:00
Andreas Meyer
daec7d9a37
sqrt extension for bff. currently only implemented in
...
example code
2007-04-04 17:56:31 +00:00
Efi Fogel
45cc0df847
1st revision
2007-04-03 05:01:07 +00:00
Andreas Meyer
41169fc270
* updated howtocite bibkeys for upcoming 3.3 release
...
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Andreas Meyer
51146c20b5
"typo" : degree -> variate
2007-03-29 13:36:52 +00:00
Andreas Meyer
e4987843ed
typo
2007-03-27 13:42:21 +00:00
Andreas Meyer
1b89f42611
doku for benchmarkformat/polynomial
2007-03-26 22:02:29 +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
Laurent Rineau
31f8376377
- Rework on src/CGAL/common.mk:
...
- new targets for libCGAL.a, libCGAL.so, libCGAL.so.*
- fix rules when SOVERSION is empty (use GNU/make idioms)
- Additional vpath in src/CGALQt/makefile, so that one can build it directly
from a checkout of the trunk.
- fix the build of libCGALBenchmark.
- fix the bison special stuff, so that we no longer rely on the expr and
the $(shell) function of GNU/make.
2007-02-22 19:58:08 +00:00
Efi Fogel
1b533e66fd
cleanup generic rules
2007-02-11 17:16:25 +00:00
Laurent Rineau
4c484412e4
(Followup to revision 36164.)
...
"Everybody was dreaming of this commit log:
- factorization of makefiles for libCGAL, libCGALimageIO, libCore, and
libBenchmark.
- SONAMEs for everybody."
Add:
- fix platforms without SONAME,
- unify Benchmark/src/Benchmark/makefile with other makefiles.
2007-02-09 23:33:22 +00:00
Laurent Rineau
6c6cbdcb1c
The commit that will break everthing:
...
- New library: libCGALimageIO
- make shared libraries for CORE, and Benchmark.
2007-02-02 16:10:06 +00:00
Andreas Meyer
9155d47df8
added example for benchmark/polynomial
2007-01-11 20:39:20 +00:00
Marc Glisse
eabb08a253
Replace very non-standard use of $() by `` in shell command.
2006-12-29 14:16:41 +00:00
Laurent Saboret
9d0d302a87
Fixed svn properties of whole trunk
2006-12-18 09:37:55 +00:00
Andreas Meyer
b54e132e25
added typename parameter for polynomials
2006-12-15 12:10:23 +00:00
Andreas Meyer
e946e84d22
added support for multivariate polynomials
2006-12-13 17:31:32 +00:00
Andreas Meyer
9b1acd8b1c
typo
2006-12-11 23:26:49 +00:00
Efi Fogel
365074f821
changed LEX to FLEX
2006-12-02 18:12:51 +00:00
Efi Fogel
878d861b83
updated
2006-11-07 21:57:06 +00:00
Efi Fogel
60b07b184c
updated
2006-11-07 21:56:25 +00:00
Efi Fogel
6e2417c408
updated
2006-11-07 21:01:01 +00:00
Efi Fogel
26a5490faf
1st revision
2006-11-07 20:56:21 +00:00
Efi Fogel
5384c0f480
enhanced
2006-11-07 00:25:01 +00:00
Efi Fogel
b86e52c05f
Another attempt to workaround old version of bison
2006-11-05 17:44:18 +00:00
Efi Fogel
8e66291109
Indicated the name of the definition header file specifically to pacify some bison version
2006-11-05 10:20:22 +00:00
Efi Fogel
be1d6039b6
ops
2006-11-05 00:56:24 +00:00
Efi Fogel
2e5c1f7750
Added -I. option to pacify i386_Darwin
2006-11-05 00:42:29 +00:00
Efi Fogel
866cbd3369
updated
2006-11-05 00:10:50 +00:00
Efi Fogel
10723e82c0
updated
2006-11-05 00:09:23 +00:00
Efi Fogel
9e243d7e1f
1st revision
2006-11-05 00:07:52 +00:00
Efi Fogel
bd0282ad2d
updated
2006-11-05 00:06:53 +00:00
Efi Fogel
368e11fa74
removed
2006-11-04 22:44:11 +00:00
Efi Fogel
81fc8e40b9
fix some syntax errors
2006-11-04 15:24:39 +00:00
Efi Fogel
d1a7138fe0
1st revision
2006-11-03 18:01:20 +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
618d9debae
Added parser and lexer sources
2006-10-12 17:36:53 +00:00
Efi Fogel
0627b993c8
CGALBenchmark lib support
2006-09-20 15:51:39 +00:00
Efi Fogel
b70e4b0eda
renamed files
2006-09-20 10:57:29 +00:00
Efi Fogel
013ec6b550
renamed files
2006-09-20 10:52:46 +00:00
Efi Fogel
64cad95fa6
renamed files
2006-09-20 10:52:41 +00:00
Efi Fogel
4a525c881d
renamed files
2006-09-20 10:52:22 +00:00