Jane Tournois
|
2d4cea70a9
|
precise type of files handled
|
2015-10-19 11:02:06 +02:00 |
Jane Tournois
|
ee331d0741
|
make list of VTK dependencies short
|
2015-10-16 16:07:48 +02:00 |
Jane Tournois
|
959daca125
|
add vtk_plugin to load .vtk and .vtp files in a Scene_polyhedron_item
|
2015-10-16 10:44:08 +02:00 |
Sebastien Loriot
|
40da918aaf
|
Merge pull request #368 from afabri/Spatial_searching-find_any_point-GF
Add function Kd_tree::find_any_point(Query)
|
2015-10-10 14:24:22 +02:00 |
Andreas Fabri
|
e1ff955344
|
update changes.html
|
2015-10-10 14:18:08 +02:00 |
Sébastien Loriot
|
067ead94a1
|
fix headers
|
2015-10-09 10:48:06 +02:00 |
Sebastien Loriot
|
50ce51569a
|
Merge pull request #399 from afabri/KDS-unused_warning-GF
Use CGAL_assertion_code() to avoid warnings
|
2015-10-09 09:41:19 +02:00 |
Sébastien Loriot
|
cc8ecc491a
|
fix a warning of clang
|
2015-10-08 17:53:56 +02:00 |
Sébastien Loriot
|
fb0687dfb7
|
Merge branch 'Polyhedron_demo-fix_windows_warnings-sloriot'
|
2015-10-08 17:13:19 +02:00 |
Sébastien Loriot
|
e01b94d4f5
|
Merge branch 'BSO-fix_leak'
|
2015-10-08 17:12:37 +02:00 |
Sébastien Loriot
|
7a6a846cf3
|
Merge branch 'Mesh_3-Fix_warning'
|
2015-10-08 17:10:59 +02:00 |
Sebastien Loriot
|
1910311dd8
|
Merge pull request #395 from maxGimeno/Polyhedron_demo-hole_filling_fix-GF
Hole_filling fix
|
2015-10-08 17:05:35 +02:00 |
Sebastien Loriot
|
482c7b17d6
|
Merge pull request #397 from lrineau/Polyhedron-demo_fix_show_only_feature_edges-lrineau
Fix Scene_polyhedron_item::show_only_feature_edges
|
2015-10-08 17:04:39 +02:00 |
Sebastien Loriot
|
d14cf7cdc7
|
Merge pull request #398 from afabri/Number_types-clang_shift_warning-GF
avoid shift of negative number as clang warns
|
2015-10-08 17:01:37 +02:00 |
Andreas Fabri
|
5306f7b7f2
|
Use CGAL_assertion_code() to avoid warnings
|
2015-10-08 09:28:35 +02:00 |
Andreas Fabri
|
b4a1e3764a
|
avoid shift of negative number as clang warns
|
2015-10-07 17:14:33 +02:00 |
Sébastien Loriot
|
1fa107c8c4
|
deallocate is only called if the number of curves is not 0
|
2015-10-07 17:01:55 +02:00 |
Laurent Rineau
|
c1b555b64b
|
Fix Scene_polyhedron_item::show_only_feature_edges
(cherry picked from commit 19046611a8613dedeeb8d93bc368aa182df778d8)
|
2015-10-07 16:21:44 +02:00 |
Sébastien Loriot
|
8f7db42402
|
directly include boost config header
|
2015-10-07 16:19:29 +02:00 |
Sebastien Loriot
|
62644a62aa
|
Merge pull request #318 from sgiraudot/CGAL-Solver-package-GF
Regroup solver interface in Solver_package
|
2015-10-07 15:54:48 +02:00 |
Sébastien Loriot
|
dbb4a72bca
|
remove exe flag
|
2015-10-07 15:53:56 +02:00 |
Sebastien Loriot
|
fc66538d74
|
Merge pull request #380 from janetournois/Spatial_searching-fix_fuzzy_sphere_constructor-jtournois
Spatial_searching : fix Fuzzy_sphere constructors
|
2015-10-07 15:49:54 +02:00 |
Sebastien Loriot
|
599cfa0c38
|
Merge pull request #388 from afabri/STL_Extension-hash-GF
Add hashing to the concurent compact container
|
2015-10-07 15:49:06 +02:00 |
Sebastien Loriot
|
069eb65d70
|
Merge pull request #392 from maxGimeno/Polyhedron_demo-nef_item_fix-GF
Polyhedron demo: fix nef item
|
2015-10-07 15:48:27 +02:00 |
Laurent Rineau
|
b5ef1ea632
|
updated crontab (automated commit)
|
2015-10-07 15:18:03 +02:00 |
Sébastien Loriot
|
b20e6f2581
|
fix unsigned int to size_t warnings
|
2015-10-07 14:55:43 +02:00 |
Sébastien Loriot
|
dc536257c8
|
fix warnings on windows
|
2015-10-07 14:53:32 +02:00 |
Sébastien Loriot
|
fb4af796a4
|
verbose assertions
|
2015-10-07 14:35:15 +02:00 |
Simon Giraudot
|
3abe7ff35b
|
Fix bug in doc (old name of Poisson reconstruction)
|
2015-10-07 11:06:51 +02:00 |
Maxime Gimeno
|
057a51d4f3
|
Hole_filling fix
- The polyline item was not computed. I passed the computing function const to
call it the same way initialize_buffers is called, from draw.
|
2015-10-07 10:52:02 +02:00 |
Sebastien Loriot
|
d51d57b7c4
|
Merge pull request #394 from afabri/master
include <CGAL/config.h>
|
2015-10-06 18:12:38 +02:00 |
Sebastien Loriot
|
f01c3b8b78
|
Merge pull request #393 from afabri/Algebraic_foundations-typedefs-GF
The result type is not unspecified
|
2015-10-06 18:03:56 +02:00 |
Sébastien Loriot
|
ba881bf70e
|
Merge pull request #359 from maxGimeno/Polyhedron_demo-Adding_information_about_item-GF
Addition of some informations about the items
|
2015-10-06 17:54:51 +02:00 |
Andreas Fabri
|
a7cf690800
|
include <CGAL/config.h>
|
2015-10-06 17:54:45 +02:00 |
Sébastien Loriot
|
82a8d03d79
|
fix a std::size_t -> int warning
|
2015-10-06 17:51:43 +02:00 |
Sébastien Loriot
|
72fa3d9d81
|
Merge pull request #357 from maxGimeno/Polyhedron_demo-Axis_system-GF
Polyhedron demo : Addition of a small axis system in a corner
|
2015-10-06 17:47:50 +02:00 |
Maxime Gimeno
|
de44689648
|
Warning fix
- Supposed to fix the warning about double and float.
|
2015-10-06 17:46:21 +02:00 |
Sébastien Loriot
|
dfbba8ad06
|
Merge pull request #327 from sgiraudot/Point_set_processing_3-TBB-GF
Point set processing parallelized with TBB
|
2015-10-06 17:39:35 +02:00 |
Andreas Fabri
|
e8632330d8
|
The result type is not unspecified
|
2015-10-06 17:35:04 +02:00 |
Sébastien Loriot
|
76fa1cfb5c
|
Merge branch 'releases/CGAL-4.7-branch'
|
2015-10-06 17:31:31 +02:00 |
Sébastien Loriot
|
c21377297a
|
Merge remote-tracking branch 'maxGimeno/Polyhedron_demo-Splatting_fix_mesa-GF' into releases/CGAL-4.7-branch
|
2015-10-06 17:30:58 +02:00 |
Sebastien Loriot
|
aa76ae8ea7
|
Merge pull request #358 from maxGimeno/Polyhedron_demo-context_Operation_Menu
Polyhedron demo : Menu operation is accessible with a context menu
|
2015-10-06 17:27:06 +02:00 |
Sebastien Loriot
|
03344a36f7
|
Merge pull request #360 from maxGimeno/Polyhedron_demo-Camera_positions_set-GF
Polyhedron demo: Addition of a preset of camera positions
|
2015-10-06 17:26:34 +02:00 |
Sebastien Loriot
|
c389b2b7b6
|
Merge pull request #383 from afabri/master
suppress warning
|
2015-10-06 17:23:06 +02:00 |
Maxime Gimeno
|
56b31b7971
|
Color fix
- The nef item has random facets with their normal reversed. In CGAL-4.6, it
was dealt with by forcing "draw two side" to true. So it is what I did.
|
2015-10-06 14:38:29 +02:00 |
Maxime Gimeno
|
dc2955c16f
|
Selection Fix
- The selection was still calling invalidate_buffers.
|
2015-10-06 14:38:28 +02:00 |
Jane Tournois
|
e116f4ea63
|
fix unused variable warning
|
2015-10-06 14:16:30 +02:00 |
Sébastien Loriot
|
93e1a78a40
|
document missing do_intersect overloads for Iso_cuboid_3
|
2015-10-06 08:16:38 +02:00 |
Sébastien Loriot
|
3800004115
|
update changes
|
2015-10-05 10:36:53 +02:00 |
Sebastien Loriot
|
271325c5c3
|
Merge pull request #325 from sloriot/Nef_3-add_construction_from_points-sloriot
add constructor from point, point range and segment
|
2015-10-05 10:30:58 +02:00 |