Laurent Rineau
25e64c652b
convert svnmerge to svn::mergeinfo
2010-03-12 15:19:11 +00:00
Michael Hemmer
7515cd7436
minor fix
2010-03-11 14:02:48 +00:00
Michael Hemmer
87967d2416
missing include
2010-03-11 13:58:04 +00:00
Michael Hemmer
679477b283
minor fix
2010-03-11 13:53:24 +00:00
Michael Hemmer
bd1840fe6d
rm ambig
2010-03-11 13:46:27 +00:00
Laurent Rineau
223b043a33
Blocked revisions 54417 via svnmerge
...
........
r54417 | penarand | 2010-03-03 09:31:52 +0100 (Wed, 03 Mar 2010) | 5 lines
(not intended to be propagated to the trunk) changed conversion Gmpfr->Gmpq
to use the function Gmpfr::to_double(), because the 3.6 branch does not
have the constructor Gmpfr(Gmpq)
........
2010-03-11 12:59:58 +00:00
Laurent Rineau
c81f71263f
commit a copy of Mail::Sender
2010-03-11 11:26:27 +00:00
Laurent Rineau
e7a3024967
Fix to @INC, after GForge upgrade.
...
/home/groups/cgal/hooks/ contains an installation of Mail/Sender.pm
2010-03-11 11:25:05 +00:00
Laurent Rineau
8e506934c8
Change in ViewCVS/ViewVC options.
2010-03-11 11:11:17 +00:00
Laurent Rineau
dd838003d2
New GForge version uses ViewVC instead of ViewCVS (and its URL has
...
changed).
2010-03-11 11:03:13 +00:00
Michael Hemmer
ee1f1cb056
minor fix
2010-03-11 09:58:23 +00:00
Laurent Rineau
11d3a0655a
Create CMakeLists.txt if it does not exist.
2010-03-11 09:43:46 +00:00
Laurent Rineau
1c9dd58b76
Fix the testsuite of Constraint_hierarchy_2.
2010-03-11 09:41:11 +00:00
Laurent Rineau
c2d00a4274
The perturbation must not be used in is_valid().
2010-03-11 09:40:53 +00:00
Laurent Rineau
2cec212fa0
Add tests of is_valid() in test_meshing.cpp (previously Mesh_2 was creating
...
invalid triangulations! See revision 54660.)
.
2010-03-10 18:09:33 +00:00
Laurent Rineau
73c9d4fb3d
Determinize Mesh_2 (comparison of Face_handles in Double_map).
2010-03-10 18:05:57 +00:00
Laurent Rineau
ee6850eb2a
Determinize Constraint_hierarchy_2.
2010-03-10 18:05:13 +00:00
Laurent Rineau
50eaf2c988
Add tests cdt.is_valid().
2010-03-10 16:51:09 +00:00
Laurent Rineau
1c84cc189b
Fix a bug of Mesh_2 that exists for years (since r23141, 2004-10-19)!
2010-03-10 16:46:10 +00:00
Laurent Rineau
c0524c9d24
Fix to Constrained_Delaunay_triangulation_2, after the following revision:
...
| ------------------------------------------------------------------------
| r54312 | afabri | 2010-02-25 16:29:19 +0100 (Thu, 25 Feb 2010) | 1 line
|
| Use a symbolic perturbation so that in the grid case all diagonals have the same orientation
| ------------------------------------------------------------------------
2010-03-10 16:34:43 +00:00
Laurent Rineau
8d4026a7b9
remove old makefile
2010-03-10 15:20:53 +00:00
Pavel Emeliyanenko
d02168c3b5
sorry wrong dir))
2010-03-10 12:51:45 +00:00
Pavel Emeliyanenko
1131202882
xalci
2010-03-10 12:30:19 +00:00
Michael Kerber
7c5ba807ae
Some references added
2010-03-09 16:50:33 +00:00
Luis Peñaranda
2a8b15b4fa
added 'static' keyword to Gmpfi default precision variables
2010-03-09 16:42:20 +00:00
Luis Peñaranda
1064605742
added missing 'inline' keyword to Gmpfi::init_precision_for_thread()
2010-03-09 15:56:53 +00:00
Laurent Rineau
274143fa4d
- Fix the Mesh_2 test suite: previously it was no longer testing anything!
...
- Fix the handling of the cdt with the triangulation plus_2.
- Add tests with CDT_plus_2.
2010-03-09 15:25:12 +00:00
Luis Peñaranda
3775b22b2f
corrected bug in constructor Gmpfr(mpfr_srcptr), only used internally by
...
Gmpfr and Gmpfi
2010-03-09 13:45:13 +00:00
Andreas Fabri
6c4d2de17a
A test that the constraint hierarchy gets updated when a Constrained_triangulation_plus_2 is conformed
2010-03-09 13:07:27 +00:00
Michael Hemmer
3d8d9e6e96
added bug report related to problems in Gmpfr::to_integer_exp
2010-03-09 10:08:13 +00:00
Menelaos Karavelas
91ac62a576
commented CGAL_PROFILE
2010-03-08 20:25:33 +00:00
Menelaos Karavelas
2c5e23bfca
added some macros for controlling the behavior of bechmarking;
...
added option to use Gmpq if leda::real is not present
2010-03-08 20:12:37 +00:00
Menelaos Karavelas
0d94090199
renamed Incircle_operator_sqrt_field_C2.h to Voronoi_vertex_sqrt_field_new_C2.h;
...
removed file Incircle_sqrt_field_C2.h: the code in there is superseeded by the
code in Voronoi_vertex_sqrt_field_new_C2.h;
the code used now by default for computing the incircle test is that in the file
Voronoi_vertex_sqrt_field_new_C2.h; the old code can be activated by defining
the macro CGAL_SDG_USE_OLD_INCIRCLE; also by defining the macro
CGAL_SDG_CHECK_INCIRCLE_CONSISTENCY the incircle test is evaluated by both codes
and if they are different an error is shown in std::cerr
2010-03-08 19:59:01 +00:00
Menelaos Karavelas
2fecbfe72e
lots of changes to increase the performance. this will be the new vertex conflict code
2010-03-08 19:26:34 +00:00
Menelaos Karavelas
d672394d1a
within a macro block called CGAL_SDG_CHECK_INCIRCLE_CONSISTENCY,
...
we check if the results of the old and new incircle tests are the same
2010-03-08 19:24:42 +00:00
Menelaos Karavelas
d781e8698a
removed static stuff; some stylistic changes
2010-03-08 19:23:09 +00:00
Eric Berberich
f5a3cd5bc9
removed some debug output on std::cout
2010-03-07 19:28:27 +00:00
Eric Berberich
7f569a410f
correct include
2010-03-06 14:04:41 +00:00
Michael Hemmer
e31b40850f
counterpart is one word
2010-03-06 12:28:58 +00:00
Michael Hemmer
22906c91a3
added PHD Arno Eigentwillig
...
added Root refinement by Abbott
2010-03-06 12:26:06 +00:00
Michael Hemmer
4d94bfee47
added PHD Arno Eigenwillig
...
added Quadratic Interval Refinement for Real Roots by Abbott
2010-03-06 11:26:27 +00:00
Michael Hemmer
6206f2ac6c
added missing Precond
2010-03-06 09:04:20 +00:00
Fernando Cacciola
a6395f99a8
Refactor double approximations on bezier handling
2010-03-05 20:47:52 +00:00
Pierre Alliez
8cf3b85894
demo AABB tree: adjust menu for cut plane
2010-03-05 16:01:34 +00:00
Eric Berberich
02a4b51f51
support for mpfi and rs
2010-03-05 10:20:07 +00:00
Michael Hemmer
6b13dd3047
fix missing symmetry in Compare
2010-03-05 09:50:48 +00:00
Menelaos Karavelas
d938466a5b
added code that dumps to a file quadruples of sites for which the
...
incircle test is called; the code is surrounded by the macro
CGAL_PROFILE_SDG_DUMP_INCIRCLE
2010-03-05 09:25:41 +00:00
Eric Berberich
2a4fbf72b9
added missing include
2010-03-04 23:58:04 +00:00
Menelaos Karavelas
7f78f9946e
now using the algebraic structure traits; this is the first step towards
...
automatizing the method the traits are evaluated
2010-03-04 19:00:46 +00:00
Menelaos Karavelas
c80efd7f05
two more ways for computing the incircle test for segments
2010-03-04 18:59:20 +00:00