Laurent Rineau
e14ec20c4b
Move the declaration/definition of convert before its uses.
2010-09-22 16:29:52 +00:00
Laurent Rineau
6963eef49c
Move the declaration/definition of convert before its uses.
2010-09-22 16:26:33 +00:00
Andreas Fabri
3de348a9d0
Add missing #include
2010-09-08 06:04:07 +00:00
Andreas Fabri
525b76b928
Replace Random with boost
2010-09-07 12:59:47 +00:00
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