John Wellbelove
|
a06332f163
|
Updates to make unique_ptr similar to std::unique_ptr
Fixed unique_ptr swap() compilation issue
Added mutex for FreeRTOS
|
2020-03-19 17:59:45 +00:00 |
|
John Wellbelove
|
7afcc2bb19
|
Small compatibility fix to nullptr.h
|
2020-03-18 00:56:50 +00:00 |
|
John Wellbelove
|
3f7cbe22c7
|
Ignore exe
|
2020-02-18 11:03:37 +01:00 |
|
John Wellbelove
|
e6617dc7e7
|
Merge remote-tracking branch 'origin/development'
# Conflicts:
# include/etl/version.h
# library.json
# library.properties
# support/Release notes.txt
|
2020-02-12 09:40:20 +01:00 |
|
John Wellbelove
|
9dd88e1885
|
Merge remote-tracking branch 'origin/development'
|
2020-02-11 13:27:43 +01:00 |
|
John Wellbelove
|
a1a0391282
|
Merge remote-tracking branch 'origin/development'
# Conflicts:
# include/etl/version.h
# library.json
# library.properties
# support/Release notes.txt
|
2020-01-15 16:32:01 +00:00 |
|
John Wellbelove
|
af5a760d5d
|
Merge remote-tracking branch 'origin/development'
|
2020-01-14 11:57:04 +00:00 |
|
John Wellbelove
|
6ad77153be
|
Final changes
|
2020-01-10 14:01:33 +00:00 |
|
John Wellbelove
|
83347ccfdd
|
Work in progress
|
2020-01-09 11:15:50 +00:00 |
|
John Wellbelove
|
b99be4b249
|
Work in progress
|
2020-01-04 19:47:40 +00:00 |
|
John Wellbelove
|
94c5eed5a4
|
Work in progress
|
2020-01-04 11:49:22 +00:00 |
|
John Wellbelove
|
fc50557003
|
Work in progress
|
2020-01-04 11:20:29 +00:00 |
|
John Wellbelove
|
d6f8b69326
|
Merge remote-tracking branch 'origin/feature/determine_compiler_versions' into development
# Conflicts:
# examples/ArmTimerCallbacks - C++/ArmTimerCallbacks.uvprojx
# examples/ArmTimerCallbacks - C++/main.cpp
# include/etl/algorithm.h
# include/etl/platform.h
# include/etl/stl/alternate/limits.h
# include/etl/version.h
# library.json
# library.properties
# support/Release notes.txt
# test/codeblocks/ETL.cbp
# test/etl_profile.h
# test/vs2017/etl.vcxproj
# test/vs2017/etl.vcxproj.filters
|
2019-12-27 12:57:34 +00:00 |
|
John Wellbelove
|
4b90495c56
|
Merge remote-tracking branch 'origin/development'
# Conflicts:
# include/etl/version.h
# library.json
# library.properties
# support/Release notes.txt
# test/vs2017/etl.vcxproj.filters
|
2019-12-12 20:46:29 +00:00 |
|
John Wellbelove
|
7e5a4e1efe
|
Merge remote-tracking branch 'origin/crc-ccitt-xmodem' into development
# Conflicts:
# README.md
|
2019-12-12 12:19:05 +00:00 |
|
John Wellbelove
|
db70b45fd0
|
Update readme
# Conflicts:
# README.md
# test/vs2017/etl.vcxproj.filters
|
2019-12-06 19:37:15 +00:00 |
|
John Wellbelove
|
727596b6ed
|
Merge remote-tracking branch 'origin/feature/etl__make_string' into development
# Conflicts:
# include/etl/version.h
# library.json
# library.properties
# support/Release notes.txt
|
2019-12-04 20:55:18 +00:00 |
|
John Wellbelove
|
5803d928a1
|
Merge remote-tracking branch 'origin/feature/no_stl_unit_tests' into development
# Conflicts:
# include/etl/stl/alternate/algorithm.h
# include/etl/stl/alternate/iterator.h
# include/etl/version.h
# library.json
# library.properties
# support/Release notes.txt
# test/test_no_stl_algorithm.cpp
# test/test_no_stl_iterator.cpp
# test/vs2017/etl.vcxproj
|
2019-12-01 18:21:10 +00:00 |
|
John Wellbelove
|
cbdc8a9299
|
Updated version numbers
|
2019-11-26 10:57:45 +00:00 |
|
John Wellbelove
|
7a4c74f8df
|
Fix LLVM & GCC highlighted error for initialisation order.
|
2019-11-16 19:06:30 +00:00 |
|
John Wellbelove
|
aafb6ecf9b
|
Indirect vector, external buffers
|
2019-11-16 17:00:51 +00:00 |
|
John Wellbelove
|
01d0b42fe4
|
Modified the way that the 'No STL' macros are defined so that 'std' may be used in ETL code rather than the 'ETLSTD' macro.
|
2019-11-15 13:28:51 +00:00 |
|
John Wellbelove
|
87b202b27f
|
Added indirect_vector
|
2019-11-13 14:12:10 +00:00 |
|
John Wellbelove
|
dadc3c530f
|
multimap and multiset erase bug fix
|
2019-11-05 11:27:27 +00:00 |
|
John Wellbelove
|
c0ca7c9d87
|
Add assert check for uninitialised delegate call
|
2019-11-04 12:27:16 +00:00 |
|
John Wellbelove
|
b32cc92edc
|
Fixed rounding up bug in etl::to_string
|
2019-10-31 12:56:07 +00:00 |
|
John Wellbelove
|
71efdd5439
|
Changed STL alternate namespace to always be 'etlstd'.
Changed std:: to ETLSTD:: macro to select std:: or etlstd:: depending on existence of ETL_NO_STL.
|
2019-10-10 19:54:42 +01:00 |
|
John Wellbelove
|
512ab6338d
|
Changed STL alternate namespace to always be 'etlstd'.
Changed std:: to ETLSTD:: macro to select std:: or etlstd:: depending on existence of ETL_NO_STL.
|
2019-10-10 11:12:35 +01:00 |
|
John Wellbelove
|
18f8c1186d
|
Added new profiles to project files
|
2019-10-07 11:27:04 +01:00 |
|
John Wellbelove
|
e8e4fa3f0d
|
Updated unit test project to support C++17
|
2019-09-28 11:25:25 +01:00 |
|
John Wellbelove
|
413fa27580
|
Added macros.h to project
|
2019-09-23 19:45:17 +01:00 |
|
John Wellbelove
|
0f35e3c384
|
Removed ECL
Updated properties and json files
Updated versions
|
2019-09-22 10:39:00 +01:00 |
|
John Wellbelove
|
7593c0b14b
|
Moved string related code to its own folder in VS project
|
2019-07-13 13:09:28 +01:00 |
|
John Wellbelove
|
d9f79715e4
|
Merge remote-tracking branch 'origin/feature/delegates' into development
# Conflicts:
# include/etl/delegate.h
# include/etl/version.h
# support/Release notes.txt
# test/test_delegate.cpp
|
2019-05-22 20:18:11 +01:00 |
|
John Wellbelove
|
d2d3db1659
|
Merge remote-tracking branch 'origin/feature/delegates' into development
# Conflicts:
# include/etl/type_traits.h
# include/etl/type_traits_generator.h
# test/test_type_traits.cpp
|
2019-05-19 23:16:24 +01:00 |
|
John Wellbelove
|
8354de78e1
|
Added etl::multi_array
|
2019-04-27 15:51:13 +01:00 |
|
John Wellbelove
|
2b5fe55540
|
First code, no unit tests
|
2019-04-20 11:14:24 +01:00 |
|
John Wellbelove
|
494322e2a0
|
Merge remote-tracking branch 'origin/feature/to_string' into development
# Conflicts:
# include/etl/format_spec.h
# include/etl/private/to_string_helper.h
# include/etl/to_string.h
# include/etl/to_u16string.h
# include/etl/to_u32string.h
# include/etl/to_wstring.h
# include/etl/version.h
# support/Release notes.txt
# test/test_to_string.cpp
# test/test_to_u16string.cpp
# test/test_to_u32string.cpp
# test/test_to_wstring.cpp
# test/vs2017/etl.vcxproj.filters
|
2019-04-09 06:36:36 +01:00 |
|
John Wellbelove
|
7844142c19
|
Merge remote-tracking branch 'origin/feature/to_string' into development
# Conflicts:
# include/etl/version.h
# support/Release notes.txt
# test/vs2017/etl.vcxproj.filters
|
2019-04-08 19:37:41 +01:00 |
|
John Wellbelove
|
c7ea481274
|
Partial implementation of vector of pointers
|
2019-03-10 20:13:46 +00:00 |
|
John Wellbelove
|
496edaf981
|
Partial implementation
|
2019-03-10 16:05:36 +00:00 |
|
John Wellbelove
|
8cfb3fce23
|
Added queue_spsc_locked with injected lock and unlock functionality.
|
2019-02-25 09:42:51 +01:00 |
|
John Wellbelove
|
25ecc38700
|
Fix for unordered_multimap, unordered_set and unordered_multiset insert and erase bug.
|
2019-02-13 20:07:32 +01:00 |
|
John Wellbelove
|
cf9ec9763e
|
Added missing header include to frame_check_sequence.h
|
2019-02-10 09:31:36 +00:00 |
|
John Wellbelove
|
4c713d38f0
|
Callback service
|
2019-02-02 19:37:23 +00:00 |
|
John Wellbelove
|
cae432fc31
|
Added move only data type
|
2019-01-01 14:03:46 +00:00 |
|
John Wellbelove
|
f8c6830807
|
Merge remote-tracking branch 'origin/feature/cumulative_moving_average' into development
|
2018-12-28 09:45:43 +00:00 |
|
John Wellbelove
|
f32924d5ed
|
Merge remote-tracking branch 'origin/feature/shared_pools' into development
# Conflicts:
# include/etl/forward_list.h
# include/etl/list.h
# include/etl/private/pvoidvector.h
# include/etl/state_chart.h
# test/vs2017/etl.vcxproj
# test/vs2017/etl.vcxproj.filters
|
2018-12-08 13:29:34 +00:00 |
|
John Wellbelove
|
9e213ad673
|
Added hash based random number generator
|
2018-11-17 09:26:17 +00:00 |
|
John Wellbelove
|
5880e9a41f
|
Removed CPP files
|
2018-11-11 20:01:45 +00:00 |
|