Olivier Devillers
d39be1922e
typo
2014-08-04 13:22:25 +02:00
Olivier Devillers
d6c93ed3a8
this file has to be modified to get test-suite running!
2014-08-04 11:47:43 +02:00
Mael Rouxel-Labbé
c71c8a13b5
Fix warning in weightless powertest tests
2014-08-03 15:06:43 +02:00
Sébastien Loriot
1480755a86
mouse binding API change was done in QGLviewer 2.5.1
...
trivial bugfix for master
2014-08-01 16:45:29 +02:00
Olivier Devillers
d9cdb1f580
There was a bug in the computation of pencil of circles:
...
degenerate case when circle degenerate in the radical axis
were not taken in account.
This has an implact on the ipelets "pencil of circels"and "hyperbolic".
A very small ipelet computing the distance between two points is also added.
2014-08-01 15:20:23 +02:00
Laurent Rineau
6cba91ac8f
Recode changes.html to UTF-8.
...
And update CHANGES.
2014-08-01 14:12:55 +02:00
Laurent Rineau
3214507a45
Merge branch 'CGAL-fix_cmake_3-GF'
...
Add the compatibility with CMake 3.0, without using any new feature.
Tested in CGAL-4.5-Ic-104.
Approved by the Release Manager.
2014-08-01 14:11:02 +02:00
Mael Rouxel-Labbé
1d99641c8d
Add new tests for Triangulation_3's power_test_3
2014-08-01 12:34:05 +02:00
Laurent Rineau
36d8b5bd18
Convert source files encoding to utf-8
...
All non-ASCII files should be encoded in UTF-8. So far, the ZSH script
`Scripts/developer_scripts/detect_wrong_encoding` detects wrong encoding
in source/header files of include/, src/, and doc/.
2014-08-01 11:20:13 +02:00
Laurent Rineau
d2a2e9d64b
Fix a minor bug in the generated documentation
...
Probably due to a bug of Doxygen, two sentences were glued, without any
whitespace.
2014-08-01 10:47:43 +02:00
Laurent Rineau
333854f38a
Fix the license of two files
...
Trivial fix for master.
2014-07-31 16:19:05 +02:00
Jocelyn MEYRON
51c1236ad8
Add different methods for features estimation
2014-07-31 09:38:34 +02:00
Sébastien Loriot
e4dca43a49
Merge remote-tracking branch 'origin/Mesh_3-parallel-fix_warnings-cjamin'
...
Tested in CGAL-4.5-Ic-106
Approved by the release manager (interim)
2014-07-29 11:42:06 +02:00
Sébastien Loriot
fbf21351b8
using nested Vector_3 and Point_3 (K is not necessarily a valid kernel)
2014-07-29 11:35:45 +02:00
Sébastien Loriot
9d54c40a1c
remove unneeded typename and use kernel parameter instead of default constructed
2014-07-29 11:34:46 +02:00
Sébastien Loriot
06da6b80b9
Merge branch 'Polyhedron_demo-point_item_knows_if_it_has_normals-local'
...
Tested in CGAL-4.5-Ic-106
Approved by the release manager (interim)
2014-07-28 09:15:17 +02:00
Sébastien Loriot
494f558a7a
Merge branch 'BGL-fix_split_edge-local'
...
Tested in CGAL-4.5-Ic-106
Approved by the release manager (interim)
2014-07-28 09:13:49 +02:00
Sébastien Loriot
bd243e7c26
Merge branch 'Polyhedron_demo-split_polyhedron-local'
...
Tested in CGAL-4.5-Ic-106
Approved by the (interim) release manager
2014-07-28 09:11:15 +02:00
Sébastien Loriot
ba8fd0d603
fix typo
...
trivial bugfix for master
2014-07-28 09:10:13 +02:00
Andreas Fabri
8d7cc0cf6f
fixes in the doxygen comments
...
Approved by the release manager
2014-07-27 17:48:01 +02:00
Andreas Fabri
d754b9f31e
Replace sans by Arial in svg files
2014-07-27 17:47:43 +02:00
Sébastien Loriot
2b6fa0076a
Merge branch 'BGL-fix_halfedge_edge_is_border_pmap-sloriot'
...
Tested in CGAL-4.5-Ic-105
Approved by the (interim) release manager
2014-07-24 20:41:06 +02:00
Sébastien Loriot
3afe426098
add a boolean to indicate if a point set has normals
...
this allows better filtering of applicable plugins and avoid confusion
2014-07-24 17:00:59 +02:00
Sébastien Loriot
8dac29f1d7
off_to_xyz computes the normals if the off is a valid polyhedron
2014-07-24 16:07:34 +02:00
Sébastien Loriot
62c1359c56
add a plugin to split a polyhedron into one item per connected component
2014-07-24 15:04:34 +02:00
Sébastien Loriot
f7cad6db65
bug in the doc of Polyhedron_3::split_edge inducing a bug in Euler::split_edge
2014-07-24 13:26:36 +02:00
Clement Jamin
e4a1efc3e8
Fix "unused variable" warnings
2014-07-24 11:46:08 +02:00
Sébastien Loriot
483ff9acb1
fix warning
...
trivial bugfix for master
2014-07-24 10:08:36 +02:00
Jocelyn MEYRON
a6adefb0c3
Finish documentation for vcm_estimate_normals + Add a variant with a number of neighbors.
2014-07-23 14:23:48 +02:00
Sébastien Loriot
d77d9797e4
fix unused variable warnings
...
trivial bugfix for master
2014-07-23 08:53:15 +02:00
Sébastien Loriot
cc36cf8359
Merge branch 'boost-work_around_dijktra_bug_1.54-local'
...
Distribute dijktra header file from boost 1.55 to work around
a bug in the version 1.54. The header file is only used if the
user compiles with boost 1.54
Tested in CGAL-4.5-Ic-102
Approved by the release manager
Conflicts:
Installation/changes.html
2014-07-23 08:46:33 +02:00
Sébastien Loriot
e2d6cb71c4
Merge branch 'Number_types-Number_type_checker_fix_input_operator-local'
...
Tested in CGAL-4.5-Ic-102
Approved by the release manager
2014-07-23 08:42:42 +02:00
Sébastien Loriot
cdec3d6414
make the edge_descriptor of Polyhedron hashable
2014-07-23 08:20:16 +02:00
Laurent Rineau
eea653b8b7
backup the last version of config files
2014-07-22 16:44:15 +02:00
Laurent Rineau
8e51d5a4b8
updated crontab (automated commit)
2014-07-22 16:18:03 +02:00
Laurent Rineau
926aa7500f
Set CMP0042 to OLD
...
That avoids a warning on MacOS.
2014-07-22 15:14:52 +02:00
Laurent Rineau
3dd4069bf0
Fix a bug with CMake 3.0
...
Actually, in my opinion that was also a bug with other versions of
CMake.
Before this commit, in Installation/src, CGAL_CONFIGURED_LIBRARIES was
set to the empty string "" *in the parent scope* (Installation),
then the variable is modified in the current scope Installation/src, and
then the variable value is copied to a cache variable of the same name.
In my opinion, that means that the parent scope (Installation) has a
non-cache variable CGAL_CONFIGURED_LIBRARIES that is empty (""), and a
cache variable that is not empty (that contains, for example
"CGAL_Core;CGAL_Qt4;CGAL_ImageIO"). The document of CMake-3.0 precisely says
that the semantic of variables is such that cache variables have the
lowest priority. See:
http://www.cmake.org/cmake/help/v3.0/manual/cmake-language.7.html#variables
As far as I know, that was supposed to be the same for CMake 2.8, but I
cannot find out where it is described in the documentation. Anyway, the
bug was visible with CMake 2.8 and not with CMake 3.0.
The patch simply does not set the empty value of
CGAL_CONFIGURED_LIBRARIES in the parent scope, but only in the current
local scope.
2014-07-22 15:04:12 +02:00
Laurent Rineau
4d468d1881
Add compatibility with CMake 3.0
...
Trivial bug-fix for master
2014-07-22 12:47:59 +02:00
Laurent Rineau
90ec02f576
Prepare for CGAL-4.5
2014-07-22 12:47:50 +02:00
Sébastien Loriot
5c6b54257a
the XXX_is_border properties are removed + add missing replacement functions
2014-07-22 12:00:15 +02:00
Sébastien Loriot
0b8314e28d
the notion of border for a halfedge is not encoded using a property map
2014-07-21 22:30:14 +02:00
Sébastien Loriot
8f44942268
workaround a bug in dijsktra algorithm in boost 1.54 affecting normal estimation
...
(cherry picked from commit bc8e1f399d )
Conflicts:
Installation/changes.html
2014-07-21 14:36:30 +02:00
Laurent Rineau
da77e0d819
Name of leda_numbers of Windows
...
Trivial fix for master
(cherry picked from commit 601d05d717edead7ea8396a0f723b715bbd9bdc6)
2014-07-21 14:00:59 +02:00
Mael Rouxel-Labbé
7cc8f59898
Small layout changes for Power_test_3's doc entry
...
(cherry picked from commit fdb4959b3e06c4c3fe4dd17d4420664a5d140486)
2014-07-21 12:15:57 +02:00
Laurent Rineau
26861f733d
Merge branch 'Polyhedron-fix_demo_feature_A_B-lrineau'
...
Bug-fix for the polyhedron demo. The A/B selection was no longer working
for a while.
Tested in CGAL-4.5-Ic-100.
Approved by the Release Manager.
2014-07-21 12:02:24 +02:00
Laurent Rineau
8571477f92
Merge branch 'Mesh_3-fix_a_warning-GF'
...
Fix a warning.
Tested in CGAL-4.5-Ic-100.
Approved by the Release Manager.
2014-07-21 12:00:53 +02:00
Laurent Rineau
156a4b3f9b
Merge branch 'Mesh_3-compare_index-GF'
...
Add determinism to the sequential version of Mesh_3.
Small feature:
http://cgal.org/wiki/Features/Small_Features/Mesh_3_deterministic
Was pre-approved 14 May 2014.
Tested in CGAL-4.5-Ic-100.
Approved by the Release Manager.
2014-07-21 12:00:16 +02:00
Laurent Rineau
5dcdf48a27
Merge branch 'CGAL-Exact_integer_rational-GF'
...
Generalize the use of CGAL::Exact_integer and CGAL::Exact_rational.
Tested in CGAL-4.5-Ic-100.
Approved by the Release Manager.
2014-07-21 11:59:51 +02:00
Laurent Rineau
8ac225efa5
Trivial fix of a warning
...
Trivial bug-fix for master
2014-07-21 11:52:10 +02:00
Sébastien Loriot
3a202ce200
Merge branch 'Polyhedron_demo-fix_recenter_scene-local'
...
Tested in CGAL-4.5-Ic-100
Approved by the release manager
2014-07-21 08:24:05 +02:00