1024 Commits
Author SHA1 Message Date
Sébastien Loriot 6fc46ed6cc handle MIT 2026-08-21 09:57:21 +02:00
Laurent Rineau d6b74a797d update scripts for test machines
[skip ci]
2026-06-25 11:47:44 +02:00
Sébastien Loriot 3a4805cac9 move official doxygen version to 1.17.0 2026-06-12 15:21:52 +02:00
Laurent Rineau c2e400e390 use GraphQL to modify labels by batch 2026-06-11 17:15:32 +02:00
Sébastien Loriot 934cd7fcad Merge remote-tracking branch 'cgal/6.1.x-branch' into 'cgal/main' 2026-06-03 10:06:12 +02:00
Laurent Rineau 3e28ba76f9 minor change 2026-05-29 15:01:21 +02:00
Laurent Rineau b1a2dc200c developer_scripts/list_test_runner_machines: add an option to see security updates 2026-05-18 10:14:11 +02:00
Laurent Rineau 808a7f5c7d improve setup script
- add known_hosts for cgaltest user,
- install pcp and cockpit-podman,
- and configure dnf5 automatic updates (if dnf5 exists)
2026-02-10 12:14:24 +01:00
Sebastien Loriot e4c7b16aea Spelling corrections (#9276)
Spelling corrections
2026-01-15 18:24:53 +01:00
Sebastien Loriot 93093e8dd4 CDT_3: ship <tl/expected.hpp> (#9145) (#9197)
Replaces the `FetchContent` mechanism with a vendored copy of
`tl/expected.hpp` (v1.1.0).

The header is placed in `CGAL/tl/expected.hpp` to avoid namespace
pollution.
This also removes the CMake module `CGAL_setup_tl-excepted.cmake`.

## Release Management

* Affected package(s): Constrained_triangulation_3
* Issue(s) solved (if any): #9145
* License and copyright ownership: CC0 1.0 Universal (tl/expected.hpp)
2026-01-14 17:18:26 +01:00
albert-github a223559d82 Spelling corrections
Spelling corrections
2026-01-13 18:10:02 +01:00
Laurent Rineau 625ea543f3 fix warning about deprecated egrep 2026-01-12 14:35:13 +01:00
Laurent Rineau 64ac096ffe fix the detectiong of pkg license 2026-01-12 14:23:53 +01:00
Sébastien Loriot 69d6cdd151 Merge remote-tracking branch 'cgal/6.1.x-branch' into 'cgal/main' 2025-12-19 17:37:15 +01:00
Laurent Rineau 88726406be Merge remote-tracking branch 'lrineau/CGAL-fix_missing_inline_keywords-GF' into CGAL-fix_missing_inline_keywords-6.1.x-GF 2025-12-18 16:14:44 +01:00
Laurent Rineau c92344e50c do check the target check_headers_linked_twice 2025-12-18 16:12:27 +01:00
Laurent Rineau 28bf0c6802 fix shellcheck warnings/errors 2025-12-18 16:12:12 +01:00
Sébastien Loriot 47ef182fa2 Merge remote-tracking branch 'cgal/6.1.x-branch' into cgal/main 2025-12-12 17:49:36 +01:00
Sébastien Loriot 061bc2dc29 Merge remote-tracking branch 'cgal/6.0.x-branch' into cgal/6.1.x-branch 2025-12-12 17:48:59 +01:00
Sven Oesau 960b646074 removing directory from TAG_DIR 2025-12-09 15:57:25 +01:00
Laurent Rineau 72c8cc152a new way to search for TAG_DIR 2025-12-08 15:59:06 +01:00
Laurent Rineau f017011037 rename master to main in our scripts 2025-09-19 17:32:59 +02:00
Sébastien Loriot 78cfeacf01 Merge pull request #8186 from lrineau/Triangulation_3-CDT_3-lrineau
New package: CGAL 3D conforming constrained Delaunay triangulations
2025-06-26 21:57:17 +02:00
Laurent Rineau 12b4c6407c GF stuff 2025-06-11 11:13:20 +02:00
Jane Tournois 0ab9d3eebf Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
# Conflicts:
#	Installation/CHANGES.md
2025-06-10 11:18:38 +02:00
Laurent Rineau 4dfbdea53d first time this script is actually used... 2025-06-02 19:36:27 +02:00
Laurent Rineau cd798cc6eb add cgaltest in docker group 2025-06-02 18:54:16 +02:00
Laurent Rineau 8a25dea52d Merge branch '6.0.x-branch'
# Conflicts:
#	Scripts/developer_scripts/run_testsuite_with_ctest
2025-05-30 20:53:53 +02:00
Laurent Rineau ed67a04c70 add a script to install GF test machines 2025-05-27 20:58:51 +02:00
Laurent Rineau b8f847870c Remove the write permissions for submitted test results 2025-05-27 11:04:56 +02:00
Laurent Rineau d4f790def6 fix errors 2025-05-26 18:02:24 +02:00
Sébastien Loriot 0b62da54bb update script 2025-05-22 18:11:37 +02:00
Sébastien Loriot 2615a2abe8 add missing addgroup 2025-05-22 16:22:04 +02:00
Laurent Rineau e972b9a1fb fix min/max macro issue 2025-04-03 16:13:25 +02:00
Laurent Rineau f65975e2b1 add a script to detect min/max issues 2025-02-12 13:53:31 +01:00
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
Sébastien Loriot b19515e1f8 Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-01-24 08:09:18 +01:00
Sébastien Loriot 7720caa9dc Merge remote-tracking branch 'cgal/5.6.x-branch' into HEAD 2025-01-24 08:08:33 +01:00
Sébastien Loriot 88ed74a164 script not used 2025-01-22 14:42:00 +01:00
Sébastien Loriot d8106aab4b we now use ctest for testing + extra clean up 2025-01-22 11:42:50 +01:00
Sébastien Loriot 40c8d76834 remove no longer used scripts 2025-01-21 11:26:01 +01:00
Sébastien Loriot bcd33215a7 Merge remote-tracking branch 'cgal/5.6.x-branch' 2025-01-17 18:52:19 +01:00
Sébastien Loriot fe88db2bb3 workaround issue with file command 2025-01-17 18:46:13 +01:00
Sébastien Loriot 679cd8cd23 workaround issue with file command 2025-01-17 17:15:49 +01:00
Sébastien Loriot 796a7bd066 more types 2025-01-17 15:09:38 +01:00
Laurent Rineau b3a59ac00a save my last version
- linter warnings,
- better use of `column|bat`
2024-12-13 16:23:15 +01:00
Laurent Rineau 1cf07aaa07 fix the linter warnings 2024-12-13 16:22:51 +01:00
Nicolas Saillant 70353fb547 Refactor cgal_testsuite_report.py to improve variable naming and enhance third-party library handling 2024-12-13 14:35:05 +01:00
Nicolas Saillant 44f4faa69b Merge branch 'master' into platform-info-script-GF 2024-12-13 12:34:50 +01:00
Laurent Rineau 0c1ccd6ed1 lint and format the Python script 2024-12-12 18:20:20 +01:00