Sébastien Loriot
21efce873e
add eol at the end of the file
2016-02-01 09:57:08 +01:00
Sébastien Loriot
2188780433
add missing cache files
2016-02-01 09:57:07 +01:00
Sebastien Loriot
4e19aee11b
Merge pull request #696 from sloriot/Aos2-fix_warning
...
Fix warning with clang
2016-02-01 09:49:59 +01:00
Sébastien Loriot
b406fb8a83
use special case is only for visual not clang
2016-01-29 14:46:30 +01:00
Sebastien Loriot
00c1f9e0f0
Merge pull request #649 from efifogel/Aos_2-fixes-efif
...
Aos 2 fixes efif
2016-01-29 14:15:07 +01:00
Sebastien Loriot
2a22135a95
Merge pull request #690 from lrineau/Polyhedron-demo_Create_bbox_mesh_plugin-lrineau
...
Add the Create_bbox_mesh_plugin
2016-01-28 14:20:57 +01:00
Laurent Rineau
2692410dfe
add `create_bbox_mesh_plugin` in the list
2016-01-28 14:19:56 +01:00
Sebastien Loriot
eb57c4f2bf
Merge pull request #681 from sloriot/SMSP-fix_warnings
...
Surface mesh shortest path: fix warnings
2016-01-28 13:57:30 +01:00
Sebastien Loriot
bf0725abad
Merge pull request #689 from afabri/Snap_rounding-VLD-GF
...
Write to an ofstream and not to std::cout
2016-01-28 13:56:41 +01:00
Sebastien Loriot
d702d31d95
Merge pull request #683 from maxGimeno/Hierarchy_fix-GF
...
Fixes for the Polyhedron_demo
2016-01-28 13:49:16 +01:00
Sebastien Loriot
14508b9d70
Merge pull request #685 from afabri/PSP-binary_read_ply-GF
...
When opening a binary ply file we have to use std::ios_base::binary
2016-01-28 13:47:41 +01:00
Sebastien Loriot
21eaffd9e5
Merge pull request #691 from maxGimeno/Viewer_fixes-GF
...
Viewer fixes gf
2016-01-28 13:47:21 +01:00
Efi Fogel
c26bf713b2
Hid unused variables
2016-01-28 13:40:54 +02:00
Efi Fogel
7484d24f34
Prevented min/max macro expansion to pacify MSVC
2016-01-28 13:40:43 +02:00
Sébastien Loriot
4f4df863fb
Update magritte configuration
2016-01-27 15:04:21 +01:00
Laurent Rineau
4f6af8db11
2015/08/20. Only one compiler, after upgrade to Yosemit
2016-01-27 14:44:43 +01:00
Laurent Rineau
b829e6b8ca
Remove commented code
2016-01-27 14:41:31 +01:00
Maxime Gimeno
d67ea21644
Fixes the QGLViewer warning for a deprecated function in version 2.6
2016-01-27 14:22:49 +01:00
Sébastien Loriot
80c30fb5e8
Revert "Merge pull request #658 from maxGimeno/Axis_enhancement-GF"
...
This reverts commit 3024e4f913 , reversing
changes made to a02ea7ad9b .
2016-01-27 14:22:45 +01:00
Laurent Rineau
02de401b7d
Do not use Boost.Program_options (ABI issue)
2016-01-27 14:21:20 +01:00
Sébastien Loriot
75e98f0a08
Merge pull request #656 from maxGimeno/Clean_up_Functions-GF
...
Clean up scene item API
2016-01-27 13:45:15 +01:00
Sébastien Loriot
ac6db9824f
Merge remote-tracking branch 'cgal/releases/CGAL-4.7-branch'
2016-01-27 13:43:35 +01:00
Sebastien Loriot
c9c9de885c
Merge pull request #655 from afabri/PSP_fix-warnings-GF
...
Fix warnings instead of suppressing them
2016-01-27 13:40:24 +01:00
Sebastien Loriot
388d80d8df
Merge pull request #670 from janetournois/Polyhedron_demo-minor_improvements-jtournois
...
Polyhedron demo - statistics - do not compute angles for null_faces
2016-01-27 13:39:36 +01:00
Sebastien Loriot
49e7ea6f58
Merge pull request #680 from sloriot/SMS-boost_1.60
...
Surface mesh segmentation: boost 1.60 compatibility
2016-01-27 13:39:12 +01:00
Sebastien Loriot
d810d730ad
Merge pull request #688 from sloriot/SS_2-fix_for_boost.1.60
...
Straight_skeleton_2: fix for boost 1.60
2016-01-27 13:38:18 +01:00
Sebastien Loriot
c2099f758c
Merge pull request #684 from sloriot/CH3-fix_lloyd_ex
...
Convex_hull_3: fix lloyd example
2016-01-27 13:37:37 +01:00
Sebastien Loriot
f6147f5b08
Merge pull request #672 from janetournois/PMP-fix_remeshing_patch_borders-jtournois
...
PMP isotropic remeshing : fix collapse step with inside borders
2016-01-27 13:37:03 +01:00
Laurent Rineau
1179371045
Add the Create_bbox_mesh_plugin
2016-01-27 10:46:52 +01:00
Sébastien Loriot
73f27dd6fb
prevent false detection of error by the testsuite
...
this test is really expensive but useful for debugging.
We keep it maintained by ensuring it compiles even
if it is never executed
2016-01-27 10:17:20 +01:00
Sébastien Loriot
cc2693df4e
avoid unused variable warning
2016-01-27 10:16:13 +01:00
Andreas Fabri
f62c18b783
Write to an ofstream and not to std::cout as VLD writes there too and output != gold
2016-01-27 09:45:51 +01:00
Efi Fogel
f1161c6e6b
Hid unused variables
2016-01-27 01:55:40 +02:00
Sébastien Loriot
83f10ef30c
fix for boost 1.60
2016-01-26 18:56:49 +01:00
Sébastien Loriot
0d60c1626e
add missing include directives
2016-01-26 18:42:08 +01:00
Andreas Fabri
4d605ff2e9
when opening a binary ply file we have to usestd::ios_base::binary
2016-01-26 15:57:44 +01:00
Sébastien Loriot
faf11a89d1
filter out the infinite vertex
2016-01-26 12:10:18 +01:00
Maxime Gimeno
b1d6a324a1
Fixes
...
- Fixes the segfault occuring when destroying a selection_item's poly_item
- Fixes the recurseExpand behavior
- Fixes the Segfault occuring when adding a group to a selected group.
2016-01-26 12:00:51 +01:00
Sébastien Loriot
e3dc7183f8
rename function
2016-01-26 11:43:01 +01:00
Maxime Gimeno
ce9aed08f5
Renaming invalidate_buffers in invalidate_OpenGLBuffers
2016-01-26 11:20:30 +01:00
Maxime Gimeno
271cc81413
contextual_changed removal + textured_polyhedron fix
2016-01-26 11:20:21 +01:00
Sebastien Loriot
a28afa4c31
Merge pull request #678 from maxGimeno/Snap_roundig_fix-GF
...
Snap roundig fix
2016-01-26 10:59:48 +01:00
Laurent Rineau
a544473069
Remove x86-64_Linux-Fedora19_g++-4.8_CXXDEBUG
...
Useless, ans buggy.
2016-01-26 10:48:07 +01:00
Sébastien Loriot
d74aa863ae
vcm normal orientation is not deterministic accross platforms
2016-01-26 10:43:57 +01:00
Jane Tournois
2f3de6e80c
remove remeshing of a patch from the test
...
because the patch has been modified by split_long_edges,
so the "patch" container is not consistent anymore
it would be nice to use detect_sharp_edges to collect a patch in this test
2016-01-26 10:00:11 +01:00
Sébastien Loriot
85f5f4f4e8
avoid unused variable warning
2016-01-26 09:49:56 +01:00
Sébastien Loriot
5614ed7500
replace ice_and by &&
...
ice_and was deprecated in boost 1.60
2016-01-26 09:31:47 +01:00
Jane Tournois
a7c54c024a
fix assertion and is_constrained function
2016-01-26 09:27:14 +01:00
Jane Tournois
5d8d1c65b8
if deviation is not getting better, do not make the flip
...
this tiny change seems to improve a lot the overall quality of the
remeshed polyhedron, by avoiding some pathological cases with
vertices of valence 3 (away from border)
2016-01-25 17:37:03 +01:00
Andreas Fabri
6af27d6033
Add a typedef
2016-01-25 17:28:27 +01:00