Commit Graph

87100 Commits

Author SHA1 Message Date
Simon Giraudot 4cd9282f79 Start working on public API for alpha expansion 2019-07-23 08:43:01 +02:00
Simon Giraudot 5ca8fcf47b Make Boost Alpha Expansion use BGL API 2019-07-23 08:40:25 +02:00
Sebastien Loriot 0dd30b1a68
Merge pull request #3900 from lrineau/CGAL-header_only_by_default-GF
Make CGAL_HEADER_ONLY the default in CGAL-5.0
2019-07-19 21:14:34 +02:00
Sebastien Loriot 2a426bb1e1
Merge pull request #4063 from sloriot/CGAL-NO_CXX11
Remove CGAL_CXX11 macro usage
2019-07-19 16:16:22 +02:00
Sebastien Loriot 4f62fd0321
Merge pull request #4081 from mglisse/NewKernel_d-loopinv-glisse
Move store outside the loop.
2019-07-19 15:37:24 +02:00
Sébastien Loriot d5e140945f Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2019-07-19 15:33:35 +02:00
Sébastien Loriot ae31523c0f Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into HEAD 2019-07-19 15:32:21 +02:00
Sebastien Loriot 892cd7b8b2
Merge pull request #4095 from afabri/Box_intersection-add_example-GF
Box_intersection_d: Add an example that implements a do_intersect for two polylines
2019-07-19 15:29:46 +02:00
Sebastien Loriot 73dc36081b
Merge pull request #4093 from sgiraudot/PCA-Fix_tetrahedra_PCA-GF
[PCA] Fix PCA on tetrahedra
2019-07-19 15:28:51 +02:00
Sebastien Loriot 9d20767816
Merge pull request #4080 from gdamiand/patch-1
Bug fix in is_empty method in Buffer_for_vao
2019-07-19 15:25:15 +02:00
Sebastien Loriot 66c73369d0
Merge pull request #4077 from maxGimeno/Demo-Optimize_move_point-mgimeno
Demo 3D : Optimize the "Move point" operation
2019-07-19 15:24:50 +02:00
Sebastien Loriot 202a98e82b
Merge pull request #4100 from sloriot/CGAL-travis_fix
Update dependencies to (try to) please travis
2019-07-19 15:09:31 +02:00
Maxime Gimeno d1008eed39 Add missing dependency 2019-07-19 09:22:47 +02:00
Sébastien Loriot 030776f6ae fix warnings 2019-07-18 18:26:55 +02:00
Sébastien Loriot 974dfe06c0 rename example 2019-07-18 17:48:16 +02:00
Sébastien Loriot 724e70b97f Merge pull request #3984 from LiangliangNan/master
New package 'Polygonal Surface Reconstruction' and an extension of 'Solver Interface'
2019-07-18 17:05:25 +02:00
Sébastien Loriot 2e747dd300 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD 2019-07-18 17:01:42 +02:00
Sébastien Loriot 7430c5e235 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into HEAD 2019-07-18 16:59:03 +02:00
Sebastien Loriot 8e7b9a67ff
Merge pull request #4064 from maxGimeno/CGAL_Qt-Fix_deprecation_warnings-GF
Fix Qt deprecation warnings
2019-07-18 16:58:35 +02:00
Sebastien Loriot 6bf04f51e5
Merge pull request #4073 from maxGimeno/CGAL_Qt-Fix_deprecation_warnings-4.14-GF
Fix Qt deprecation warnings for 4.14
2019-07-18 16:58:05 +02:00
Sébastien Loriot 41ef56f8ad Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD 2019-07-18 16:57:27 +02:00
Sébastien Loriot b060e6790e Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into HEAD 2019-07-18 16:54:24 +02:00
Sébastien Loriot c411ae69d0 Merge pull request #2951 from kkatrio/PMP-smoothing-kkatrio
PMP: Mesh and shape smoothing
2019-07-18 16:49:05 +02:00
Andreas Fabri 5a9eaa4fc5 Add an example that implements a do_intersect for two polylines 2019-07-18 16:42:58 +02:00
Sébastien Loriot 1f8065c6c3 Merge pull request #3885 from MaelRL/PMP-Locate-GF
PMP: Add locate.h and rewrite Triangulation_2 graph traits
2019-07-18 16:40:49 +02:00
Sebastien Loriot 8adc64dfe3
Merge pull request #3860 from MaelRL/PMP-Add_non_manifold_vertices_collector-GF
PMP: Add function 'non_manifold_vertices'
2019-07-18 16:38:15 +02:00
Mael Rouxel-Labbé 047cfeb1fa Add namespace in CHANGES.md 2019-07-18 16:37:29 +02:00
Sebastien Loriot cc61867f2b
Merge pull request #4068 from maxGimeno/Scripts-Fix_autotest_with_ctest-GF
Scripts: Fix autotest_with_ctest
2019-07-18 16:37:08 +02:00
Sebastien Loriot d8db7aff43
Merge pull request #4088 from maxGimeno/Demo-Fix_sizing_balls-GF
3D Demo: Fix c3t3_item
2019-07-18 16:36:11 +02:00
Sebastien Loriot e4adb62011
Merge pull request #4078 from maxGimeno/Fix_some_warnings-GF
Fix warnings
2019-07-18 16:35:51 +02:00
Sebastien Loriot 0425b77ce4
Merge pull request #4076 from maxGimeno/Demo-Restore_View_menu-GF
Polyhedron Demo: Fix View Menu
2019-07-18 16:34:34 +02:00
Sebastien Loriot a55c2acc36
Merge pull request #4075 from lrineau/BGL-fix_memory_leak_in_tests-GF
BGL: fix memory leak in test
2019-07-18 16:33:50 +02:00
Sebastien Loriot be7b8cfab7
Merge pull request #4069 from maxGimeno/IO-OBJ_supports_negative_ids-GF
Polyhedron_IO: OBJ_reader reads relative indices
2019-07-18 16:32:04 +02:00
Sebastien Loriot fbf6fb375d
Merge pull request #4050 from sgiraudot/Surface_mesh-Fix_PLY_warning-GF
[Surface Mesh / PLY] Fix uninitialized warning and error on unhandled properties
2019-07-18 16:31:17 +02:00
Mael Rouxel-Labbé 18617dcf39 Modify changes.md 2019-07-18 16:28:56 +02:00
Sebastien Loriot 0c089d6f91
Merge pull request #3721 from sloriot/PMP-clip_fixes
Fixes for clipping
2019-07-18 16:28:44 +02:00
Sebastien Loriot 667e4022f7
Merge pull request #4060 from sloriot/CGAL-doc_match_brackets
match @{ and @}
2019-07-18 16:26:43 +02:00
Maxime Gimeno db6b4f995a Fix 3mf_io_plugin missing include 2019-07-18 16:08:14 +02:00
Maxime Gimeno f4f815d3ce Fix warning 2019-07-18 15:56:52 +02:00
Simon Giraudot d3e42bee99 Fix tabs/indentation 2019-07-17 15:38:02 +02:00
Simon Giraudot fbf0f3bf0c Fix assemble_covariance_matrix_3() for tetrahedron based on working prototype code 2019-07-17 15:27:21 +02:00
Simon Giraudot 8871603992 Use unsigned volume for tetrahedra 2019-07-17 15:27:21 +02:00
Maxime Gimeno ccc555d497 Fix Error on windows about parameter being qualified. 2019-07-17 09:42:56 +02:00
Maxime Gimeno 94fffff5b3 Fix missing scope guard for cursor. 2019-07-16 13:31:07 +02:00
Maxime Gimeno 95b35474b8 Merge remote-tracking branch 'cgal/master' into Demo-Optimize_move_point-mgimeno 2019-07-16 13:24:43 +02:00
Maxime Gimeno 53277714bf Fix c3t3_item 2019-07-16 10:58:02 +02:00
Mael Rouxel-Labbé b39d728f45 Minor doc cleaning 2019-07-15 11:40:46 +02:00
Sébastien Loriot 86752ea880 remove tmp doc commands 2019-07-15 09:14:23 +02:00
Marc Glisse b156ae6a1b Move store outside the loop.
Looks like a typo kind of mistake: the value was computed and stored
repeatedly in the inner loop instead of once in the outer loop...
2019-07-12 21:55:20 +02:00
Maxime Gimeno 1ed4211bc1 Force GouraudPlusEdges for Move Vertex 2019-07-12 16:34:04 +02:00