Commit Graph

96668 Commits

Author SHA1 Message Date
Andreas Fabri 3d04ab1e9e Explicitely use CGAL::sign This only fixes some compilation errors, but not the runtime errors of AABB_tree for VC++ 2021-08-13 10:27:36 +01:00
Sébastien Loriot d13c88710d clean up 2021-06-17 16:02:10 +02:00
Sébastien Loriot 60559d799a do no call twice the failing static filter 2021-06-17 13:08:34 +02:00
Sébastien Loriot 9bfe21144e fix incorrect return type 2021-06-17 12:56:32 +02:00
Andreas Fabri 4c16735f85 make_certain() 2021-06-17 12:55:53 +02:00
Andreas Fabri 8844a94d42 Use Uncertain<>::indeterminante() 2021-06-17 12:44:20 +02:00
Andreas Fabri 46e2042df4 Add profiler 2021-06-17 12:07:47 +02:00
Andreas Fabri 77b77adbc4 fabs -> CGAL::abs Does the compiler optimize two identical calls of CGAL::abs away? 2021-06-17 09:03:33 +02:00
Sébastien Loriot 602b93e30f improve intersection predicate between supporting plane and bbox
quick and dirty with copy/paste from other files
2021-06-16 16:39:38 +02:00
Sébastien Loriot cdaabd3d72 static filter for do_intersect bbox/triangle 2021-06-16 13:56:08 +02:00
Sébastien Loriot 5f2c6fdbdf refactor the code prior to plug static filters 2021-06-16 11:27:21 +02:00
Sébastien Loriot 6fe3eef000 use a for-loop 2021-06-15 15:30:22 +02:00
Sébastien Loriot 93476f0b43 use sign 2021-06-15 15:24:00 +02:00
Sébastien Loriot 65d630536b factorize 2021-06-15 15:24:00 +02:00
Sébastien Loriot 46b112dd54 split the function to avoid the switch 2021-06-15 15:24:00 +02:00
Andreas Fabri e5c72e5bed Undo accidental change 2021-06-11 14:20:38 +02:00
Andreas Fabri ce0037c379 Add the same for Triangle_3 2021-06-11 13:35:17 +02:00
Andreas Fabri 2489e16220 Add check that bboxes overlap 2021-06-07 15:00:05 +02:00
Andreas Fabri b3cfabfe36 In fact we can return true as soon as one tet vertex is in the bbox 2021-06-07 14:04:56 +02:00
Andreas Fabri 17c132640c Filtered_kernel: Do_intersect(Tetrahedron_3,Bbox_3) 2021-06-07 13:06:47 +02:00
Laurent Rineau 4ada5baa76 Merge branch '5.2.x-branch' 2021-06-02 17:21:15 +02:00
Laurent Rineau b935f4daa6 Merge pull request #5732 from janetournois/Polyhedron_demo-fix_cmakelists_find_tbb-jtournois
FindTBB.cmake: only search TBB in Config mode if version >= 2019 update 5
2021-06-02 17:21:05 +02:00
Laurent Rineau 5cbadbede6 Merge pull request #5701 from maxGimeno/Ctest-Adapt_scripts_to_windows-maxGimeno
Testsuite: Adapt ctest scripts for use with cygwin
2021-06-02 17:20:49 +02:00
Laurent Rineau 10cdb759b9 Merge pull request #5739 from maxGimeno/Demo-Fixes_for_scale_scene-maxGimeno
Polyhedron Demo: Fix Scene Recentering while Scaled
2021-06-02 17:20:47 +02:00
Laurent Rineau d99fa2517e Merge branch '5.1.x-branch' into 5.2.x-branch 2021-06-02 17:19:45 +02:00
Laurent Rineau a0515a9c37 Merge pull request #5739 from maxGimeno/Demo-Fixes_for_scale_scene-maxGimeno
Polyhedron Demo: Fix Scene Recentering while Scaled
2021-06-02 17:19:36 +02:00
Laurent Rineau 9e7d8abd8a Merge pull request #5732 from janetournois/Polyhedron_demo-fix_cmakelists_find_tbb-jtournois
FindTBB.cmake: only search TBB in Config mode if version >= 2019 update 5
2021-06-02 17:18:44 +02:00
Laurent Rineau cea03b74a1 Merge branch '5.2.x-branch' 2021-06-02 16:56:29 +02:00
Laurent Rineau 5c51042c63 Merge branch '5.1.x-branch' into 5.2.x-branch 2021-06-02 16:20:39 +02:00
Laurent Rineau 8b51a65ea0 This branch now targets 5.2.3. 2021-06-02 16:19:18 +02:00
Laurent Rineau 3cbadfb89b This branch now targets 5.1.5. 2021-06-02 16:02:44 +02:00
Laurent Rineau ac5d63d479 Prepare CGAL-5.3-beta1 2021-06-02 14:45:48 +02:00
Laurent Rineau cb512bc37b updated crontab (automated commit) 2021-06-02 14:18:06 +02:00
Laurent Rineau f738557f0c Update minimal requirements 2021-06-02 13:51:40 +02:00
Laurent Rineau 1a045d6d3a Revert modification to CHANGES.md from e0a4dd0680 (PR #5677) 2021-06-02 13:15:28 +02:00
Mael 16ba457bd2
Fix nested list spacing 2021-06-02 13:14:41 +02:00
Laurent Rineau 8994bc190c Minor improvement: change the release date, and fix spaces 2021-06-02 13:09:48 +02:00
Mael Rouxel-Labbé e748c1408a Prepare CHANGES.md for CGAL 5.3 2021-06-02 12:54:47 +02:00
Laurent Rineau 6f2ab97ced Prepare 5.3-beta1 2021-06-02 12:13:38 +02:00
Maxime Gimeno 18c7e6f513 Fix scene recenter with scaling ON 2021-05-31 14:09:07 +02:00
Jane Tournois 321e8293af
fix outdated code
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-05-28 14:55:14 +02:00
Jane Tournois 525271c25e start by looking for TBB_ROOT (env or cmake variable) and TBB_DIR (cmake variable)
and fix 2019 Update 5 version number
2021-05-28 12:20:37 +02:00
Laurent Rineau b5872a5bc4 Merge branch '5.2.x-branch' 2021-05-27 19:12:43 +02:00
Laurent Rineau 38812be5eb Merge pull request #5680 from afabri/Intersections-fix_RT-GF
Intersections_3: Fix do_intersect(sphere/triangle) if FT has no division
2021-05-27 19:12:35 +02:00
Laurent Rineau 908049d7f4 Merge pull request #5715 from albert-github/feature/bug_formula_snap_def
Adding items to central MATHJAX_CODEFILE
2021-05-27 19:12:32 +02:00
Laurent Rineau 4b414ca8c5 Merge pull request #5718 from maxGimeno/Demo-fix_statistics-maxGimeno
Polyhedron Demo: Fix classname property for selection_item

# Conflicts:
#	Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp
2021-05-27 19:12:22 +02:00
Laurent Rineau b0e79fe078 Merge pull request #5722 from maxGimeno/CGAL-Clang_tidy_new_pass-maxGimeno
Cgal clang tidy new pass max gimeno
2021-05-27 19:12:11 +02:00
Laurent Rineau 6c5a04a336 Merge pull request #5723 from maxGimeno/Doc-Dont_use_small_caps-maxGimeno
Documentation: More small caps
2021-05-27 19:12:09 +02:00
Laurent Rineau 50343e9a5f Merge pull request #5725 from afabri/Kernel_23-bugfix_for_5522-GF
Kernel_23: Fix Non_zero_dimension
2021-05-27 19:12:07 +02:00
Laurent Rineau e68e6f7b17 Merge pull request #5730 from maxGimeno/CGAL-result_of_deprec-maxGimeno
Test deprecated result_of.h
2021-05-27 19:12:04 +02:00