Andreas Fabri
85462651e4
Replace derivation of a kernel by a typedef, as otherwise we do not profit from static filters in the EPIC kernels
2010-05-14 08:58:30 +00:00
Andreas Fabri
224606fadd
Remove ';' after free function
2010-05-14 08:42:39 +00:00
Andreas Fabri
29fc8af5f7
Classes deriving from Fixed_border_parameterizer need that the 'using' statement is protected (only g++ 3.4.6 and 4.4 in the 3.7-Ic-60 testsuite)
2010-05-14 06:31:36 +00:00
Amir Vaxman
0150c09fec
Subdivision for Oracle Surfaces GSoC Project - Amir Vaxman
2010-05-13 20:16:14 +00:00
Manuel Caroli
258d98bfaf
establish strict-ansi compliance
2010-05-13 15:33:16 +00:00
Andreas Fabri
a40ea9d137
Add using statements for ansi-compliance
2010-05-13 15:19:34 +00:00
Luis Peñaranda
354ab4298c
made all kernel functors const
2010-05-13 14:59:30 +00:00
Andreas Fabri
0b43e51f5b
Add using statements for ansi-compliance
2010-05-13 14:29:40 +00:00
Andreas Fabri
4fb73c36ea
Add using statements for ansi-compliance
2010-05-13 14:18:16 +00:00
Andreas Fabri
9c6ac44025
Add using statements for ansi-compliance
2010-05-13 13:54:18 +00:00
Andreas Fabri
e4c680cba4
Add using and this for ansi-compliance
2010-05-13 13:47:44 +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
a59f9dcdc2
fixed base class for 'using' statement
2010-05-13 08:40:38 +00:00
Sébastien Loriot
e3c0dd54fb
change private to protected (needed by 'using locate' in Alpha_shape_3 class)
2010-05-13 06:39:52 +00:00
Luis Peñaranda
430bb28a72
reimplemented BoundBetween_1 by using Gmpfr instead of mpfr_t, avoiding a
...
small memory leak
2010-05-12 14:21:14 +00:00
Andreas Fabri
cac05ca398
fix typo
2010-05-12 12:58:06 +00:00
Menelaos Karavelas
b4fcf0472d
removed experimental part of the code from the trunk
2010-05-12 11:13:45 +00:00
Menelaos Karavelas
17463fae28
removed experimental code from branch
2010-05-12 10:46:05 +00:00
Andreas Fabri
ddd4007b83
remove unused function
2010-05-11 17:33:28 +00:00
Andreas Fabri
7b01a5f673
bug fix (only reported by Intel)
2010-05-11 13:48:29 +00:00
Andreas Fabri
135b2e522e
Remove undefined code in unused function (detected by Intel)
2010-05-11 13:26:08 +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
84de3346d9
Remove '&'
2010-05-11 13:00:36 +00:00
Andreas Fabri
46d7de54b1
Add 'using' for ansi compliance
2010-05-11 12:55:56 +00:00
Sébastien Loriot
961b9d8557
add empty() method to kdtree
...
handle case when kdtree is empty for all 4 nearest neighbor search method
correct sort method of bounded_priority_queue (was sorting the complete vector even if not full)
==> fix the crash when k > nb input points
Modify test suite to handle these particular cases
2010-05-11 12:52:53 +00:00
Andreas Fabri
ab745f1a39
function is not const
2010-05-11 12:32:53 +00:00
Andreas Fabri
6f7944174d
Add 'using' for ansi compliance
2010-05-11 12:05:22 +00:00
Michael Hemmer
1ab0e40c06
fix corner case in round, where the float is representing
...
a power of 2 in the mantissa
2010-05-11 11:41:12 +00:00
Laurent Rineau
7d57644b59
Add two new test files.
2010-05-11 10:08:08 +00:00
Michael Hemmer
8ab715005c
rm useless def of CGAL::in for Interval_nt in test file
2010-05-11 10:05:19 +00:00
Andreas Fabri
1cd0d69d80
Add 'using' for ansi compliance
2010-05-11 09:49:14 +00:00
Andreas Fabri
c3f6b36e9c
Add 'using' for ansi compliance and fix a bug (discovered with Intel)
2010-05-11 09:38:53 +00:00
Andreas Fabri
de80f0e8e5
Add a pen
2010-05-11 09:11:59 +00:00
Andreas Fabri
f130489709
overload function for const-correctness (discovered by Intel compiler)
2010-05-11 09:07:56 +00:00
Andreas Fabri
2db81b6688
Add 'using' statement for ansi compliance
2010-05-11 08:44:43 +00:00
Andreas Fabri
7ccb9a5a02
bug fix of an unused function (neverthelesse spotted by the Intel compiler)
2010-05-11 08:41:04 +00:00
Andreas Fabri
5778f48061
Add 'using' statements for ansi compliance
2010-05-11 08:34:30 +00:00
Andreas Fabri
b87a57bbf0
Add 'using' for ansi-compliance
2010-05-11 07:16:33 +00:00
Andreas Fabri
a17043ab9a
Add this and using for ansi compliance
2010-05-11 07:12:41 +00:00
Andreas Fabri
beaff6d265
Add 'using' statement for ansi-compliance
2010-05-11 07:08:10 +00:00
Andreas Fabri
e0ac10d2ed
Add 'using' statements for ansi compliance
2010-05-11 07:05:42 +00:00
Andreas Fabri
fd8aa4ff57
Add using for ansi compliance
2010-05-11 07:02:21 +00:00
Nico Kruithof
33e9b04848
Removed an unused and non-ansi-compliant constructor
2010-05-11 06:06:51 +00:00
Manuel Caroli
2154129b9c
use NT_converter to test whether the given domain is a cube (precondition)
2010-05-10 21:42:48 +00:00
Andreas Fabri
13f152b974
Remove unused and unconstructible default constructor
2010-05-10 10:16:44 +00:00
Andreas Fabri
783036c7f8
Remove an unused function
2010-05-10 10:00:59 +00:00
Sébastien Loriot
47a76e1cca
correct leda include filename
2010-05-10 09:04:07 +00:00
Andreas Fabri
babe3c6000
Add 'using' statements for ansi-compliance
2010-05-10 08:53:05 +00:00
Laurent Rineau
7aedbdf5eb
Missing using Tr_base:: (for strict ansi compliance)
2010-05-10 08:43:22 +00:00