Commit Graph

1161 Commits

Author SHA1 Message Date
Laurent Rineau 8eefb7f173 Merge branch 'master' into pr/lrineau/8273 2025-02-07 16:10:52 +01:00
Laurent Rineau 050677f002 add CMake option CGAL_with_benchmarks 2025-02-06 01:21:42 +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
Laurent Rineau b0ca0e2e51 Add shebang and fix list_test_runner_machines path in cgal_testsuite_report.py 2024-12-12 18:12:05 +01:00
Laurent Rineau d602987879 update the script 2024-12-12 18:11:36 +01:00
Nicolas Saillant 20424d4f20 Add Docker image retrieval and summary to testsuite report 2024-12-03 15:27:10 +01:00
Nicolas Saillant bd8a26a720 Add CGAL_SUMMARY_NAME to test results output 2024-11-29 15:53:39 +01:00
Nicolas Saillant 1105ed409d Add Docker information retrieval and reporting to testsuite report script 2024-11-29 15:43:57 +01:00
Laurent Rineau 7b5d5e4b1c use the formatter and fix a few lint warning 2024-11-21 18:44:23 +01:00
Laurent Rineau 09ea26bcec my review 2024-11-21 18:35:24 +01:00
Nicolas Saillant 24710afe30 Add initial version of CGAL testsuite report script 2024-11-21 15:52:34 +01:00
Nicolas Saillant 8c6c08baab Add OS extraction and TPL initialization 2024-11-08 09:19:25 +01:00
Sebastien Loriot 2a572754d5
Add Compiler and OS Info to the TestSuite description table (#8188)
## Summary of Changes
Add Compiler and OS Information to TestSuite Platform Description Table
This PR is linked with those PRs:
   - https://github.com/CGAL/cgal-testsuite-dockerfiles/pull/153
   - https://github.com/CGAL/cgal-testsuite-dockerfiles/pull/154

The version of this Pull Request can be reviewed at [this
link](https://cgal.geometryfactory.com/~nsaillant/testsuite8188/TESTRESULTS/)

## Release Management

* Issue(s) solved (if any): #8167
2024-10-23 11:57:16 +02:00
Laurent Rineau 938ff88212
tag_pr_per_release.sh: allow to relaunch the script if it failed
and code review with GH Copilot
2024-10-23 10:08:57 +02:00
Laurent Rineau 7a0cc29fa3 update a comment in the script 2024-10-22 12:23:00 +02:00
Sebastien Loriot ae35bab3ff
Mac OS X cleaning (#8536) 2024-10-14 10:56:25 +02:00
Sébastien Loriot 1c50e0bede Mac OS X cleaning 2024-10-10 14:21:34 +02:00
albert-github dd02af92a2 issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
Spelling corrections, `en-GB` -> `en-US`
2024-10-05 11:28:29 +02:00
Laurent Rineau 2ca0e52a85 fixes post-CGAL-6.0
[skip ci]
2024-10-01 16:31:06 +02:00
Laurent Rineau 9b4c27d470 Refactor indentation in a few developer scripts (remove tabs)
I have ignored the scripts that I do not use.

NOTE: `Scripts/developer_scripts/create_internal_release` seems not
used anymore, but I have updated it anyway.`
2024-09-25 19:59:55 +02:00
Laurent Rineau de1872f46c fix the error
```
Source file /home/lrineau/CGAL/collect_and_public_testresults/TESTRESULTS/../Summary_Script.js does not exist. at ./create_testresult_page line 898.
```

.. and another fix about `/usr/sbin/restorecon`.
2024-09-25 13:10:57 +02:00
Laurent Rineau 262fb0bb87 Merge remote-tracking branch 'cgal/master' into List-third-party-libraries-GF 2024-09-20 09:29:21 +02:00
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
Laurent Rineau 62cb850d5b create_new_release with SELinux: call restorecon 2024-08-26 15:39:02 +02:00
Sébastien Loriot 1805701903 Merge remote-tracking branch 'cgal/5.6.x-branch' 2024-08-26 15:23:41 +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
Sébastien Loriot 483d43cdf2 use default that is fine for most of the packages 2024-08-23 11:12:01 +02:00
Nicolas Saillant 2fad60090a Add sed command to extract third-party library info 2024-08-22 09:13:09 +02:00
Laurent Rineau 847df9a0c9 better error handling for doxygen testsuite 2024-07-09 11:48:41 +02:00
Laurent Rineau 32893b91c0 Merge pull request #8263 from lrineau/CGAL-update_minimal_cmake-GF
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-12 10:06:12 +02:00
Laurent Rineau 3a223ebd1e cmake_minimum_required(VERSION 3.12...3.29) 2024-06-06 20:19:44 +02:00
albert-github 36c8b7589d Spelling corrections
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
Laurent Rineau 621859b526 Rename Polyhedron demo to CGAL Lab
And announce it in the `CHANGES.md`.
2024-04-18 12:39:30 +02:00