15 Commits

Author SHA1 Message Date
Roland Reichwein
a2e274bbc5
Run C++26 workflows with docker (#1421)
Ubuntu 26.04 is not available in github workflows directly and won't be soon.
But ubuntu-26.04 is available as docker container. So use it for running
C++26 workflows which were disabled previously.
2026-04-30 12:27:12 +02:00
Roland Reichwein
5dc682b7ff
Support for C++26 (#1375)
Includes C++26 related infrastructure macros.
Fixes compile errors when compiling under C++26.
Initially supported C++26 features:

- [[indeterminate]]
- new 2022 ISO prefixes in ratio.h
- atomic fetch_max() and fetch_min()
- is_virtual_base_of
- is_trivially_relocatable and trivially_relocate
- saturation arithmetic: add_sat, sub_sat, mul_sat, div_sat, saturate_cast
2026-04-15 15:53:29 +02:00
John Wellbelove
6d6ecc9fb5
Add etl::inplace_function (#1251)
* Imported inplace_function and invoke functionality from original branch

* Fixed spelling mistake

* Update test/CMakeLists.txt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update test/test_inplace_function.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Moved member type function_ptr to private section

* Updated comments in inplace_function.h

* Updated action workflows to be triggered on a pull-request based on development branch

* Added suggested changes from PR reviews

---------

Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.co.uk>
2026-01-10 09:46:50 +01:00
John Wellbelove
96201f7919 Add force CI check on piull requests 2025-09-11 18:21:54 +01:00
Roland Reichwein
fe928fa53a
Support C++23 (#1069)
* Support C++23

* Fix syntax checks for correct C++ standard version

---------

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2025-05-13 21:27:04 +01:00
John Wellbelove
0c2434239b Updates to CI scripts 2025-02-01 19:09:41 +00:00
John Wellbelove
bad4046e91 Updated Github Actions to checkout@v4 2024-11-10 17:59:56 +00:00
John Wellbelove
b8aa776c59 Updated workflows 2024-07-31 10:51:41 +01:00
John Wellbelove
87a2e544ad Added 'Syntax Check' to syntax check test runner names. 2024-07-29 10:56:00 +01:00
John Wellbelove
3173d7e784 Added pul-request branches to CI 2023-10-26 22:06:48 +02:00
John Wellbelove
f4b8fd73c6 Updated Github actions yml files 2023-05-08 17:19:01 +01:00
John Wellbelove
5da752295a Merge branch 'feature/syntax-checks-for-github-ci' of https://github.com/ETLCPP/etl into feature/syntax-checks-for-github-ci 2023-05-07 10:42:05 +01:00
John Wellbelove
ac15ce166b Merge branch 'feature/syntax-checks-for-github-ci' of https://github.com/ETLCPP/etl into feature/syntax-checks-for-github-ci 2023-05-07 10:25:44 +01:00
John Wellbelove
3aa4a8af03 Sanity check CI test 2023-05-07 10:20:26 +01:00
John Wellbelove
f9d2b5e270 Sanity check CI test 2023-05-07 09:58:54 +01:00