etl
add static assert with auto message
#740
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
129
Changes
View On
GitHub
add static assert with auto message
#740
jwellbelove
merged 129 commits into
ETLCPP:pull-request/#740-add-static-assert-with-auto-message
from
dhebbeker:feature/add-static_assert-with-auto-message
Resolve all C++ -O2 warnings
d1aaa77a
Updated release notes and version
91eb44d6
Made unit test suite names unique
0f185c3f
Added etl::bit_v for C++17
81d2ec0f
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
5c3d659e
jwellbelove
changed the base branch from
master
to
feature/add-static_assert-with-auto-message
1 year ago
jwellbelove
deleted the branch
pull-request/#740-add-static-assert-with-auto-message
1 year ago
jwellbelove
closed this
1 year ago
jwellbelove
reopened this
1 year ago
jwellbelove
changed the base branch from
feature/add-static_assert-with-auto-message
to
pull-request/#740-add-static-assert-with-auto-message
1 year ago
jwellbelove
added
enhancement
add stringify macro (#741)
cab9b768
Updated stringify macro for variadic parameters
81815a2d
Merge branch 'pull-request/#741-add-stringify-macro' into development
2ec6ed54
Edited comments
9d59e2d7
Added multi char type strcmp, strncmp, strcpy & strncpy
2c3fa4a7
Added support for self transitions
27e9e3c1
Remove some unreachable code in bitset_new.h (#743)
99855397
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
13d723f2
Re-enabled tests for etl::string_ext
f927a1b6
Changes require for non-virtual messages
45fb06af
MutexMessageRouter example
9f489074
Allow C++03 delegate in etl::callback_timer
faed17ab
#745 Assertion triggered in hash.h when compiling for MSP430
06761ca5
Removed redundant #includes
77fb39c9
Removed unused variable
870759fc
Added time_to_next() status function
11daaa39
Added 'sentence case' versions of constants
f4ca3cef
Added C++03 compatible etl::move or etl::move_backward
7e266687
Added c++03 zero parameter emplace member functions
53084ae9
Fix issue of release of an object on empty an pool
7e315613
Remove used variable
f5f0ef35
Remove used variable
076896e3
Merge branch 'hotfix/#746-Missing-etl--legacy--variant-overload-of-em…
a65725a2
Merge branch 'feature/#744-get-time-when-next-timer-will-expire-etl--…
ee7fc161
Change to require semicolons after debug count macros.
c92ab942
Added destructor to CMSIS_RTOS2 mutex
5402a3ed
Updated version and release notes
b38afd7f
Removed semicolon warnings
94654689
Updated vesrion and release notes
7fdaa7c9
#753 [porting] IAR's overload resolution struggles with etl::span::sp…
01d96609
#755 warning about constexpr in array.h
a4879c89
Re-enabled tests
ec8dea96
const_reference at(size_t i) const is only constexpr from C++14
d5178476
Added conversion operators to std::span
34029b4b
MacOS clang span issue
6f3e6a5d
MacOS clang span issue
e3cb4783
MacOS clang span issue
5db82de4
MacOS clang span issue
fc63a51f
MacOS clang span issue
92950676
Updated version and release notes
89306df9
Possible fix for #756
9705ee23
Fixed: move assignment not working for non-empty containers (#759)
ba561955
Updated release notes
5aa9333b
Make "private" includes relativ (#761)
20a55faf
Make "private" includes relativ (#761)
20cfebc8
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
8ef5353d
Remove BOM from random.h (#762)
26cf2afd
Enabled etl::overload for C++11 & C++14
8e83a265
Added conversion operators to std::span
4469aeb6
Updated version and release notes
0216ecf0
Possible fix for #756
93112569
Fixed: move assignment not working for non-empty containers (#759)
93091cff
Updated release notes
add9ce13
Make "private" includes relativ (#761)
b2adb0de
Remove BOM from random.h (#762)
ee8be059
Enabled etl::overload for C++11 & C++14
9a73f5e3
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
2255a294
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
22f4fa9d
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
b2b4895f
Commets added
2b6f6de8
Merge branch 'hotfix/#749-Code-change-causes-warning-with-armcc-compi…
40df3214
#766 etl::unique_ptr::reset() can call deleter with nullptr argument
1f368ead
Refactored storage for etl::optional
61713b6c
Updated release notes
e1b2a878
Updated release notes
754ac74d
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
a90b3701
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
d5071067
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
cf15b928
Test name updates
fd920fcc
Fixed alignment functionality
11155eb9
Updated versions
851aa818
Updated versions
24b14589
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
fe35751d
Initial code
4489416a
Final changes
c8e69929
Fix maybe-uninitialized warning
785d97fb
Fix maybe-uninitialized warning
c9056b6e
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
b5bed0f4
Added etl::string::fill()
6b7093dc
Added etl::string interface to etl::base64
5437b4b5
static_cast for string_view & array_view size() member functions
79bfc6f3
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
822e2444
dhebbeker
force pushed
from
a325bc63
to
91e7f46e
1 year ago
dhebbeker
marked this pull request as ready for review
1 year ago
Return raw pointer for `etl::multi_span::operator->()`. (#773)
e631a0fd
Added -> operator test
6ee6177e
Merge branch 'pull-request/#773-Return-raw-pointer-for-etl-multi_span…
f616a247
#773 Return raw pointer for etl::multi_span::operator->()
92e880f3
static_cast for string_view & array_view size() member functions
91a357d1
Initial code
f7281dc6
Final changes
6bc244cf
Fix maybe-uninitialized warning
d30026ec
Added etl::string::fill()
21a9b884
Added etl::string interface to etl::base64
5ca6e05e
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
8911b1e5
Add missing semicolons (#776)
837a5156
#776 Add missing semicolons
85f2e09e
Merge branch 'master' into development
e8eeeba8
moved BUILD_TESTS check outside of root cmake check to allow building…
13759c1c
Try to fix library error for Github Actions for Clang C++20
f208eb40
Try to fix library error for Github Actions for Clang C++20
f47fdfc0
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
c1e9573c
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
0c1bed07
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
ba5eee73
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
95c7f44c
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
2c63f54a
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
adcc4d9e
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
221cc42f
Added pul-request branches to CI
3173d7e7
Merge branch 'pull-request/#777-Allow-Building-Tests-as-Submodule-and…
623687fa
Removed temporary fix
98ebaff1
Merge remote-tracking branch 'origin/pull-request/#777-Allow-Building…
39c3ca8d
Refactored swap
f8d5c31f
Added add_lvalue_reference for rvalue reference
a09efffb
Revert "Added add_lvalue_reference for rvalue reference"
09c3b30f
Updated version and release notes
42221dec
Updated version and release notes
47e16bd0
Merge branch 'master' of https://github.com/ETLCPP/etl
e959a361
Merge branch 'master' of https://github.com/ETLCPP/etl
37b70acb
Merge branch 'master' of https://github.com/ETLCPP/etl
f1dd0d44
dhebbeker
marked this pull request as draft
1 year ago
dhebbeker
force pushed
from
4d6e7a63
to
ff481063
1 year ago
dhebbeker
marked this pull request as ready for review
1 year ago
dhebbeker
marked this pull request as draft
1 year ago
dhebbeker
force pushed
from
0b1762b9
to
9f5528c8
1 year ago
Try to fix library error for Github Actions for Clang C++20
4eb46d69
Add helper macro which enables function-like macro overload with 1 or…
7771cf31
dhebbeker
force pushed
from
9f5528c8
to
7771cf31
1 year ago
Add unit test for static_assert.h
9a6d3fe0
Add static assert overload for only 1 argument.
c4906a07
Add test case for static_assert with only 1 argument.
51225add
Spelling.
ba53a39c
jwellbelove
marked this pull request as ready for review
359 days ago
jwellbelove
merged
3392a6cd
into pull-request/#740-add-static-assert-with-auto-message
279 days ago
Login to write a write a comment.
Login via GitHub
Reviewers
No reviews
Assignees
No one assigned
Labels
enhancement
Milestone
No milestone
Login to write a write a comment.
Login via GitHub