Commit Graph

99694 Commits

Author SHA1 Message Date
Andreas Fabri c7730920cf untabify 2022-01-24 10:27:38 +00:00
Andreas Fabri 79a38d5cb9 CGAL Examples: CGAL_assertion -> assert 2022-01-24 10:19:04 +00:00
Laurent Rineau a5a5a43205
Merge pull request #6120 from MaelRL/Kernel_23-Converter_fundamental_types-GF 2022-01-24 11:07:34 +01:00
Laurent Rineau 9001b744af Merge branch '5.4.x-branch' 2022-01-21 16:08:39 +01:00
Laurent Rineau 433a9ca049 Merge pull request #6255 from afabri/Advancing_front-fix_example-GF
Advancing Front Reconstruction: Remove unused variable in example
2022-01-21 16:08:33 +01:00
Laurent Rineau a22b459637 Merge pull request #6259 from afabri/Mesh_3-permissive-GF
Mesh_3: Fixes for VC++ with option /permissive-
2022-01-21 16:08:30 +01:00
Laurent Rineau 9eee1f19cb Merge branch '5.3.x-branch' into 5.4.x-branch 2022-01-21 16:08:18 +01:00
Laurent Rineau 32757f7fbe Merge pull request #6255 from afabri/Advancing_front-fix_example-GF
Advancing Front Reconstruction: Remove unused variable in example
2022-01-21 16:07:58 +01:00
Laurent Rineau 6218616ad8 Merge pull request #6259 from afabri/Mesh_3-permissive-GF
Mesh_3: Fixes for VC++ with option /permissive-
2022-01-21 16:07:56 +01:00
Laurent Rineau 88ff2cb365 Merge pull request #6255 from afabri/Advancing_front-fix_example-GF
Advancing Front Reconstruction: Remove unused variable in example
2022-01-21 16:07:19 +01:00
Andreas Fabri 88833ad0b4 Segment_delaunnay_graph: fstream -> sstream 2022-01-21 14:57:25 +00:00
Laurent Rineau 705273bda7 Merge branch '5.4.x-branch' 2022-01-21 14:40:51 +01:00
Laurent Rineau f39663fd9f Merge pull request #5698 from sgiraudot/PSP-Grid_simplify_outlier_filtering-GF
[Small Feature] Grid Simplification with Outlier Removal
2022-01-21 14:40:21 +01:00
Laurent Rineau 357b45af04 Merge pull request #6156 from MaelRL/PMP-Improve_SI_repair-GF
Improve self-intersection repair code
2022-01-21 14:40:18 +01:00
Laurent Rineau 4c7719cd85 Merge pull request #6241 from sloriot/CGAL-warnings
Fix warnings
2022-01-21 14:40:16 +01:00
Laurent Rineau dcea6f3c24 Merge pull request #6243 from janetournois/Tet_remeshing-fix_warning-jtournois
Tet remeshing - fix warning
2022-01-21 14:40:14 +01:00
Laurent Rineau e199ec36d7 Merge pull request #6244 from sloriot/CGAL-remove_flag_in_test
Remove conditional code as the flag has disappeared
2022-01-21 14:40:11 +01:00
Laurent Rineau 0c33abe38f Merge pull request #6247 from afabri/Installation-warning_macro-GF
Installation:  Fix issues for CGAL_WARNING
2022-01-21 14:40:09 +01:00
Laurent Rineau 005dfb0a8a Merge pull request #6248 from Skydes/fix-afsr
Advancing Front Surface Reconstruction: allow float
2022-01-21 14:40:07 +01:00
Laurent Rineau e0b1c9c21b Merge pull request #6250 from afabri/CGAL-may_be_uninitialized-GF
Hash_map:  Fix warning in test case
2022-01-21 14:40:05 +01:00
Laurent Rineau ad7f5a20d5 Merge pull request #6251 from gdamiand/LCC_warning-gdamiand
CMap remove a warning
2022-01-21 14:40:02 +01:00
Laurent Rineau 74fef7e06c Merge pull request #6252 from afabri/Voronoi-random_file_name-GF
Voronoi Diagram: Do not run tests simultaneously
2022-01-21 14:39:59 +01:00
Laurent Rineau f4d0772d40 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-01-21 14:38:50 +01:00
Laurent Rineau d33971d04a Merge pull request #6241 from sloriot/CGAL-warnings
Fix warnings
2022-01-21 14:38:40 +01:00
Laurent Rineau 4262740e9d Merge pull request #6244 from sloriot/CGAL-remove_flag_in_test
Remove conditional code as the flag has disappeared
2022-01-21 14:38:37 +01:00
Laurent Rineau 9e75a2b524 Merge pull request #6252 from afabri/Voronoi-random_file_name-GF
Voronoi Diagram: Do not run tests simultaneously
2022-01-21 14:38:34 +01:00
Laurent Rineau 2a33e703cc Merge pull request #6241 from sloriot/CGAL-warnings
Fix warnings
2022-01-21 14:37:59 +01:00
Laurent Rineau 9fb924cca5 Merge pull request #6252 from afabri/Voronoi-random_file_name-GF
Voronoi Diagram: Do not run tests simultaneously
2022-01-21 14:37:56 +01:00
Sebastien Loriot a92845cde2
Fix phrasing
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-01-21 11:29:26 +01:00
albert-github b9d05bb323 Warning when building Periodic_2_triangulation_2 documentation
When building the Periodic_2_triangulation_2 documentation we get the warning:
```
/home/cgal-testsuite/cgal_doc_build/CGAL-5.5-Ic-3/doc/Periodic_2_triangulation_2/Periodic_2_triangulation_2.txt:202: warning: End of list marker found without any preceding list items
```

