5637 Commits

Author SHA1 Message Date
John Wellbelove
99432a8e71 Attempted fixes for MacOS compilation 2025-09-04 19:53:12 +01:00
John Wellbelove
1216ab2247 Attempted fixes for MacOS compilation 2025-09-04 19:53:11 +01:00
John Wellbelove
dffb611036 Attempted fixes for MacOS compilation 2025-09-04 19:53:11 +01:00
John Wellbelove
57e52ba217 Disabled constexpr const container tests for C++11 2025-09-04 19:53:10 +01:00
John Wellbelove
90f933ff69 Updated version and release notes 2025-09-04 19:53:09 +01:00
John Wellbelove
475e6dd878 Added enhanced coderabbit configuration 2025-09-04 19:53:08 +01:00
John Wellbelove
eea7fe227d Added automatic selection of __builtin_memxxx functions for GCC and clang 2025-09-04 19:52:50 +01:00
John Wellbelove
f835daec50 Fixed compilation issues for const containers unit tests 2025-09-04 19:52:49 +01:00
John Wellbelove
ebd2edde8f Changed char* parameters to value_type* parameters 2025-09-04 19:52:48 +01:00
John Wellbelove
0676f8345f Fixes to GCC -O2 errors 2025-09-04 19:52:47 +01:00
John Wellbelove
9db992256f Added release notes 2025-09-04 19:52:47 +01:00
John Wellbelove
ece4b711f5 Added etl::typed_storage_ext and swap for same
# Conflicts:
#	include/etl/alignment.h
2025-09-04 19:52:46 +01:00
John Wellbelove
33302790ba Added etl::typed_storage_ext and swap for same 2025-09-04 19:52:45 +01:00
John Wellbelove
aea6e7da8b Added ETL_NOEXCEPT and ETL_NOEXCEPT_IF_NO_THROW 2025-09-04 19:52:45 +01:00
John Wellbelove
dffbd1e1ef Modified etl::typed_storage
# Conflicts:
#	include/etl/alignment.h
2025-09-04 19:52:44 +01:00
John Wellbelove
c52b6d0673 Modified etl::typed_storage 2025-09-04 19:52:07 +01:00
John Wellbelove
e2a07c98bf Added builtin mem function tests 2025-09-04 19:52:06 +01:00
John Wellbelove
c93440dadb Added coderabbitai configuration 2025-08-30 18:29:52 +01:00
John Wellbelove
e3dac1e33e Merge branch 'development' 20.43.0 2025-08-19 19:13:31 +01:00
John Wellbelove
cde5bcff69 Updated release notes and version 2025-08-19 18:50:57 +01:00
John Wellbelove
2a970134da Removed releaser and destroyer in favour of lambdas and similar 2025-08-19 16:01:46 +01:00
John Wellbelove
6b7bfb8633 Merge branch 'development' of https://github.com/ETLCPP/etl into development 2025-08-19 13:18:34 +01:00
John Wellbelove
4d5cb98d29 Fixed ETL_NOEXCEPT_IF_NO_THROW and #define ETL_NOEXCEPT_IF_NO_THROW_EXPR(...) for C++03
Updated example

Added releaser and destroyer functors to etl::ipool to simplify integration with etl::unique_ptr
2025-08-19 13:18:21 +01:00
John Wellbelove
fb6c42ec78 Fixed ETL_NOEXCEPT_IF_NO_THROW and #define ETL_NOEXCEPT_IF_NO_THROW_EXPR(...) for C++03 2025-08-18 19:45:40 +01:00
John Wellbelove
5f37af3f83 Changed release() to destroy() to match create() 2025-08-18 19:44:51 +01:00
John Wellbelove
44ec1e4f25 Updated release notes 2025-08-18 17:34:53 +01:00
John Wellbelove
ac1d2c82d1 Added not_null comparison tests 2025-08-18 17:13:07 +01:00
John Wellbelove
0a5fcef331 Merge branch 'feature/#1166-Feature-Request--implement-not_null' of https://github.com/ETLCPP/etl into feature/#1166-Feature-Request--implement-not_null 2025-08-18 16:52:00 +01:00
John Wellbelove
3a25d5934a Added constexpr. Removed some member functions. Removed 'move' member functions for etl::not_null<etl::unique_ptr<T, TDeleter>> 2025-08-18 16:51:49 +01:00
John Wellbelove
3bc87f1045 Changed unique() to underlying_type()
Added underlying_type() to etl::not_null<T*>
2025-08-18 16:51:00 +01:00
John Wellbelove
2d22dfe236 Changed unique() to underlying_type()
Added underlying_type() to etl::not_null<T*>
2025-08-18 16:50:59 +01:00
John Wellbelove
877ef005ea Fixed file Id error
Updated CMakeLists.txt for tests and syntax checks
2025-08-18 16:50:58 +01:00
John Wellbelove
28d90aa80c Initial implementation 2025-08-18 16:50:57 +01:00
John Wellbelove
f6fd44a096 Initial implementation 2025-08-18 16:50:57 +01:00
John Wellbelove
63d7470685 Added etl::nontype_t, with C++11 and C++17 alternatives 2025-08-18 14:22:33 +01:00
John Wellbelove
450948933f Added example of the use of etl::unique_ptr with etl::pool 2025-08-18 14:20:45 +01:00
John Wellbelove
037029ea84 Added constexpr. Removed some member functions. Removed 'move' member functions for etl::not_null<etl::unique_ptr<T, TDeleter>> 2025-08-17 10:37:27 +01:00
John Wellbelove
ae8aff5ed8 Merge branch 'feature/#1166-Feature-Request--implement-not_null' of https://github.com/ETLCPP/etl into feature/#1166-Feature-Request--implement-not_null 2025-08-16 10:57:20 +01:00
John Wellbelove
2edde546c4 Merge branch 'feature/#1166-Feature-Request--implement-not_null' of https://github.com/ETLCPP/etl into feature/#1166-Feature-Request--implement-not_null 2025-08-16 10:57:14 +01:00
John Wellbelove
1963593159 Merge branch 'feature/#1166-Feature-Request--implement-not_null' of https://github.com/ETLCPP/etl into feature/#1166-Feature-Request--implement-not_null 2025-08-16 10:38:38 +01:00
John Wellbelove
94f7d9956d Changed unique() to underlying_type()
Added underlying_type() to etl::not_null<T*>
2025-08-16 10:38:29 +01:00
John Wellbelove
d7585508da Changed unique() to underlying_type()
Added underlying_type() to etl::not_null<T*>
2025-08-16 10:12:41 +01:00
John Wellbelove
109ba9350d Updated syntax check tests 2025-08-15 19:26:18 +01:00
John Wellbelove
08ed69bac7 Fixed file Id error
Updated CMakeLists.txt for tests and syntax checks
2025-08-15 18:04:50 +01:00
John Wellbelove
20f5c0402e Initial implementation 2025-08-15 17:18:15 +01:00
John Wellbelove
9c046b710c Initial implementation 2025-08-15 10:27:35 +01:00
John Wellbelove
f67ae46be6 Merge branch 'master' of https://github.com/ETLCPP/etl 2025-08-15 10:25:46 +01:00
John Wellbelove
efae99252b Fixed VS2022 project file list 2025-08-15 10:25:08 +01:00
John Wellbelove
5312f5eddd Added explicit check for remainder in divide_round_to_infinity 2025-08-15 10:24:45 +01:00
John Wellbelove
2a32826b86 Merge branch 'master' of https://github.com/ETLCPP/etl 2025-08-13 21:07:03 +01:00