Commit Graph

60 Commits

Author SHA1 Message Date
Andreas Fabri e022a80af5 Don't use deprecated functions internally 2008-11-02 20:34:48 +00:00
Pierre Alliez 7287c68d75 Nef_S2: remove attempt to remove OpenGL warnings 2008-10-14 11:02:44 +00:00
Peter Hachenberger 619ea45808 added some make_object calls, which were still missing 2008-09-10 17:39:05 +00:00
Sylvain Pion 6aba449434 Replace Nef's custom Object_handle by CGAL::Object.
There were some differences :
- CGAL::Object has no template constructor, so using make_object() was required.
- CGAL::Object had no comparison with NULL to check emptyness.  I added
  such comparison operators to CGAL::Object as *deprecated*.
2008-09-09 16:03:25 +00:00
Peter Hachenberger 300aa8751c remove warning about ambiguous brackets 2008-07-30 09:39:43 +00:00
Peter Hachenberger cda090b2ae removed inclusion problems 2008-07-26 20:26:48 +00:00
Peter Hachenberger 29bc1390df Optimization turned of when loop is present. Degenerate case
gave problems
2008-07-14 22:19:00 +00:00
Peter Hachenberger 7ad5c01f32 io support for Nef_S2 2008-07-14 18:58:13 +00:00
Peter Hachenberger 10433152f9 corrected <<operator 2008-07-14 18:57:14 +00:00
Peter Hachenberger 422e8279a3 additional traces 2008-06-27 11:19:56 +00:00
Peter Hachenberger 3402a57298 removed functions info(SHalfloop_handle) 2008-06-27 11:18:28 +00:00
Peter Hachenberger bfd8ea2eac added namespace 2008-06-27 11:17:26 +00:00
Peter Hachenberger acbb15c13f use number type conversion 2008-06-27 10:04:22 +00:00
Peter Hachenberger e0595a0490 bug fix 2008-06-16 11:09:21 +00:00
Peter Hachenberger 7c41599488 adjusted reading 2008-01-17 15:34:18 +00:00
Peter Hachenberger 0ec77d9780 additional parameter for optimization issues 2008-01-16 15:57:31 +00:00
Sylvain Pion fd0df56ebd Get rid of some eternally commented debug code at global scope ::MSDEBUG. 2008-01-12 21:00:11 +00:00
Andreas Meyer 0f941fbcf2 again CGAL_error -> CGAL_error_msg 2007-11-09 15:27:44 +00:00
Andreas Meyer c1d1609af1 replaced CGAL_assertion( false* and CGAL_assertion( 0*
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +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
Peter Hachenberger 99e9ad30d2 removed ancient bug in locate() 2007-09-21 20:33:49 +00:00
Peter Hachenberger d4eb5e3247 added new helper function split_at 2007-09-11 15:50:18 +00:00
Peter Hachenberger 1f8a68ea1b final adaptations to the new indexed_items 2007-08-01 11:58:52 +00:00
Peter Hachenberger 13dcfb940e using integral_division enables the use of MP_float 2007-08-01 11:48:25 +00:00
Fernando Cacciola 6189c4f670 Merged back from 3.3-branch 2007-06-06 16:11:12 +00:00
Peter Hachenberger 3b6c45efa6 removed warnings 2007-04-17 07:29:00 +00:00
Peter Hachenberger 38712a8584 removed some warnings 2007-04-16 16:56:26 +00:00
Peter Hachenberger 418950e953 explicit initialization of Base class 2007-04-16 16:38:25 +00:00
Peter Hachenberger c7b22268be bug fix for indexed items 2007-04-12 10:31:22 +00:00
Peter Hachenberger 395ca9146c fixed bugs in ray_shoot() 2007-04-12 10:30:33 +00:00
Andreas Fabri 279d5d408b remove unused parameter 2007-04-06 08:56:24 +00:00
Peter Hachenberger 4fec5dbc53 removed wrong assertions 2007-03-28 13:03:14 +00:00
Andreas Fabri 06a2a3fc0b Removed unused parameters 2007-03-26 07:45:54 +00:00
Joachim Reichel 876652347a change license to LGPL as the file is used during the build of libCGALQt 2007-03-20 20:33:56 +00:00
Andreas Fabri 37f581bd75 removed unused parameters 2007-03-19 09:13:00 +00:00
Andreas Fabri 7f4c5cc311 removed unused parameters 2007-03-19 09:05:53 +00:00
Andreas Fabri 188cf9590f Added pragma to suppress warning, plus cleanup 2007-03-15 16:40:37 +00:00
Sylvain Pion 5d8d4c8dec Constify check_sep(). 2007-03-10 12:49:21 +00:00
Sylvain Pion cb7784aa01 Replace the 7 partners by only MPI as copyright owner.
This probably came from a copy-paste of Qt_widget, which is INRIA only (post-GALIA).
2007-03-07 12:01:28 +00:00
Sylvain Pion 54bafcf4c4 Add missing CGAL:: qualifications required by g++ 4.3 2007-03-05 16:20:47 +00:00
Peter Hachenberger 1ec1a530f8 - hopefully gets rid of typedef Problems.
- removal of some warnings.
2007-03-02 14:30:25 +00:00
Peter Hachenberger a3923877cf now faster and nicer through effective filtering 2007-02-15 16:03:18 +00:00
Fernando Cacciola 70c736d388 Fixed pending VC8 STL iterator issue 2007-02-06 14:13:24 +00:00
Fernando Cacciola 4bd14fdc4f VC8 STL iterator fixes 2007-01-18 14:08:27 +00:00
Peter Hachenberger 8714bb6f2f changes in the fashion of Plane_3<R> to typename R::Plane_3
in order to guarantee equal types
2006-11-13 13:43:37 +00:00
Andreas Fabri f239012836 suppress VC++ warning 2006-09-14 08:03:44 +00:00
Andreas Meyer 68c3715b5c support for LEDA 5.x (mostly done by Eric Berberich) 2006-08-10 15:14:32 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Peter Hachenberger bf4bf75a6d fixed bug in test whether all svertices
and sedges lie on a common halfsphere.
2006-04-18 16:53:23 +00:00
Peter Hachenberger 9114d93fb2 added CGAL_ to some macros 2006-03-24 13:08:31 +00:00