John Wellbelove
8a46297486
Added include to delegate tests
2023-05-01 23:38:19 +01:00
John Wellbelove
d447ca5ba8
Merge branch 'hotfix/#682-hfsm-start()-does-not-update-state-for-call_on_enter_state-=-true' into development
...
# Conflicts:
# include/etl/hfsm.h
2023-05-01 17:14:35 +01:00
John Wellbelove
e0361f05ab
Added recursive enter for child states.
2023-05-01 17:12:26 +01:00
John Wellbelove
7a131acc54
New tests for delegate
2023-05-01 15:22:00 +01:00
John Wellbelove
9f4c5bbb94
C++11 unit tests - Work in progress
2023-04-30 11:06:23 +01:00
John Wellbelove
cb91c3d4d3
Added help for script
2023-04-29 11:17:25 +01:00
John Wellbelove
223a2857a1
Tabs for spaces
2023-04-29 11:16:59 +01:00
John Wellbelove
f692c67b4f
Merge branch 'feature/c++14-tests' into development
...
# Conflicts:
# include/etl/generators/type_traits_generator.h
# test/vs2022/etl.vcxproj.filters
2023-04-28 11:52:09 +01:00
John Wellbelove
4a36990cb1
Merge branch 'master' of https://github.com/ETLCPP/etl
2023-04-28 11:41:47 +01:00
John Wellbelove
801c6735cf
Fixed Address Sanitizer issues
2023-04-28 10:32:58 +01:00
John Wellbelove
aa1d7f0f7f
Conversion of static to C++14 compatinility
2023-04-27 09:28:37 +01:00
John Wellbelove
b609548f38
Added ETL_OR_STD17 macro for the namespace for size()
2023-04-23 18:58:30 +01:00
David Ockey
49f63cd789
Added sanitization fix for MinGW ( #684 )
2023-04-08 10:52:39 +01:00
John Wellbelove
7b38e5dbe7
Removed test scripts
2023-04-02 11:27:06 +01:00
John Wellbelove
d30992852e
Merge branch 'development'
...
# Conflicts:
# .github/workflows/msvc.yml
# test/UnitTest++/Checks.h
# test/runtests-01.sh
# test/runtests-O1.sh
# test/runtests-O2.sh
# test/runtests-O3.sh
# test/runtests-c++14.sh
2023-04-02 11:26:37 +01:00
John Wellbelove
1d8d37d22b
Removed test scripts
2023-04-02 11:16:47 +01:00
John Wellbelove
363a3e2dab
Fix test array sizes
...
C++14 compiler compatibility
Updated test run scripts
Changed some ETL_ASSERT macros to ETL_ASSERT_OR_RETURN
Changed unit test macros for C++20 compaibility
Updated test run scripts
Updated CMake files to allow C++ standard selection
Replaced ETL_ASSERT_AND_RETURN with ETL_ASSERT_OR_RETURN
Updated C++14 & C++20 unit test compatibility
Changed native char8_t check
Added optional optimisation argument to bash script
2023-04-02 11:06:43 +01:00
John Wellbelove
578aea502b
Work in progress
2023-04-02 11:06:42 +01:00
John Wellbelove
3c6c1ed527
Work in progress
2023-04-02 11:06:42 +01:00
John Wellbelove
4e79554dee
#675 Compilation error in optional.h line 405
...
Changes for compatibility with C++20
Restore C++17 unit test compatibility
2023-04-02 11:06:42 +01:00
John Wellbelove
4ebd1da37d
Renamed visual-studio.yml to msvc.yml
2023-04-02 11:06:42 +01:00
John Wellbelove
c74b2cdf90
Renamed Github vs2022.yml to visual-studio.yml
2023-04-02 11:06:41 +01:00
John Wellbelove
b85d3342f7
Run Github CI with GCC 12
2023-04-02 11:06:41 +01:00
John Wellbelove
d3d5b9cf57
Updated Github CI to use checkout@v3
2023-04-02 11:06:41 +01:00
John Wellbelove
16b72f62d1
Modified CI for Github
2023-03-30 13:07:34 +01:00
John Wellbelove
1ab6eb7278
Modified CI for Github
2023-03-30 13:01:23 +01:00
John Wellbelove
db6cf143f2
Update Unittest++ checks
2023-03-29 10:03:14 +01:00
John Wellbelove
8eabe5fb26
Fix test array sizes
...
C++14 compiler compatibility
Updated test run scripts
Changed some ETL_ASSERT macros to ETL_ASSERT_OR_RETURN
Changed unit test macros for C++20 compaibility
Updated test run scripts
Updated CMake files to allow C++ standard selection
Replaced ETL_ASSERT_AND_RETURN with ETL_ASSERT_OR_RETURN
Updated C++14 & C++20 unit test compatibility
Changed native char8_t check
Added optional optimisation argument to bash script
2023-03-25 12:16:59 +00:00
John Wellbelove
bb3faea614
Merge branch 'development' into feature/c++14-tests
...
# Conflicts:
# .gitignore
# test/vs2019/etl.vcxproj
2023-03-15 12:49:11 +00:00
John Wellbelove
574e041485
#675 Compilation error in optional.h line 405
...
Changes for compatibility with C++20
Restore C++17 unit test compatibility
2023-03-15 10:28:55 +00:00
John Wellbelove
057c162c07
Renamed visual-studio.yml to msvc.yml
2023-03-10 10:56:36 +00:00
John Wellbelove
6a982b8053
Renamed Github vs2022.yml to visual-studio.yml
2023-03-09 11:34:02 +00:00
John Wellbelove
a6981d2264
Run Github CI with GCC 12
2023-03-09 10:26:01 +00:00
John Wellbelove
b6460a9689
Updated Github CI to use checkout@v3
2023-03-08 17:09:04 +00:00
John Wellbelove
0676ded8cf
Converted Visual Studio project to VS2022
2023-03-08 14:03:24 +00:00
John Wellbelove
405bdd8b8c
Convert the Visual Studio project to VS2022
2023-03-07 20:24:01 +00:00
John Wellbelove
bcad53ebb2
Array bounds and maybe-uninitialized warning fixes
...
Array bounds and maybe-uninitialized warning fixes
Added GCC/clang diagnostic disable for array bounds
Fixed false positive array bounds failure in unit tests
Added -01 & -03 quick tests
Fixed constexpr for exception constructor
Made virtual functions protected
Updated project files
Updated generated file
Updated versions and release notes
2023-03-02 13:15:42 +00:00
John Wellbelove
7bfa2d9429
Merge branch 'development' into hotfix/#649-intrusive_list-array-bounds-test-failure
...
# Conflicts:
# include/etl/intrusive_forward_list.h
# include/etl/intrusive_list.h
# include/etl/optional.h
# test/test_optional.cpp
# test/vs2019/etl.vcxproj.filters
2023-02-28 19:31:33 +00:00
John Wellbelove
8ddf0935d3
Array bounds and maybe-uninitialized warning fixes
2023-02-28 18:33:49 +00:00
John Wellbelove
4844b54c91
#668 byte_stream changes that add error exceptions have changed previous behaviour
2023-02-22 09:36:53 +00:00
John Wellbelove
79d72a1616
Fix alignas syntax
2023-02-20 11:39:03 +00:00
John Wellbelove
c5432e42ff
Merge branch 'pull-request/#672-Added-HFSM-specific-start()-and-reset()' into development
2023-02-19 13:56:10 +00:00
John Wellbelove
80b397380d
Merge branch 'pull-request/#670-span-equality-operators' into development
2023-02-19 12:13:45 +00:00
John Wellbelove
f66a29589e
Updated sanity check make files
2023-02-19 12:13:00 +00:00
John Wellbelove
1c01f98518
Merge branch 'feature/add-repair-to-circular_buffer' into development
...
# Conflicts:
# include/etl/file_error_numbers.h
2023-02-19 10:46:07 +00:00
John Wellbelove
db9d93d5e2
Added repair() to etl::circular_buffer
2023-02-19 10:45:19 +00:00
John Wellbelove
7316c07045
Added etl::contruct_object_at, etl::get_object_at and etl::destroy_object_at
2023-02-19 10:43:43 +00:00
John Wellbelove
2c15062c1b
Added etl::is_aligned, etl::alignment_exception and etl::alignment_error
2023-02-19 10:41:43 +00:00
David Ockey
055ce0d442
Added HFSM-specific start() and reset() ( #672 )
...
* Added HFSM specific Start and Reset
* Added unit tests for HFSM start() and reset()
* Updated FSM generator
2023-02-16 08:53:17 +00:00
John Wellbelove
eb3593d2ef
Added ""_sv string view operators
2023-02-13 11:40:36 +01:00