Commit Graph

285 Commits

Author SHA1 Message Date
Laurent Rineau 561e7f16d6 Merge pull request #8201 from afabri/ToS-IO-GF
Triangulation on Sphere: Fix I/O

# Conflicts:
#	Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_on_sphere_2.h
#	Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2.h
#	Triangulation_on_sphere_2/test/Triangulation_on_sphere_2/CMakeLists.txt
2024-06-10 18:45:09 +02:00
Mael Rouxel-Labbé f8abb836a0 Use the correct enum value 2024-06-04 17:39:15 +02:00
Mael Rouxel-Labbé a4a2b7d702 Misc clean-up 2024-06-04 17:35:04 +02:00
Mael Rouxel-Labbé c0f4018522 Modify data as to have an error with the default sphere 2024-06-04 17:34:34 +02:00
Mael Rouxel-Labbé de92d89071 Also read and write the sphere's center and radius 2024-06-04 17:34:13 +02:00
Mael Rouxel-Labbé 99058987d9 Factorize ToS2 DToS2 is_valid() functions 2024-06-04 16:55:04 +02:00
Mael Rouxel-Labbé 085b6a86c8 Add missing requirement for ToS2 face base IO 2024-06-04 16:54:35 +02:00
Mael Rouxel-Labbé d9249532dd Fix uninitialized member 2024-06-04 16:54:22 +02:00
Andreas Fabri 2d455ebf57 improvement but not yet a fix 2024-05-16 08:04:32 +01:00
Andreas Fabri 195001267f Try to fix a warning 2024-05-16 07:00:06 +01:00
Andreas Fabri 67b909cd67 Fix assertion 2024-05-14 15:59:51 +01:00
Andreas Fabri 4f592ed50c Add operator <<() and >>() for the ToS_face_base that handles the ghost status 2024-05-14 15:58:46 +01:00
Andreas Fabri 516ef8f4c4 show that ghost status gets lost 2024-05-14 15:58:46 +01:00
Andreas Fabri a0cd7f8926 While we skip the first vertex when we write, we must not skip it when we read 2024-05-14 15:58:45 +01:00
Andreas Fabri fcdc74f7b9 whitespace 2024-05-14 15:58:44 +01:00
Andreas Fabri 69d42b29e6 Triangulation on Sphere: Fix I/O 2024-05-14 15:58:16 +01:00
Nuno Miguel Nobre 0469f46105 Fix plurals in a number of manuals 2023-06-20 13:29:44 +01:00
Laurent Rineau f15b1447a0 Merge pull request #7477 from MaelRL/ToS2-Examples_tiny_fixes-GF
Fix usages of Tos2 face count function
2023-06-05 15:10:11 +02:00
Laurent Rineau 4ad7f3893e Merge pull request #7477 from MaelRL/ToS2-Examples_tiny_fixes-GF
Fix usages of Tos2 face count function
2023-06-05 14:01:22 +02:00
Mael Rouxel-Labbé 9bd19e82d6 Use the correct function for solid faces 2023-05-28 23:21:53 +02:00
Mael Rouxel-Labbé 77c7335347 Remove useless header include 2023-05-28 23:17:33 +02:00
Laurent Rineau fe5a36c08e fix all the CMakeLists.txt for Qt5 2023-04-27 17:27:37 +02:00
albert-github 2d60f46985 issue #7231 Improvement of layout of refines relations.
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
Mael 153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2023-01-27 22:09:02 +01:00
Mael 6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2022-12-05 16:03:41 +01:00
albert-github c32b1f4127 spelling corrections
Some spelling corrections (Directories starting with `S` rest - `W`),
2022-11-16 13:22:39 +01:00
albert-github eed54a0ae5 spelling corrections
Some spelling corrections (Directories starting with `O`-`S` , first part),
some backward work
some forward work
2022-11-15 18:45:39 +01:00
albert-github 45478184de spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Andreas Fabri d3fca65ae5 CGAL: No longer per package assertions 2022-09-23 12:49:40 +01:00
Mael Rouxel-Labbé 6f187f332c Misc minor fixes/improvements 2022-09-14 14:08:23 +02:00
Mael Rouxel-Labbé 9b265fddf8 Uniformize REQUIRED / QUIET usage:
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
                        (QUIET depending on required or optional 3rd party)
2022-09-06 16:24:27 +02:00
Mael Rouxel-Labbé 4fc486b195 Purge CMakeLists.txts from obsolete code / noise 2022-09-06 16:19:11 +02:00
Mael Rouxel-Labbé 7cb21c24b0 Uniformize message() for missing 3rd party libraries
STATUS for non-essential, NOTICE for important stuff
2022-09-06 16:07:31 +02:00
Sébastien Loriot 4f5f8341cc use std::enable_if_t 2022-06-10 07:37:53 +02:00
Laurent Rineau 734c96e951 Merge branch 'master' into pr/lrineau/6558 2022-05-06 16:25:32 +02:00
Laurent Rineau 6759525f84 Merge pull request #6552 from sloriot/ToS2-demo_cmake
Fix error message
2022-05-06 14:20:45 +02:00
Laurent Rineau 2288225448 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
Sébastien Loriot 322b183d43 fix error message 2022-05-03 18:31:07 +02:00
Laurent Rineau 479d9025ed Merge pull request #6359 from MaelRL/Distance_3-fix_p_tr_distance-GF
Fix squared_distance(Point_3, Triangle_3)
2022-03-09 11:40:26 +01:00
Mael Rouxel-Labbé 2dd39271e6 Fix typo 2022-02-24 21:58:28 +01:00
Sébastien Loriot 75b03e6c0a use_default_values() -> default_values() 2022-01-10 18:36:37 +01:00
Sébastien Loriot 6d3176e061 move Named_parameters class in STL_extension
helpers stay in BGL because it depends on BGL tags
2022-01-07 15:12:22 +01:00
Sébastien Loriot b04a5f9124 remove overloads with default parameters 2022-01-04 16:14:49 +01:00
Sébastien Loriot a6d9b99466 move macros in BaseDoxyfile 2022-01-04 11:10:09 +01:00
Laurent Rineau 4d38f2b7b3 Merge pull request #6114 from sloriot/CGAL-cmake_clean_up
Clean cmake scripts of examples and tests
2021-11-18 12:27:19 +01:00
Laurent Rineau 33ff2bf3eb Call cgal_add_compilation_test to fix the CTest testsuite 2021-11-09 16:09:54 +01:00
Sébastien Loriot ab48f63e30 update latest cmake version tested 2021-11-09 10:58:47 +01:00
Sébastien Loriot 513d67d957 update version requirements 2021-11-09 10:07:25 +01:00
Sébastien Loriot efbd86df7f extra manual fixes 2021-10-05 17:42:21 +02:00
Sébastien Loriot 47028cd184 automatically move data files in data dir + update paths
Done for OFF/OBJ/STL/XYZ/PWN/PLY
2021-10-04 09:42:49 +02:00