John Wellbelove
81807b2fd2
Added result type
2021-09-04 13:34:02 +01:00
John Wellbelove
6c97ceaa87
Merge branch 'feature/byte_stream' into development
...
# Conflicts:
# test/vs2019/etl.vcxproj.filters
2021-09-02 17:18:40 +01:00
John Wellbelove
ee46d76548
Additional member functions
2021-09-02 16:07:09 +01:00
John Wellbelove
ca55664b67
Initial byte_stream code
2021-09-02 13:10:02 +01:00
John Wellbelove
3b112da068
Added call_if and call_or member functions.
2021-09-02 13:04:28 +01:00
John Wellbelove
348015c40d
Modified constant definitions
2021-09-02 13:04:27 +01:00
John Wellbelove
dd19cb2e47
Working code including 64 bit
2021-09-02 13:04:27 +01:00
John Wellbelove
72468bace8
Pre-release code
2021-09-02 13:04:27 +01:00
John Wellbelove
07070085e8
Working code
2021-09-02 13:03:39 +01:00
John Wellbelove
d79b13bd52
Added missing #include for variant.
...
Updated version numbers
2021-09-02 13:03:38 +01:00
Benedek Kupper
a653a22dd9
to_string_helper: add string conversion helper for denominated integers ( #408 )
...
With default format it will only print the meaningful fractional digits.
If the format specifies the precision, it will print at least that many
fractional digits.
Signed-off-by: Benedek Kupper <benedek.kupper@streamunlimited.com>
2021-09-02 13:03:38 +01:00
John Wellbelove
442a76ec46
Fixed incomplete template specialisations in type_traits.h
2021-09-02 13:03:38 +01:00
John Wellbelove
6d556a3818
Update README.md
2021-09-02 13:03:38 +01:00
CanastraRF
988db811c9
literal with suffix ( #416 )
2021-09-02 13:03:38 +01:00
John Wellbelove
1323452272
Update README.md
2021-09-02 13:03:37 +01:00
John Wellbelove
fa428c5c4f
Update README.md
2021-09-02 13:03:37 +01:00
John Wellbelove
09440c4dbb
Update README.md
2021-09-02 13:03:37 +01:00
John Wellbelove
c315efc623
Fix for etl::mutex::try_lock() for GCC
2021-09-02 13:03:37 +01:00
Dmitri Vorobyov
c497c5a4c7
fix try_lock in gcc mutex ( #415 )
2021-09-02 13:03:37 +01:00
John Wellbelove
46f4bb86d1
Successor handling for all derived message router types
2021-09-02 13:03:36 +01:00
John Wellbelove
17931057b5
Remove clang warning
2021-09-02 13:03:36 +01:00
John Wellbelove
3831d4fd68
Added successor call to receive()
2021-09-02 13:03:36 +01:00
John Wellbelove
8edc6838b4
Merge branch 'feature/call_if-and-call_or-for-delegate' into development
2021-09-02 12:51:02 +01:00
John Wellbelove
428399b6d7
Added call_if and call_or member functions.
2021-09-02 12:50:41 +01:00
John Wellbelove
2be72e7040
Merge branch 'feature/denom-int-to-string' into development
2021-09-01 16:48:34 +01:00
John Wellbelove
9a2108b982
Modified constant definitions
2021-09-01 16:46:58 +01:00
John Wellbelove
2cd0f79db4
Working code including 64 bit
2021-08-30 16:33:15 +01:00
John Wellbelove
df29374c6e
Pre-release code
2021-08-29 18:50:20 +01:00
John Wellbelove
3659d6f3d9
Working code
2021-08-28 09:18:30 +01:00
John Wellbelove
20f0599f84
Added missing #include for variant.
...
Updated version numbers
2021-08-28 09:18:30 +01:00
John Wellbelove
adda3bb1dc
Fixed incomplete template specialisations in type_traits.h
2021-08-28 09:18:30 +01:00
John Wellbelove
c8df68b8a9
Added missing #include for variant.
...
Updated version numbers
20.16.2
2021-08-27 19:24:15 +01:00
John Wellbelove
636add7145
Merge branch 'hotfix/vector-of-delegate' into development
2021-08-27 18:43:19 +01:00
John Wellbelove
2e234c7ff5
Fixed incomplete template specialisations in type_traits.h
2021-08-27 18:42:46 +01:00
Benedek Kupper
c52d21054e
to_string_helper: add string conversion helper for denominated integers ( #408 )
...
With default format it will only print the meaningful fractional digits.
If the format specifies the precision, it will print at least that many
fractional digits.
Signed-off-by: Benedek Kupper <benedek.kupper@streamunlimited.com>
2021-08-26 09:47:11 +01:00
John Wellbelove
f6be2dd25a
Merge branch 'feature/literal-with-suffix-#416' into development
2021-08-24 12:13:30 +01:00
John Wellbelove
d6c994f672
Update README.md
2021-08-24 12:12:58 +01:00
John Wellbelove
6fb9357b7c
Added cbegin() & cend()
2021-08-24 12:12:19 +01:00
John Wellbelove
c79802122c
Updated tests
2021-08-23 14:24:02 +01:00
John Wellbelove
3931442c29
Badge updates
2021-08-23 11:08:06 +01:00
John Wellbelove
188b4d6c60
Update README.md
2021-08-23 11:07:27 +01:00
CanastraRF
7c0f169b66
literal with suffix ( #416 )
2021-08-23 11:01:18 +01:00
John Wellbelove
5cbe4fb3e1
Read write span ranges
2021-08-22 12:58:32 +01:00
John Wellbelove
26c89064fc
Additional read/write functions
2021-08-22 10:13:53 +01:00
John Wellbelove
0d254034dc
Update README.md
2021-08-21 20:43:18 +01:00
John Wellbelove
e0ccf234e3
Update README.md
2021-08-21 11:34:20 +01:00
John Wellbelove
6bf7734115
Update README.md
2021-08-21 11:33:28 +01:00
John Wellbelove
133ff78330
Added templated etl::write & etl::read functions for byte stream
2021-08-21 09:54:31 +01:00
John Wellbelove
c3e040949a
Span access is only for sizeof(T) == 1
2021-08-21 00:18:54 +01:00
John Wellbelove
42d451dc79
Expanded tests and updated make lists
2021-08-20 19:39:49 +01:00