159 Commits

Author SHA1 Message Date
Roland Reichwein
c536a39f0a Treefmt config 2026-04-02 08:19:45 +01:00
Diogo Cavaleiro
c970fa9bad Add clang-format v18 workflow and configuration 2026-03-31 16:59:09 +01:00
Roland Reichwein
d5fc8d0cd1
Add code coverage report (#1357)
* Print test names at test time (#1343)

* Add code coverage report
2026-03-25 20:48:41 +00:00
Roland Reichwein
78d8b82afb Print test names at test time (#1343) 2026-03-12 20:08:22 +00: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
Roland Reichwein
8c90eb8ba8 Add etl::format (#1204)
* Synchronize on C++ 17 for "Windows - STL" and "Windows - No STL"

MSVC C++20 handles char* differently on iteration

* Add etl::format

This adds etl::format, guided by std::format, avoiding dynamic memory
allocation
2025-12-22 10:04:15 +00:00
John Wellbelove
868eaa2b79 Changed Github CI to use macos-15 2025-12-09 09:11:07 +00:00
Roland Reichwein
efd5c57419
Change generators to reflect changes in fsm.h and type_traits.h (#1211)
Previous changes were wrongfully made in fsm.h and type_traits.h
instead of in their generator counterparts.

Add CI check to ensure generated files are in sync.
2025-11-27 08:54:13 +00:00
John Wellbelove
96201f7919 Add force CI check on piull requests 2025-09-11 18:21:54 +01:00
John Wellbelove
1af74206d2 Updated PlatformIO action 2025-08-13 16:10:35 +01:00
John Wellbelove
e449a09b3e Added automated PlatformIO update CI action 2025-08-13 10:37:59 +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
Roland Reichwein
9f5ad35d41
Cleanup fixes for C++03 (#1089)
* Typo fixes

* Fix typo

---------

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2025-05-13 21:21:50 +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
2387ade3c6 Refactored Github CI workflows 2023-11-25 11:29:50 +00:00
John Wellbelove
82420b4f1b Refactored Github CI workflows 2023-11-25 11:23:08 +00:00
John Wellbelove
1e2a127dbe Refactored Github CI workflows 2023-11-25 11:20:28 +00:00
John Wellbelove
d326a7e3f9 Try clang temporary fix for Github CI 2023-11-25 10:45:49 +00:00
John Wellbelove
b973e0cbe7 Try clang temporary fix for Github CI 2023-11-25 10:42:59 +00:00
John Wellbelove
2e3ee1f7e2 Try clang temporary fix for Github CI 2023-11-25 10:33:29 +00:00
John Wellbelove
23d5ca09d9 Try clang temporary fix for Github CI 2023-11-25 10:22:30 +00:00
John Wellbelove
34e621462f Disable Clang C++20 CI tests until Guthub sorts out the issue 2023-11-24 11:09:37 +00:00
John Wellbelove
1f082c6ab3 Remove tempory fix 2023-11-24 11:07:21 +00:00
John Wellbelove
4b25a4c77b Try clang Github fix 2023-11-24 10:51:43 +00:00
John Wellbelove
98ebaff1f9 Removed temporary fix 2023-10-26 22:08:48 +02:00
John Wellbelove
623687fa1c Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
# Conflicts:
#	.github/workflows/clang.yml
2023-10-26 22:07:31 +02:00
John Wellbelove
3173d7e784 Added pul-request branches to CI 2023-10-26 22:06:48 +02:00
John Wellbelove
adcc4d9e77 Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11 2023-10-26 21:26:48 +02:00
John Wellbelove
95c7f44cc6 Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11 2023-10-26 21:02:44 +02:00
John Wellbelove
0c1bed079a Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11 2023-10-26 20:26:31 +02:00
John Wellbelove
f47fdfc0ff Try to fix library error for Github Actions for Clang C++20 2023-10-26 20:24:47 +02:00
John Wellbelove
f208eb4073 Try to fix library error for Github Actions for Clang C++20 2023-10-26 20:10:22 +02:00
John Wellbelove
ef3c6981fe Revert "Experimental -02 optimisation"
This reverts commit 3e0240591fe6886075e7b518a2eafdf6d32e0cc8.
2023-07-11 10:26:49 +01:00
John Wellbelove
3e0240591f Experimental -02 optimisation 2023-07-11 08:03:55 +01:00
John Wellbelove
f4b8fd73c6 Updated Github actions yml files 2023-05-08 17:19:01 +01:00
John Wellbelove
e61adcc51d Updated Github actions yml files 2023-05-08 09:20:43 +01:00
John Wellbelove
228cc04fd2 Updated Github actions yml files 2023-05-08 08:51:51 +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
John Wellbelove
10ea982ac9 Sanity check CI test 2023-05-07 08:37:31 +01:00
John Wellbelove
78afa95ca1 Sanity check CI test 2023-05-07 08:25:23 +01:00
John Wellbelove
b431afec9c Sanity check CI test 2023-05-07 08:19:32 +01:00
John Wellbelove
602e9aec7f Sanity check CI test 2023-05-07 08:08:58 +01:00
John Wellbelove
ae1698e988 Merge branch 'feature/sanity-checks-for-github-ci' of https://github.com/ETLCPP/etl into feature/sanity-checks-for-github-ci
# Conflicts:
#	.github/workflows/sanity-checks.yml
2023-05-06 20:12:24 +01:00
John Wellbelove
fbe703bb1c Merge branch 'feature/sanity-checks-for-github-ci' of https://github.com/ETLCPP/etl into feature/sanity-checks-for-github-ci
# Conflicts:
#	.github/workflows/sanity-checks.yml
2023-05-06 20:09:52 +01:00