This has ben corrected.
2022-01-21 11:09:58 +01:00
Andreas Fabri 29fc20fc04 Fix by constructing a CFT from the double before doing operator-() ; Comment the testcase in Number_types 2022-01-20 13:04:12 +00:00
Andreas Fabri 8e29ad66fe Add test of Exact_rational - double 2022-01-20 10:34:56 +00:00
Andreas Fabri ade80dcf4d Fix initialisation of atomic 2022-01-20 08:44:38 +00:00
Andreas Fabri d4f9be848c Mesh_3: Fixes for VC++ with option /permissive- 2022-01-19 13:58:51 +00:00
Sébastien Loriot a0c17c8655 fix post condition 2022-01-19 13:21:00 +01:00
Andreas Fabri 75336a3248 Advancing Front Reconstruction: Remove unused variable in example 2022-01-19 07:57:14 +00:00
Andreas Fabri 9ea73d7369 Deal with Algebraic_kernel 2022-01-19 07:40:21 +00:00
Andreas Fabri ceb8ae30e9 Deal with P2T2 2022-01-19 07:38:39 +00:00
Andreas Fabri c725bcfc4f Deal with Weights 2022-01-19 07:33:31 +00:00
Andreas Fabri a233f10b21 Deal with Arrangement 2022-01-19 07:30:22 +00:00
Andreas Fabri fef62b8624 Deal with Arrangement 2022-01-19 07:28:25 +00:00
Andreas Fabri ed1e777525 Deal with BGL 2022-01-19 07:22:27 +00:00
Andreas Fabri a7435e7367 Deal with Combinatorial_map 2022-01-19 07:21:46 +00:00
Andreas Fabri 3d17d3d3f3 Deal with LCC 2022-01-19 07:20:15 +00:00
Andreas Fabri 141ac1502d Deal with Number_types 2022-01-19 07:17:49 +00:00
Andreas Fabri 5259a2317a Deal with Mesh_3 2022-01-18 18:58:06 +00:00
Andreas Fabri b90d86edb3 Deal with P3T3 2022-01-18 18:53:02 +00:00
Andreas Fabri 03bcb67ca6 Deal with PCA 2022-01-18 18:51:37 +00:00
Andreas Fabri 9169b6f23f Deal with PCA 2022-01-18 18:49:02 +00:00
Andreas Fabri 2c2122f4f8 Deal with Property_map 2022-01-18 18:47:42 +00:00