Commit Graph

119 Commits

Author SHA1 Message Date
Sylvain Pion 0f244d2ccb Use object_cast instead of assign 2008-07-29 11:48:27 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
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
Sylvain Pion 50ed4bb632 Use <cstdlib> and <cstdio> consistently instead of <stdio.h> and <stdlib.h>. 2008-01-18 20:33:57 +00:00
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Efi Fogel 3dd3f66043 fixed license 2007-11-14 22:25:45 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
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