John Wellbelove 771d697e31 Modified strings for better memory efficiency. String truncation detection and clear-after-use can be disabled.
Added ETL_DISABLE_STRING_TRUNCATION_CHECKS macro check in platform.h.
Added ETL_DISABLE_STRING_CLEAR_AFTER_USE macro check in platform.h.
Added etl::flags to wrap boolean flag functionality.
Four parameter equal() algorithm variant added.
Modified is_pod definition when using the STL.
Added are_all_same trait.
2020-10-30 18:30:13 +00:00
..
.gitignore VS2019 Unit Test Project 2020-04-02 15:28:52 +01:00
cpp.hint Updated message router and FSM 2020-04-14 10:12:52 +01:00
etl.sln Initial string reduction code 2020-10-26 19:32:48 +00:00
etl.vcxproj Modified strings for better memory efficiency. String truncation detection and clear-after-use can be disabled. 2020-10-30 18:30:13 +00:00
etl.vcxproj.filters Bitmapped flags & flags template class (unit tests unfinished) 2020-10-28 18:33:41 +00:00