Soma Veszelovszki
|
93091cff0f
|
Fixed: move assignment not working for non-empty containers (#759)
|
2023-09-20 23:06:32 +01:00 |
|
John Wellbelove
|
c92ab94220
|
Change to require semicolons after debug count macros.
Added error assert for vector reserve greater than capacity.
|
2023-08-25 21:08:01 +01:00 |
|
John Wellbelove
|
cd18cc6af0
|
Eradicated all GCC and clang warnings
|
2022-07-27 10:42:03 +01:00 |
|
John Wellbelove
|
baa47d1c33
|
Updated copyright notice
|
2022-06-10 21:45:37 +01:00 |
|
John Wellbelove
|
7c3d8490c4
|
indirect_vector updates from sanitizer results
|
2022-05-13 14:43:36 +01:00 |
|
John Wellbelove
|
740e490aed
|
Tested ETL traits code.
|
2022-03-11 20:28:26 +00:00 |
|
John Wellbelove
|
8872b9a0ae
|
const_iterator parameters for containers
|
2021-11-20 19:04:39 +00:00 |
|
John Wellbelove
|
a3eda2c2e1
|
Added 'make' functions to construct containers
Added tests for 'make' and 'template deduction'
|
2021-11-08 19:05:59 +00:00 |
|
CanastraRF
|
7c0f169b66
|
literal with suffix (#416)
|
2021-08-23 11:01:18 +01:00 |
|
John Wellbelove
|
dbfa71944f
|
Abstracted unit test framework header
|
2021-03-05 13:52:34 +00:00 |
|
John Wellbelove
|
8e838a67d3
|
indirect_vector_ext
|
2020-11-19 13:28:37 +00:00 |
|
John Wellbelove
|
f4d9476900
|
Simplified conditional macros
|
2020-05-09 19:40:44 +01:00 |
|
John Wellbelove
|
83347ccfdd
|
Work in progress
|
2020-01-09 11:15:50 +00:00 |
|
John Wellbelove
|
84cfab6b32
|
Merge remote-tracking branch 'origin/feature/indirect_vector_algorithm_adaptor' into development
# Conflicts:
# include/etl/indirect_vector.h
|
2019-12-04 16:23:35 +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
|
aafb6ecf9b
|
Indirect vector, external buffers
|
2019-11-16 17:00:51 +00:00 |
|