Sébastien Loriot
3ce368732f
remove temporary directory
...
fix of 30d4951f
2016-02-01 17:16:34 +01:00
Simon Giraudot
82d1ac525d
Fix incomplete assertion in jet fitting tests
2016-02-01 17:01:26 +01:00
Sébastien Loriot
aa94453c1e
fix submenu name
2016-02-01 16:14:58 +01:00
Andreas Fabri
4c9c668dc9
deal with deprecated code
2016-02-01 15:52:52 +01:00
Andreas Fabri
244c285257
4080 -> 5000
2016-02-01 13:22:17 +01:00
Andreas Fabri
3a36c7f34b
the same lor LCC
2016-02-01 12:38:13 +01:00
Andreas Fabri
0900971a4f
warning was introduced with g++ 5
2016-02-01 12:23:17 +01:00
Maxime Gimeno
5a427a85b3
Addition of the SGI FREE SOFTWARE LICENSE B in the Scene.cpp file.
2016-02-01 12:18:40 +01:00
Andreas Fabri
164c427c0f
suppress -Warray-bounds
2016-02-01 11:19:05 +01:00
Sebastien Loriot
30b78eaeff
Merge pull request #640 from afabri/Core-fix_leak-GF
...
Fix memory leak in CORE
2016-02-01 10:40:26 +01:00
Sebastien Loriot
a281920ba0
Merge pull request #695 from afabri/CGAL-suppress_may_be_uninitialized-GF
...
Adress g++ -Wmaybe-uninitialized warnings
2016-02-01 10:29:33 +01:00
Sébastien Loriot
443b8cc2d7
precompute area functor
2016-02-01 10:23:29 +01:00
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
Andreas Fabri
c772598ae6
Use source() not prefixed with boost::
2016-02-01 09:56:57 +01:00
Sébastien Loriot
444cbfb63d
qualify with CGAL to avoid ambiguous call
2016-02-01 09:56:15 +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
Maxime Gimeno
9abf38bfce
warning fix
...
- replaced gluErrorString by its source code in Mesh_3
- replaced gluProject by its modified source code in P3T3
- deleted volume_planes files in Polyhedron/demo/Polyhedron, as the real ones are in Plugins/Mesh_3_plugin
2016-02-01 09:02:36 +01:00
Sébastien Loriot
72c8aa7b05
make 2D-lloyd working with the projection traits
2016-01-29 15:16:51 +01:00
Guillaume Damiand
7810d3b630
Remove duplicated useless variable null_handle.
2016-01-29 15:08:48 +01:00
Sébastien Loriot
b406fb8a83
use special case is only for visual not clang
2016-01-29 14:46:30 +01:00
Andreas Fabri
1b0f79c870
#ifdef cyclic.cpp
2016-01-29 14:21:28 +01:00
Sébastien Loriot
40de762742
fix indentation warning
2016-01-29 14:20:20 +01:00
Sébastien Loriot
f02e570690
avoid unused variable warning
2016-01-29 14:18:09 +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
Andreas Fabri
b841965dbe
Use make_optional; initialize
2016-01-29 09:45:47 +01:00
Sébastien Loriot
7b5dede67c
fix indentation issue
2016-01-29 09:23:40 +01:00
Sébastien Loriot
bc717f51d8
fix indentation issue
2016-01-29 09:20:31 +01:00
Guillaume Damiand
e0d31207ba
Make the (inner) variable null_handle const
2016-01-28 18:50:39 +01:00
Andreas Fabri
6d25c01c5c
push warning in Partition_2
2016-01-28 16:17:51 +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
Maxime Gimeno
5ffc01f1a1
indentation warnings fix
2016-01-28 14:17:11 +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
Sébastien Loriot
8f7dd2b678
try removing an uninitialized variable warning
2016-01-28 13:55:18 +01:00
Sébastien Loriot
8da745534f
fix indentation issues
2016-01-28 13:54:57 +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
Maxime Gimeno
da8ca763b8
Removed the call to gluErrorString
2016-01-28 12:41:45 +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
Andreas Fabri
7d19ec1350
reindent
2016-01-28 12:19:42 +01:00
Andreas Fabri
42aa03596f
We delete blocks if all T's are on the internal free list
2016-01-28 10:35:49 +01:00
Andreas Fabri
6412bf1fce
std::bind -> boost::bind
2016-01-28 08:48:04 +01:00
Andreas Fabri
4b3d8b0c4b
fix
2016-01-28 08:03:52 +01:00
Andreas Fabri
87f67d99df
Add a reduced program that illustrates the cyclic leak
2016-01-27 17:25:36 +01:00
Andreas Fabri
8f63e80716
Do not warn as it potentially covers other warnings in the testsuite
2016-01-27 15:58:24 +01:00
Andreas Fabri
d7bfb7f754
Only delete if it is possible
2016-01-27 15:47:57 +01:00