Commit Graph

1091 Commits

Author SHA1 Message Date
Laurent Rineau dc25703d6f Merge branch '5.5.x-branch' into 5.6.x-branch 2024-08-28 11:44:36 +02:00
Laurent Rineau 377e2f11bc create_new_release with SELinux: call restorecon 2024-08-28 11:37:57 +02:00
Sébastien Loriot b682c47c56 Merge remote-tracking branch 'cgal/5.5.x-branch' into HEAD 2024-08-26 15:22:53 +02:00
Laurent Rineau 7838b95b94 generate review of the code 2024-08-23 15:55:55 +02:00
Laurent Rineau ac46e56236 fix SELinux contexts so that the web server can offer the files 2024-08-23 15:49:20 +02:00
Laurent Rineau 7c0619b0d1 Merge pull request #7312 from SaillantNicolas/Windows_precompiled_CGAL_3D_demos
Windows Precompiled CGAL 3D Demos
2023-06-07 15:15:51 +02:00
Laurent Rineau 8dfb91cb82 Merge pull request #7312 from SaillantNicolas/Windows_precompiled_CGAL_3D_demos
Windows Precompiled CGAL 3D Demos
2023-06-07 15:15:16 +02:00
Jane Tournois 49d0fcf880 fix demos upload URL 2023-06-06 16:22:35 +02:00
Jane Tournois 0e3464e10d scp the demos.tar.gz to public_html 2023-06-02 09:59:47 +02:00
Jane Tournois c15199f3e5 avoid using "C:" in tar arguments. "C:" is part of DEMOS_TEST_DIR 2023-06-02 09:59:47 +02:00
Jane Tournois 10404c1054 fix qwindows.dll path 2023-06-02 09:59:46 +02:00
Jane Tournois 3c8821b7de mv each demo binaries to DEMOS_TEST_DIR 2023-06-02 09:59:46 +02:00
Jane Tournois 4b7ba346f0 fix paths 2023-06-02 09:59:46 +02:00
Jane Tournois 3f30c77f55 publish results AFTER collecting demos binaries 2023-06-02 09:59:45 +02:00
Jane Tournois 1e20243096 replace ${CGAL_BINARY_DIR}/test by ${CGAL_TEST_DIR}
leftover from autotest_cgal
2023-06-02 09:59:45 +02:00
Jane Tournois 5b82ef33af remove \ (made sense in autotest_cgal but not here) 2023-06-02 09:59:44 +02:00
Jane Tournois 36b1971f0f make collect_demos_binaries() more consistent with the rest of the script
by using macros for TAR, COMPRESSOR, and variables describing paths
2023-06-02 09:59:44 +02:00
Jane Tournois 686db7277f minor reorganization 2023-06-02 09:59:43 +02:00
Jane Tournois 0f6ed75aca use plural everywhere to be consistent 2023-06-02 09:59:42 +02:00
Jane Tournois d38078245b fix typo 2023-06-02 09:59:42 +02:00
Jane Tournois 8c2b0b4065 cgal_demo_copy_all_dlls_cygwin takes two arguments:
target_directory config_type
2023-06-02 09:59:41 +02:00
Jane Tournois 53baaf70fd move collect_demo_binaries to separate function 2023-06-02 09:59:41 +02:00
Nicolas Saillant 72052b11b4 Collect Demos in run_testsuite_with_ctest 2023-06-02 09:59:40 +02:00
Sebastien Loriot b1b02d64fe
P3M3: Non-cubic domains, fixes, improvements (#7062)
## Summary of Changes

- Add a dummy point generator that is agnostic to the periodic domain's
geometry, allowing P3M3 to handle non-cubic domain.
- Add an example of P3M3 running on polyhedral domains.
- Fix a few issues in SMDS_3's tet soup reading relating to
non-manifoldness + general IO code speed improvements.
- Fix a few issues in P3M3's medit output and always duplicate facets to
reduce the quantity of non-manifoldness occurences.
- Fix an issue with including Mesh_3 headers before P3M3's.
- Fix periodic point projection (for Mesh_3 optimizers) badly computing
the projection direction
- Robustify a handful of P3M3 functions that were using intermediate
constructions rather than the <Point, Offset> API (which uses filtered
predicates and thus yields proper robustness)
- Misc minor code cleaning / modernization

ToDo:
- [x] Check if some medit IO issues are fixed
- [x] Add non-manifoldness flag to read_MEDIT
- [x] Fix value of orthosphere_radius_threshold
- [x] Check calls of insert_dummy_points() (use generic)
- [x] Check doc of P3M3 about cubic domains requirement

Not done:
- [ ] Fix sharp features for periodic polyhedral domains (problems due
to changing weights creating cover change...). Code:
https://gist.github.com/MaelRL/357c52dc04e16a162f13a3c6860a1398; WIP
diff: https://gist.github.com/MaelRL/f98809964acffbacb6d3f42793e2654e

## Release Management

* Affected package(s): `Mesh_3`,  `P3M3`, `P3T3`, `SMDS3`
* Issue(s) solved (if any): Fix #6997, Fix #7214
* Feature/Small Feature (if any): TODO
* License and copyright ownership: no change
2023-05-30 19:13:45 +02:00
Sébastien Loriot 21320a02ef Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2023-05-19 18:05:03 +02:00
Sebastien Loriot 243adaaa05
Update doc testsuite to use 1.9.6 (#7441)
Replaces #6178
2023-05-19 18:03:05 +02:00
Sébastien Loriot d23fdd85bf update testsuite script to last doxygen version 2023-05-12 19:44:58 +02:00
Mael 532b82cb9b
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF 2023-05-04 17:28:47 +02:00
Jane Tournois 7eb9a5a0cc Merge remote-tracking branch 'cgal/master' into Mesh_3-triple_line_extraction_and_weights-GF
# Conflicts:
#	Mesh_3/include/CGAL/Labeled_mesh_domain_3.h
2023-04-07 15:11:30 +02:00
Mael Rouxel-Labbé cd0c81a98a Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF 2023-03-20 10:14:27 +01:00
Laurent Rineau 95dc40f610 List workflow run: skip disabled workflows 2023-03-16 10:27:11 +01:00
Nicolas Saillant 185e510278 Fix line endings 2023-03-15 14:49:57 +01:00
SaillantNicolas 10caf9fde4
added a script that list all cgal workflow last run 2023-03-03 15:42:17 +01:00
Sébastien Loriot da39109d88 fix CI and be more strict also on the operator() call 2023-02-27 09:58:26 +01:00
Mael 8f703b54cb
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF 2023-01-27 21:48:32 +01:00
Laurent Rineau 1d6830501d Merge branch '5.5.x-branch' 2023-01-05 15:46:47 +01:00
Laurent Rineau 3cabebf827 Merge branch '5.4.x-branch' into 5.5.x-branch 2023-01-05 15:46:14 +01:00
Laurent Rineau bcc59bfbb6 CONFIG_TYPE maybe used on other platforms
On MacOS, with the XCode generator, the config type is required.
2022-12-21 14:55:42 +01:00
Mael Rouxel-Labbé b115a680bf Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF 2022-12-06 09:47:46 +01:00
Laurent Rineau dbe12c20ee Merge pull request #7072 from afabri/CGAL-cmake-3_25-GF
CGAL: Fixes for cmake 3.25

# Conflicts:
#	Barycentric_coordinates_2/examples/Barycentric_coordinates_2/CMakeLists.txt
#	Barycentric_coordinates_2/test/Barycentric_coordinates_2/CMakeLists.txt
#	Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/CMakeLists.txt
#	Polygonal_surface_reconstruction/test/Polygonal_surface_reconstruction/CMakeLists.txt
#	Shape_regularization/examples/Shape_regularization/CMakeLists.txt
#	Shape_regularization/test/Shape_regularization/CMakeLists.txt
#	Weights/examples/Weights/CMakeLists.txt
#	Weights/test/Weights/CMakeLists.txt
2022-12-05 12:22:44 +01:00
Laurent Rineau f0d4d975dd Merge pull request #7072 from afabri/CGAL-cmake-3_25-GF
CGAL: Fixes for cmake 3.25

# Conflicts:
#	Barycentric_coordinates_2/examples/Barycentric_coordinates_2/CMakeLists.txt
#	Barycentric_coordinates_2/test/Barycentric_coordinates_2/CMakeLists.txt
#	Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/CMakeLists.txt
#	Polygonal_surface_reconstruction/test/Polygonal_surface_reconstruction/CMakeLists.txt
#	Shape_regularization/examples/Shape_regularization/CMakeLists.txt
#	Shape_regularization/test/Shape_regularization/CMakeLists.txt
#	Weights/examples/Weights/CMakeLists.txt
#	Weights/test/Weights/CMakeLists.txt
2022-12-05 12:03:21 +01:00
Sébastien Loriot 20dacdb0c7 add check that cmake_minimum_required is the first line 2022-11-23 10:46:41 +01:00
Mael Rouxel-Labbé b10b84fb7f Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF 2022-11-18 16:47:07 +01:00
Sébastien Loriot c4b7c524dd fix indentation 2022-10-25 16:55:17 +02:00
Mael Rouxel-Labbé 54cfef9dc7 Fix typo in dependency check message 2022-10-25 13:31:20 +02:00
Laurent Rineau 959d2edd5e Remove a comment (was a debug work-in-progress) 2022-09-29 14:13:04 +02:00
Laurent Rineau ba47ed444a Fix the script cgal_check_dependencies.sh 2022-09-27 14:31:50 +02:00
Laurent Rineau 4c5b5843e3 sed -i -e 's/egrep/grep -E/g' 2022-07-01 16:19:36 +02:00
Laurent Rineau 734c96e951 Merge branch 'master' into pr/lrineau/6558 2022-05-06 16:25:32 +02:00
Laurent Rineau 90accc92ea Merge pull request #6499 from MaelRL/STL-Merge_is_defaults-GF
Merge parameters::Is_default and parameters::is_default_parameter
2022-05-06 14:22:02 +02:00