2016-06-21 22:48:52 +01:00
..
private Removed flat_map_iterator exception class. 2016-05-03 18:54:14 +01:00
algorithm.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
alignment.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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 Added missing constructor. 2016-06-19 08:39:12 +01:00
binary.h Fixed warnings on some compilers. 2016-06-19 08:39:08 +01:00
bitset.h Changed 'N' to 'MAXN' for compatibility with Texas Instruments compiler. 2016-06-19 08:39:12 +01:00
bloom_filter.h Simplfied default hash definitions. 2016-05-03 18:45:21 +01:00
char_traits.h Added definitions for large character types if not already supported. 2016-06-19 08:39:11 +01:00
checksum.h Changes for GCC compatibility 2016-03-02 21:10:24 +00:00
container.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
crc8_ccitt.cpp Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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
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 Improved debounce code. No functional change. 2016-05-20 16:32:32 +01: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 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
enum_type.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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 Changed NDEBUG test so that it does not preclude using ETL_LOG_ERRORS 2016-06-19 08:39:11 +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 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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 Created file_error_numbers.txt to keep track of currently used numbers. 2016-05-23 08:49:26 +01:00
fixed_iterator.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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 platform.h. 2016-03-10 00:41:36 +00:00
forward_list.h Changes for GCC compatibility 2016-03-02 21:10:24 +00:00
frame_check_sequence.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
function.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
functional.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
hash.h Removed template functions with default templare aurguments. 2016-06-21 21:37:20 +01:00
ibitset.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01:00
ideque.h Removed C++ 03 incompatibilities. 2016-06-21 22:48:52 +01:00
iflat_map.h Removed ETL_ASSERT in assign 2016-05-03 18:52:30 +01:00
iflat_multimap.h Changed test in assign range 2016-05-03 18:52:02 +01:00
iflat_multiset.h Changed test in assign range 2016-05-03 18:52:02 +01:00
iflat_set.h Changed test in assign range 2016-05-03 18:51:43 +01:00
iforward_list.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01:00
ihash.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
ilist.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01:00
imap.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01:00
imultimap.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01:00
imultiset.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01: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_link.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
intrusive_forward_list.h Removed template functions with default templare aurguments. 2016-06-21 21:37:20 +01:00
intrusive_links.h Added platform.h. 2016-03-10 00:41:36 +00:00
intrusive_list.h Removed template functions with default templare aurguments. 2016-06-21 21:37:20 +01:00
io_port.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
ipool.h Removed C++ 03 incompatibilities. 2016-06-21 22:48:52 +01:00
ipriority_queue.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
iqueue.h Removed C++ 03 incompatibilities. 2016-06-21 22:48:52 +01:00
iset.h Changed WIN32 preprocessor tests to COMPILER_MICROSOFT 2016-06-21 21:38:29 +01:00
istack.h Removed C++ 03 incompatibilities. 2016-06-21 22:48:52 +01:00
iunordered_map.h Changes for GCC compatibility 2016-03-02 21:10:24 +00:00
iunordered_multimap.h Created file_error_numbers.txt to keep track of currently used numbers. 2016-05-23 08:49:26 +01:00
iunordered_multiset.h Created file_error_numbers.txt to keep track of currently used numbers. 2016-05-23 08:49:26 +01:00
iunordered_set.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
ivector.h Removed C++ 03 incompatibilities. 2016-06-21 22:48:52 +01:00
jenkins.h Added platform.h. 2016-03-10 00:41:36 +00:00
largest.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00: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 Fixed compatibility issues with Texas Instruments compiler. 2016-06-19 08:39:09 +01: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 folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
pearson.h Added platform.h. 2016-03-10 00:41:36 +00:00
platform.h Added more OS platforms. 2016-06-19 08:39:09 +01:00
pool.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
set.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
smallest.h Fixed compatibility issues with Texas Instruments compiler. 2016-06-19 08:39:09 +01:00
stack.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
static_assert.h Fixed compatibility issues with Texas Instruments compiler. 2016-06-19 08:39:09 +01:00
type_traits.h Changed definitions for 'char' for is_signed and is_unsigned to handle instances where char can be unsigned. 2016-06-19 08:39:10 +01: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
variant.h Typo 2016-06-19 08:39:08 +01:00
vector.h Changes for GCC compatibility 2016-03-02 21:10:24 +00:00
visitor.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00