John Wellbelove
|
caba10699a
|
Move etl::swap to utilities.h
Fixed many CLang warnings
|
2020-02-24 11:48:04 +01:00 |
|
John Wellbelove
|
83347ccfdd
|
Work in progress
|
2020-01-09 11:15:50 +00:00 |
|
John Wellbelove
|
fc50557003
|
Work in progress
|
2020-01-04 11:20:29 +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
|
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
|
02f7326a09
|
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 13:05:59 +01:00 |
|
John Wellbelove
|
f0fcb78e24
|
Enabled emplace functions for C++03
|
2019-02-24 10:04:13 +01:00 |
|
John Wellbelove
|
fd50e7e385
|
Move C++03 force macros to profile
|
2019-02-23 08:36:07 +01:00 |
|
John Wellbelove
|
e241544290
|
Fixed C++03 macros leftover from testing
|
2019-02-15 10:43:21 +01:00 |
|
John Wellbelove
|
6b29f4eaca
|
Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector.
|
2018-12-09 12:11:54 +00:00 |
|
Jonathan Pan
|
8e9eaf4f7c
|
[#101] Adding non-const emplace overloads for vector (#102)
|
2018-11-04 11:51:55 +00:00 |
|
John Wellbelove
|
0e38e6959a
|
Merge remote-tracking branch 'origin/feature/memory_models' into development
# Conflicts:
# include/etl/version.h
# support/Release notes.txt
|
2018-07-29 12:55:23 +01:00 |
|
John Wellbelove
|
d41856c7ed
|
Optimised compare class construction and usage.
|
2018-07-28 18:22:17 +01:00 |
|
John Wellbelove
|
3fdf3e6b1a
|
Merge remote-tracking branch 'origin/feature/no_stl' into development
# Conflicts:
# include/etl/private/ivectorpointer.h
# test/test_vector_pointer.cpp
|
2018-07-22 20:51:03 +01:00 |
|
John Wellbelove
|
e23c485aa3
|
Added etl::less as default compare type.
|
2018-06-27 19:43:46 +01:00 |
|
John Wellbelove
|
f2416da7ea
|
Changed header guards to be GCC compliant.
|
2018-04-21 09:24:45 +01:00 |
|
John Wellbelove
|
4864e95b36
|
New directory layout
|
2018-03-18 17:48:29 +00:00 |
|