4048 Commits

Author SHA1 Message Date
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
John Wellbelove
2ba3e2c5bd Fix for etl::mutex::try_lock() for GCC 20.16.1 2021-08-20 10:31:58 +01:00
John Wellbelove
a4e7f24455 Merge branch 'hotfix/fix-try_lock-for-gcc' into development 2021-08-20 10:28:57 +01:00
Dmitri Vorobyov
90931ae6fc
fix try_lock in gcc mutex (#415) 2021-08-20 10:28:11 +01:00
John Wellbelove
ed74f8bc54 Initial byte_stream code 2021-08-20 10:22:44 +01:00
John Wellbelove
4078367e57 Successor handling for all derived message router types 2021-08-18 14:50:43 +01:00
John Wellbelove
c1e4c5b670 Initial byte_stream code 2021-08-18 13:01:46 +01:00
John Wellbelove
3865f17fba Remove clang warning 2021-08-17 10:50:43 +01:00
John Wellbelove
32d50ffa03 Added successor call to receive() 2021-08-17 10:08:08 +01:00
John Wellbelove
4aabb886d0 Updated appveyor configuration 2021-08-14 11:19:14 +01:00
John Wellbelove
608008c2f7 Updated appveyor configuration 2021-08-14 10:53:12 +01:00
John Wellbelove
963d91df43 Merge branch 'development' 20.16.0 2021-08-13 20:46:42 +01:00
John Wellbelove
fa4536eabf Merge branch 'development' 2021-08-13 20:45:49 +01:00
John Wellbelove
09bfe1a9a2 Issue #413 Queue's pop_into copies rather than moves 2021-08-13 19:24:11 +01:00
John Wellbelove
a10dfd433a Issue #413 Queue's pop_into copies rather than moves 2021-08-13 19:21:48 +01:00
John Wellbelove
c3e44778e6 Merge branch 'development'
# Conflicts:
#	support/Release notes.txt
2021-08-13 17:07:05 +01:00
John Wellbelove
9c0dd4c9a0 Added Force C++03 option to Github CI 2021-08-13 17:05:55 +01:00
John Wellbelove
e2101d13ab Added Force C++03 option to Github CI 2021-08-13 16:56:13 +01:00
John Wellbelove
ca335e6afa Added Force C++03 option to VS Github CI 2021-08-13 16:38:44 +01:00
John Wellbelove
2f39ebdafd Expanded compiled variants for scripts 2021-08-13 16:37:47 +01:00
John Wellbelove
417c3b9e77 Expanded compiled variants for scripts 2021-08-13 16:32:43 +01:00
Girts
a23979d449
add missing comma in meson.build (#412) 2021-08-12 19:52:57 +01:00
John Wellbelove
21e114c252 Fixed etl::fsm C++03 template definition that was corrupted in 20.10.0
Fixed meson.build
20.15.1
2021-08-12 10:50:24 +01:00
John Wellbelove
9f2f769f1a Merge branch 'development'
# Conflicts:
#	meson.build
2021-08-11 17:56:59 +01:00
John Wellbelove
6ff560a416 Merge branch 'feature/variadic-message-router' into development
# Conflicts:
#	.gitignore
#	include/etl/bip_buffer_spsc_atomic.h
#	include/etl/version.h
#	library.json
#	library.properties
#	support/Release notes.txt
#	test/etl_profile.h
#	test/runsanitychecks.sh
#	test/runtests.sh
#	test/vs2019/etl.vcxproj.filters
2021-08-11 15:50:43 +01:00