Sylvain Pion
055009cc58
Remove the need for mentionning todo files and doxygen files.
2007-11-03 21:15:36 +00:00
Efi Fogel
bf2e4b9744
1st revision
2007-11-03 11:30:02 +00:00
Efi Fogel
9031413dc1
Added link options to link the shared library with the boost_program_option lib. for Darwin and the like compilers
2007-10-20 21:51:52 +00:00
Efi Fogel
d2884d81a2
executable bit
2007-09-05 14:43:44 +00:00
Andreas Meyer
37b1f322a6
removed non-working example
2007-08-24 12:41:30 +00:00
Efi Fogel
d40f597607
1st revision
2007-08-22 13:35:59 +00:00
Efi Fogel
d3b12f73e1
updates
2007-08-22 13:01:04 +00:00
Efi Fogel
b458326d39
Added a CircleArc_2 option
2007-08-06 08:58:49 +00:00
Efi Fogel
26ecb7c032
enhanced
2007-08-05 15:45:29 +00:00
Efi Fogel
274777e30b
enhanced
2007-08-05 15:44:54 +00:00
Efi Fogel
01e075b014
Added support for Polyline_2 and IsoSurface_2
2007-08-05 07:22:45 +00:00
Efi Fogel
977af9e199
Added 1. polylines, and 2. circles from 3 points
2007-08-04 17:48:27 +00:00
Efi Fogel
ae7781ebf5
defined the lexer to be non-interactive, as it seems to solve the problem with fileno and isatty()
2007-07-29 19:14:25 +00:00
Efi Fogel
4a8e1c3fae
Suppress compilation when boost-program-options is not available
2007-07-26 00:18:52 +00:00
Efi Fogel
ef9c212186
included limits.h
2007-07-25 23:40:13 +00:00
Efi Fogel
c022cd5389
Removed Polynomial_visitor for now
2007-07-23 15:30:58 +00:00
Efi Fogel
d9d1fd19f6
added back polynomial
2007-07-23 14:36:55 +00:00
Efi Fogel
c326661a2b
removed polynomial for now
2007-07-23 14:21:32 +00:00
Efi Fogel
61499639b5
removed
2007-07-23 12:23:14 +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
3d216d4abc
replace Bounded_volume -> Bounding_volume, step (1)
2007-06-05 12:29:54 +00:00
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