Sébastien Loriot
a914a44d99
fix order of inclusion of leda number headers
2014-06-27 13:15:47 +02:00
Laurent Rineau
b275b7e6eb
Quote library names
...
Otherwise Doxygen matches with the CGAL and CORE namespaces.
2014-06-27 12:57:56 +02:00
Andreas Fabri
3252e8557f
add missing typename
2014-06-27 12:50:24 +02:00
Andreas Fabri
f7dd91c556
png -> svg
2014-06-27 12:49:51 +02:00
Laurent Rineau
cc43313498
Implementation of CGAL::Exact_rational/integer
...
See the small feature:
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Exact_rational
2014-06-27 12:47:45 +02:00
Marc Glisse
1a9661e8c5
Merge remote-tracking branch 'origin/Kernel_d-rewrite-glisse'
...
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Epick_d
Tested in CGAL-4.5-Ic-76 and CGAL-4.5-Ic-78.
Approved by the release manager
2014-06-27 12:32:43 +02:00
Andreas Fabri
25ae87571b
fix openmesh testsuite
2014-06-26 23:25:18 +02:00
Andreas Fabri
11b078a969
png -> svg
2014-06-26 23:25:17 +02:00
Laurent Rineau
ac9ea3ee05
compilation error, use CGAL::to_double
2014-06-26 19:12:57 +02:00
Laurent Rineau
d831fa0db3
Fix a warning
2014-06-26 19:12:45 +02:00
Laurent Rineau
ab9af1fda9
Nasty trick to make sure <gmp.h> is not used with CGAL_DISABLE_GMP
2014-06-26 19:12:30 +02:00
Laurent Rineau
e4b033e964
Add/remove #include
...
- I remove <CGAL/basic.h> when I see it, in favor of <CGAL/config.h>.
- <CGAL/ipower.h> is needed for CGAL::ipower
- <ctime> is needed for std::time
2014-06-26 19:10:06 +02:00
Marc Glisse
afb1012903
Document that gcc-4.2 fails to compile Epick_d.
2014-06-26 18:40:49 +02:00
Laurent Rineau
7e4607f77b
Minor modifications
...
- less verbose
- support libraries in a subdirectory lib/ of the LEDA directory.
2014-06-26 16:57:54 +02:00
Laurent Rineau
2eef30914a
Support libnumber.so
2014-06-26 16:57:36 +02:00
Laurent Rineau
460bbdfc8b
Hide those variables from the CMake GUI
2014-06-26 16:57:12 +02:00
Laurent Rineau
762b8640ea
Use Eigen3 from /usr/include
...
That will be the newest version 3.2.1, instead of 3.1.x.
2014-06-26 16:12:56 +02:00
Laurent Rineau
e0a1fb4d8e
Modified autocgalrc files
2014-06-26 12:28:11 +02:00
Laurent Rineau
0966d6f89a
Remove an used file
2014-06-26 11:46:38 +02:00
Andreas Fabri
0993061684
Add static_cast<int>(std::size_t) in the Eigen wrapper
...
Suppress warnings inside Eigen SparseLU
2014-06-26 10:25:30 +02:00
Clement Jamin
7c03ce06b2
Changes in the benchmark script
2014-06-26 09:45:53 +02:00
Clement Jamin
a6f7ae720d
Merge branch 'Mesh_3-parallel-cjamin' of ssh://scm.cgal.org/var/git/cgal into Mesh_3-parallel-cjamin
2014-06-26 09:44:46 +02:00
Sébastien Loriot
96147fc7ab
revert part of
...
commit 9ed4c96109
Author: Sébastien Loriot <sebastien.loriot@cgal.org>
Date: Thu Sep 12 18:08:54 2013 +0200
do not use a CGAL function since the point might not come from CGAL
2014-06-26 09:37:39 +02:00
Sébastien Loriot
0b8d0a3bb7
update eigen version on picasso
2014-06-26 08:28:33 +02:00
Sébastien Loriot
7152b9e7a7
setup Eigen 3.2.1 on cgal.gf.com
2014-06-26 08:17:17 +02:00
Sébastien Loriot
b01091dbac
fix typos
2014-06-25 21:14:24 +02:00
Clement Jamin
b84224d9ec
Only add far vertices if the C3T3 is empty
2014-06-25 20:07:09 +02:00
Laurent Rineau
e77004089d
Display a note if TBB is not availlable
2014-06-25 19:37:29 +02:00
Andreas Fabri
cbd8af7690
go back to the classical testsuite
2014-06-25 18:11:14 +02:00
Sébastien Loriot
aeb094e4cc
more Taucs removal
2014-06-25 15:58:37 +02:00
Laurent Rineau
61f0501ebb
Do not use an OPTION in the testsuite
2014-06-25 15:24:38 +02:00
Sébastien Loriot
a374556e48
typo
2014-06-25 15:13:38 +02:00
Sébastien Loriot
5915daa572
drop Taucs from the demo and update error messages for the testsuite
2014-06-25 14:52:04 +02:00
Sébastien Loriot
89603a7c55
format error message for the testsuite
2014-06-25 14:36:56 +02:00
Laurent Rineau
35165e222d
Test test_meshing_polyhedron with TBB
...
One wants to compile and test the TBB and the non-TBB version of Mesh_3
in a single test.
2014-06-25 14:32:11 +02:00
Sébastien Loriot
1260511bc2
drop the support of SuperLU
2014-06-25 13:33:13 +02:00
Sébastien Loriot
16ea46cf92
remove an old bug report
2014-06-25 13:26:12 +02:00
Sébastien Loriot
7d9e96888d
update release version
2014-06-25 13:20:21 +02:00
Sébastien Loriot
e3175f4f33
add a demo to run the examples from the survey [Botsch08]
2014-06-25 13:09:03 +02:00
Clement Jamin
7736059ad1
Merge branch 'Mesh_3-parallel-cjamin' of ssh://scm.cgal.org/var/git/cgal into Mesh_3-parallel-cjamin
2014-06-25 12:57:52 +02:00
Clement Jamin
9eb766b039
CONCURRENT_MESH_3 => CGAL_CONCURRENT_MESH_3
2014-06-25 12:53:15 +02:00
Sébastien Loriot
0d5ea57d08
add entry points to use the SR Arap by Zohar et al. 2013
2014-06-25 12:51:57 +02:00
Laurent Rineau
85ec853a42
Restore the correct code
2014-06-25 12:39:37 +02:00
Andreas Fabri
b18acb6097
fix example
2014-06-24 18:33:42 +02:00
Laurent Rineau
5d584c8007
Fix the dependency hell
2014-06-24 18:19:49 +02:00
Andreas Fabri
f644ff649a
now the testsuite works on Windows (on my machine)
2014-06-24 18:16:25 +02:00
Laurent Rineau
c18c93023a
More #include
...
When CORE_arithmetic_kernel and LEDA_arithmetic_kernel are used, then
one should have:
#include <CGAL/CORE_arithmetic_kernel.h>
#include <CGAL/LEDA_arithmetic_kernel.h>
2014-06-24 18:10:07 +02:00
Sébastien Loriot
e0cac66572
prevent explicit linking
2014-06-24 17:06:55 +02:00
Sébastien Loriot
81a66499d9
using less generic anchor names
2014-06-24 16:56:05 +02:00
Sébastien Loriot
97342ad6f6
backward compatibility with const Polyhedron
2014-06-24 16:38:03 +02:00