| .. |
|
private
|
Experimental reimplementation of etl::pool
|
2016-12-31 10:06:40 +00:00 |
|
algorithm.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00: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
|
Changed 'N' to 'MAXN' for compatibility with Texas Instruments compiler.
|
2016-06-19 08:39:12 +01:00 |
|
basic_string.h
|
Bug fixes form Mark.
|
2016-06-28 10:21:34 +01:00 |
|
binary.h
|
Added 8, 16 & 64 bit versions of count_trailing_zeros
|
2017-01-04 17:51:36 +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_hash.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +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 |
|
deque.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
doxygen.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
endian.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 |
|
enum_type.h
|
Modified comment
|
2016-06-29 09:35:53 +01: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
|
Updated error numbers
|
2016-12-14 12:58:08 +00:00 |
|
fixed_iterator.h
|
Fixed GCC warnings
|
2016-12-28 12:53:52 +00:00 |
|
flat_map.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
flat_multimap.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
flat_multiset.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
flat_set.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
fnv_1.h
|
Added hash functions
|
2016-12-28 12:40:29 +00:00 |
|
forward_list.h
|
Changes for GCC compatibility
|
2016-03-02 21:10:24 +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
|
Modified debug #defines
|
2016-12-28 12:54:01 +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
|
Fixed GCC warnings
|
2016-12-28 12:53:06 +00:00 |
|
iflat_map.h
|
Modified debug #defines
|
2016-12-28 12:52:50 +00:00 |
|
iflat_multimap.h
|
Modified debug #defines
|
2016-12-28 12:52:50 +00:00 |
|
iflat_multiset.h
|
Modified debug #defines
|
2016-12-28 12:52:50 +00:00 |
|
iflat_set.h
|
Modified debug #defines
|
2016-12-28 12:52:50 +00:00 |
|
iforward_list.h
|
Experimental reimplementation of etl::pool
|
2016-12-31 10:06:40 +00:00 |
|
ihash.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
ilist.h
|
Modified debug #defines
|
2016-12-28 12:52:50 +00:00 |
|
imap.h
|
Added 'class' to friend declaration.
|
2016-06-30 21:18:56 +01:00 |
|
imultimap.h
|
Fixed GCC warnings
|
2016-12-28 12:52:31 +00:00 |
|
imultiset.h
|
Fixed GCC warnings
|
2016-12-28 12:52:31 +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
|
Experimental reimplementation of etl::pool
|
2016-12-31 10:06:40 +00:00 |
|
intrusive_links.h
|
Removed support for auto and checked links.
|
2016-12-28 12:52:06 +00:00 |
|
intrusive_list.h
|
Removed redundant include
|
2016-12-28 13:15:47 +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
|
Experimental reimplementation of etl::pool
|
2016-12-31 10:06:40 +00:00 |
|
ipriority_queue.h
|
Modified debug #defines
|
2016-12-28 12:51:19 +00:00 |
|
iqueue.h
|
Added hash functions
|
2016-12-28 12:40:29 +00:00 |
|
iset.h
|
Added 'class' to friend declaration.
|
2016-06-30 21:18:56 +01:00 |
|
istack.h
|
Added hash functions
|
2016-12-28 12:40:29 +00:00 |
|
iunordered_map.h
|
Fixed bug in erase()
|
2016-12-30 11:56:08 +00:00 |
|
iunordered_multimap.h
|
Fixed bug in erase()
|
2016-12-30 11:56:08 +00:00 |
|
iunordered_multiset.h
|
Fixed bug in erase()
|
2016-12-30 11:56:08 +00:00 |
|
iunordered_set.h
|
Fixed bug in erase()
|
2016-12-30 11:56:08 +00:00 |
|
ivector.h
|
Modified debug #defines
|
2016-12-28 12:50:57 +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
|
Removed last comma from template list.
|
2016-06-30 21:18:55 +01:00 |
|
list.h
|
Changes for GCC compatibility
|
2016-03-02 21:10:24 +00:00 |
|
log.h
|
Fixed compatibility issues with Texas Instruments compiler.
|
2016-06-19 08:39:09 +01:00 |
|
map.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
multimap.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
multiset.h
|
Added platform.h.
|
2016-03-10 00:41:36 +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
|
Modified debug #defines
|
2016-12-28 12:43:30 +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
|
Fixed find/replace editing error.
|
2017-01-21 10:41:15 +00:00 |
|
pool.h
|
Experimental reimplementation of etl::pool
|
2016-12-31 10:06:40 +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
|
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 |
|
random.cpp
|
Fixed syntax errors
|
2017-01-17 23:03:23 +00:00 |
|
random.h
|
Fixed syntax errors
|
2017-01-17 23:03:23 +00:00 |
|
ratio.h
|
Created 'ratio.h'
|
2016-12-16 14:24:37 +00:00 |
|
set.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +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
|
Made conversion operator explicit.
|
2017-01-20 15:27:42 +00:00 |
|
type_traits.h
|
Removed trailing spaces
|
2016-12-28 12:41:08 +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
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
unordered_multimap.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
unordered_multiset.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
unordered_set.h
|
Changed folder structure to be compatible with Arduino library specifications
|
2016-02-28 14:04:22 +00:00 |
|
utility.h
|
Added comments
|
2016-12-28 12:41:26 +00:00 |
|
variant.h
|
Added hash functions
|
2016-12-28 12:40:29 +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 |