2017-03-11 16:27:39 +00:00
..
private Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
algorithm.h Corrected typo in transform_n template 2017-03-08 14:42:10 +10:00
alignment.h Added either support or compiler error messages when the platform does not support 8 bit data types. 2016-11-13 16:31:15 +00:00
array.h Added assign, insert and erase member functions. 2017-02-16 06:53:36 +00:00
basic_string.h Bug fixes form Mark. 2016-06-28 10:21:34 +01:00
binary.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
bitset.h Changed 'N' to 'MAXN' for compatibility with Texas Instruments compiler. 2016-06-19 08:39:12 +01:00
bloom_filter.h Reverted bloom_filter to earlier version so as not to use default value template arguments. 2016-06-30 21:18:56 +01:00
callback.h Added hash functions 2016-12-28 12:40:29 +00:00
char_traits.h Added ETL_ prefix 2016-11-13 16:31:13 +00:00
checksum.h Changes for GCC compatibility 2016-03-02 21:10:24 +00:00
container.h Fixed GCC warnings 2016-12-28 12:53:52 +00:00
crc8_ccitt.cpp Added either support or compiler error messages when the platform does not support 8 bit data types. 2016-11-13 16:31:15 +00:00
crc8_ccitt.h Added platform.h. 2016-03-10 00:41:36 +00:00
crc16_ccitt.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
crc16_ccitt.h Added platform.h. 2016-03-10 00:41:36 +00:00
crc16_kermit.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
crc16_kermit.h Added platform.h. 2016-03-10 00:41:36 +00:00
crc16.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
crc16.h Added platform.h. 2016-03-10 00:41:36 +00:00
crc32.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
crc32.h Added platform.h. 2016-03-10 00:41:36 +00:00
crc64_ecma.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
crc64_ecma.h Added platform.h. 2016-03-10 00:41:36 +00:00
cstring.h Replaces string.h 2016-12-28 13:33:30 +00:00
cyclic_value.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
debounce.h Added either support or compiler error messages when the platform does not support 8 bit data types. 2016-11-13 18:18:04 +00:00
debug_count.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
deque.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
doxygen.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
endian.h Prefix macros with ETL_ 2017-01-31 21:11:24 +00:00
enum_type.h Prefix macros with ETL_ 2017-01-31 21:11:24 +00:00
error_handler.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
error_handler.h Missing boolean tests from the ETL_LOG_ERRORS #define branch. 2016-06-30 12:09:32 +01:00
etl_arduino.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
exception.h Fixed unused parameter warning. 2016-12-12 10:42:56 +00:00
factorial.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
fibonacci.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
file_error_numbers.txt Changed pool_base to ipool 2017-01-31 21:11:24 +00:00
fixed_iterator.h Fixed GCC warnings 2016-12-28 12:53:52 +00:00
flat_map.h Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
flat_multimap.h Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
flat_multiset.h Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
flat_set.h Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
fnv_1.h Added hash functions 2016-12-28 12:40:29 +00:00
forward_list.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
frame_check_sequence.h Removed const from value funtions. 2016-12-13 09:37:06 +00:00
function.h Fix 'shadow' warning. 2016-12-08 11:23:01 +00:00
functional.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
hash.h Added hash functions 2016-12-28 12:40:29 +00:00
ibasic_string.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
ibitset.h Changed default element size from uint8_t to uint_least8_t 2016-11-08 15:43:23 +00:00
ideque.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
iflat_map.h Removed surplus 'typename' 2017-03-11 16:27:39 +00:00
iflat_multimap.h Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
iflat_multiset.h Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
iflat_set.h Changed internal operation to indirect access to improve insertion performance. 2017-03-04 14:53:05 +00:00
iforward_list.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
ihash.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
ilist.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
imap.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
imultimap.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
imultiset.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
instance_count.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
integral_limits.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01:00
intrusive_forward_list.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
intrusive_links.h Removed support for auto and checked links. 2016-12-28 12:52:06 +00:00
intrusive_list.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
intrusive_queue.h Removed redundant include 2016-12-28 13:15:47 +00:00
intrusive_stack.h Removed redundant include 2016-12-28 13:15:47 +00:00
io_port.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
ipool.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
ipriority_queue.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
iqueue.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
iset.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
istack.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
iterator.h Added 'typename' 2017-03-04 08:17:41 +00:00
iunordered_map.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
iunordered_multimap.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
iunordered_multiset.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
iunordered_set.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
ivector.h Performance enhancements 2017-02-23 23:14:58 +00:00
ivectorpointer.h Support for vectors of pointers. 2016-12-28 13:36:06 +00:00
jenkins.h Removed Jenkins 64bit hash. 2017-01-18 12:49:49 +00:00
largest.h Minor layout changes 2017-01-31 21:11:24 +00:00
list.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
log.h Fixed compatibility issues with Texas Instruments compiler. 2016-06-19 08:39:09 +01:00
map.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
memory.h memory algorithm updates 2017-02-23 23:12:48 +00:00
multimap.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
multiset.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
murmur3.h Added platform.h. 2016-03-10 00:41:36 +00:00
nullptr.h Added ETL_ prefix 2016-11-13 16:31:12 +00:00
numeric.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
observer.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
optional.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
parameter_type.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
pearson.cpp Added hash functions 2016-12-28 12:40:29 +00:00
pearson.h Added either support or compiler error messages when the platform does not support 8 bit data types. 2016-11-13 16:31:15 +00:00
platform.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
pool.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
power.h Fixed compatibility issues with Texas Instruments compiler. 2016-06-19 08:39:09 +01:00
priority_queue.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
queue.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
radix.h Prefix macros with ETL_ 2017-01-31 21:11:24 +00:00
random.cpp Derived random generators from base random class. 2017-02-16 06:53:37 +00:00
random.h Added more comments 2017-02-16 06:53:37 +00:00
ratio.h Created 'ratio.h' 2016-12-16 14:24:37 +00:00
set.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
smallest.h Added best_fit_int_type 2016-12-28 12:43:03 +00:00
stack.h Comment change "is the" to "if the" 2016-07-30 09:51:30 +01:00
static_assert.h Updated macros. 2016-12-13 09:35:32 +00:00
type_def.h Removed 'explicit' for conversion operator. 2017-02-22 20:38:45 +00:00
type_traits.h Added... 2017-02-16 16:59:09 +00:00
u16string.h Added hash functions 2016-12-28 12:40:29 +00:00
u32string.h Added hash functions 2016-12-28 12:40:29 +00:00
unordered_map.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
unordered_multimap.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
unordered_multiset.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
unordered_set.h Updated containers to use the new pool memory manager. 2017-01-31 21:11:23 +00:00
user_type.h Updates for volatile support. 2017-01-26 09:15:16 +00:00
utility.h Added comments 2016-12-28 12:41:26 +00:00
variant.h Changed occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
vector.h Added destructor to release all remaining items in the vector. 2016-12-12 11:01:53 +00:00
visitor.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
wstring.h Added hash functions 2016-12-28 12:40:29 +00:00