Commit Graph

228 Commits

Author SHA1 Message Date
Andreas Fabri f30471cb1f Add typedef for SFace_const_handle 2010-08-29 16:30:21 +00:00
Andreas Fabri 42d3fa3562 const handles instead of handles 2010-08-23 13:30:21 +00:00
Andreas Fabri 9456c0815d Added using statements and declared locate const 2010-08-23 12:34:24 +00:00
Laurent Rineau 35a3c17f1e Fix warnings: braces around empty body, and unused parameters. 2010-06-29 12:38:52 +00:00
Andreas Fabri a83c6a6d00 int -> size_t 2010-06-28 08:28:04 +00:00
Andreas Fabri 9c90032656 int -> size_t 2010-06-25 08:27:45 +00:00
Andreas Fabri b2ae121d76 int -> size_t 2010-06-23 15:07:14 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Andreas Fabri 9c6ac44025 Add using statements for ansi-compliance 2010-05-13 13:54:18 +00:00
Sébastien Loriot 0efc95342c revert part of commit r56130 that was responsible
for red test-suite of Nef3, Convex_decomposition_3, Polyhedron_demo and Nef_3*
2010-05-13 11:00:32 +00:00
Andreas Fabri 17bdd579db Add 'using' for ansi compliance 2010-05-11 13:09:12 +00:00
Andreas Fabri a9685365e4 Add 'using' for ansi compliance 2010-05-11 13:04:53 +00:00
Andreas Fabri 46d7de54b1 Add 'using' for ansi compliance 2010-05-11 12:55:56 +00:00
Andreas Fabri ab745f1a39 function is not const 2010-05-11 12:32:53 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Laurent Rineau 83912b2952 Massive fix of svn:keywords properties, and $URL$ keyword. 2009-10-20 08:59:26 +00:00
Sylvain Pion 1ac605c947 Replace Nef_S2's CGAL::Tuple by cpp0x::array. 2009-05-01 12:07:15 +00:00
Peter Hachenberger 4ec5cc575c small bug fix - used wrong variable 2008-12-10 23:05:46 +00:00
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
Peter Hachenberger 01c0239e40 assoc_info was sometimes called for each sface
twice. I have put this functionality in a
separte function to have better control.
2006-03-21 15:44:06 +00:00
Peter Hachenberger 7633956921 inserted missing allocation of info variable 2006-03-21 14:17:47 +00:00
Marc Glisse 9240d225b1 Replace:
typedef B<T> B;
by:
typedef A::B<T> B;
to make sunpro happy.
2006-03-11 18:34:06 +00:00
Marc Glisse 13380ebe5e Add some missing std:: and #include <c*> 2006-02-22 15:22:27 +00:00
Peter Hachenberger 46c91fff24 specialization for leda_rational was buggy 2006-02-17 16:40:20 +00:00
Peter Hachenberger 80d5c57bbc corrected bug in leda_rational specialization/overload 2006-02-16 18:12:49 +00:00
Peter Hachenberger b5147e0888 QPL => LGPL 2006-02-16 15:52:45 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 622d8838c4 Move packages to trunk root 2006-02-14 08:58:17 +00:00