John Wellbelove
|
f2b4eef277
|
Temporarily disable multi_vector
|
2021-09-21 11:06:44 +01:00 |
|
John Wellbelove
|
bdf1451655
|
Added multi_vector
|
2021-09-10 12:12:18 +01:00 |
|
John Wellbelove
|
7f6548e02b
|
Added successor handling for accepts
Added successor handling for pre-C++17 message router
|
2021-09-09 16:07:51 +01:00 |
|
John Wellbelove
|
e6c13c75e7
|
Added result type
|
2021-09-05 17:39:56 +01:00 |
|
John Wellbelove
|
d55b84212f
|
Updated version
Modified etl::result test
|
2021-09-05 15:05:47 +01:00 |
|
John Wellbelove
|
aaac4ba97c
|
Updated version
Modified etl::result test
|
2021-09-05 14:59:17 +01:00 |
|
John Wellbelove
|
81807b2fd2
|
Added result type
|
2021-09-04 13:34:02 +01:00 |
|
John Wellbelove
|
ee46d76548
|
Additional member functions
|
2021-09-02 16:07:09 +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
|
442a76ec46
|
Fixed incomplete template specialisations in type_traits.h
|
2021-09-02 13:03:38 +01:00 |
|
CanastraRF
|
988db811c9
|
literal with suffix (#416)
|
2021-09-02 13:03:38 +01:00 |
|
John Wellbelove
|
3831d4fd68
|
Added successor call to receive()
|
2021-09-02 13:03:36 +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
|
5cbe4fb3e1
|
Read write span ranges
|
2021-08-22 12:58:32 +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
|
42d451dc79
|
Expanded tests and updated make lists
|
2021-08-20 19:39:49 +01:00 |
|
John Wellbelove
|
ed74f8bc54
|
Initial byte_stream code
|
2021-08-20 10:22:44 +01:00 |
|
John Wellbelove
|
4aabb886d0
|
Updated appveyor configuration
|
2021-08-14 11:19:14 +01:00 |
|
John Wellbelove
|
963d91df43
|
Merge branch 'development'
|
2021-08-13 20:46:42 +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
|
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 |
|
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 |
|
John Wellbelove
|
988cd95440
|
Added C++17 variadic versions of etl::message_router ans etl::fsm
Fixed meson.build
|
2021-08-11 15:48:17 +01:00 |
|
John Wellbelove
|
5904687e6d
|
Variadic FSM
|
2021-08-10 20:25:27 +01:00 |
|
John Wellbelove
|
27f5204032
|
Added 'Force C++03' macro
|
2021-08-10 11:31:14 +01:00 |
|
John Wellbelove
|
f413fd1a21
|
Fixes after merge
|
2021-08-10 11:20:00 +01:00 |
|
John Wellbelove
|
3044fb24f9
|
Added configuration for forcing C++03 code
|
2021-08-10 10:49:32 +01:00 |
|
John Wellbelove
|
79ffe63b1c
|
Refactoring of type traits for GCC compatibility
|
2021-08-10 10:49:10 +01:00 |
|
John Wellbelove
|
53ad78768f
|
Changed variant files names
|
2021-08-10 10:48:11 +01:00 |
|
John Wellbelove
|
b5c282699d
|
Type traits refactor
|
2021-08-10 10:46:13 +01:00 |
|
John Wellbelove
|
1789e4937d
|
Changes before merging to development
|
2021-08-10 10:38:23 +01:00 |
|
Benedek Kupper
|
7a067ba816
|
introduce bip buffer spsc atomic (#402)
Based on the works of Andrea Lattuada and James Munns:
https://blog.systems.ethz.ch/blog/2019/the-design-and-implementation-of-a-lock-free-ring-buffer-with-contiguous-reservations.html
Whose design was inspired by Simon Cooke:
https://www.codeproject.com/Articles/3479/The-Bip-Buffer-The-Circular-Buffer-with-a-Twist
Signed-off-by: Benedek Kupper <benedek.kupper@streamunlimited.com>
|
2021-08-10 10:38:22 +01:00 |
|
John Wellbelove
|
98cd1e4fe7
|
Added configuration for forcing C++03 code
|
2021-08-05 16:53:33 +01:00 |
|
John Wellbelove
|
b779696eb9
|
Refactoring of type traits for GCC compatibility
|
2021-08-04 18:47:42 +01:00 |
|
John Wellbelove
|
0d5f30b97e
|
Merge branch 'master' into feature/bip-buffer-spsc-atomic
# Conflicts:
# test/vs2019/etl.vcxproj.filters
|
2021-08-02 12:22:01 +01:00 |
|
John Wellbelove
|
8c24b42ccf
|
Type traits refactor
|
2021-08-01 20:01:29 +01:00 |
|
John Wellbelove
|
8986f80cb0
|
Merge branch 'development'
# Conflicts:
# include/etl/version.h
# library.json
# library.properties
# meson.build
|
2021-08-01 19:43:42 +01:00 |
|
John Wellbelove
|
e92f93b57f
|
Variadic message_packet
|
2021-07-31 10:38:21 +01:00 |
|
John Wellbelove
|
9fbb6c8008
|
Type traits refactor
|
2021-07-29 14:29:00 +01:00 |
|
John Wellbelove
|
734f14a8ec
|
Changed variant files names
|
2021-07-29 14:29:00 +01:00 |
|
John Wellbelove
|
031b3e7eda
|
Changed variant files names
|
2021-07-29 14:15:49 +01:00 |
|
John Wellbelove
|
fd89f51621
|
Type traits refactor
|
2021-07-29 11:34:16 +01:00 |
|
John Wellbelove
|
1702a6e043
|
Type traits refactor
|
2021-07-27 18:17:42 +01:00 |
|
John Wellbelove
|
8f570d81cd
|
Work in progress
|
2021-07-26 09:29:11 +01:00 |
|