2016-11-13 16:31:15 +00:00
..
private Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:14 +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 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 Reverted bloom_filter to earlier version so as not to use default value template arguments. 2016-06-30 21:18:56 +01: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 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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
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 Removed last comma from enum list. 2016-06-30 21:18:56 +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 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 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 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
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 Added 16 bit generic_hash for systems where size_t is 16 bit. 2016-07-01 22:21:35 +01:00
ibasic_string.h Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:12 +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 Comment change "is the" to "if the" 2016-07-30 09:51:30 +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 Tabs to spaces 2016-10-01 19:48:09 +01:00
ihash.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
ilist.h Corrected spelling of 'lexicographically'. 2016-07-01 23:19:22 +01:00
imap.h Added 'class' to friend declaration. 2016-06-30 21:18:56 +01:00
imultimap.h Added 'class' to friend declaration. 2016-06-30 21:18:56 +01:00
imultiset.h Added 'class' to friend declaration. 2016-06-30 21:18:56 +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.h Moved counter type to common class. 2016-11-13 16:31:13 +00:00
intrusive_links.h Removed AUTO specialisations for forward and tree links. 2016-11-13 16:31:13 +00:00
intrusive_list.h Moved counter type to common class. 2016-11-13 16:31:13 +00:00
intrusive_stack.h New intrusive stack 2016-11-13 16:31:11 +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 Removed C++ 03 incompatibilities. 2016-06-21 22:48:52 +01:00
ipriority_queue.h Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:12 +00:00
iqueue.h Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:12 +00:00
iset.h Added 'class' to friend declaration. 2016-06-30 21:18:56 +01:00
istack.h Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:12 +00:00
iunordered_map.h Removed default Id = 0 template parameter. 2016-06-23 19:19:30 +01:00
iunordered_multimap.h Removed default Id = 0 template parameter. 2016-06-23 19:19:30 +01:00
iunordered_multiset.h Removed default Id = 0 template parameter. 2016-06-23 19:19:30 +01:00
iunordered_set.h Removed default Id = 0 template parameter. 2016-06-23 19:19:30 +01:00
ivector.h Changed 'Does nothing' comment to 'Undefined behavior' 2016-11-13 16:31:12 +00:00
jenkins.h Added platform.h. 2016-03-10 00:41:36 +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 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 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
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 Removed build platform defines. 2016-11-13 16:31:12 +00: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 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
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 Comment change "is the" to "if the" 2016-07-30 09:51:30 +01:00
static_assert.h Changes for TI Code Composer compatibility. 2016-06-22 08:31:15 +01:00
string.h Bug fixes form Mark. 2016-06-28 10:21:34 +01:00
type_def.h Modified pointer vector operators 2016-07-31 11:00:05 +01:00
type_traits.h Untabify 2016-11-13 16:31:11 +00:00
u16string.h Added <CR> at end of file for compiler compatibility. 2016-06-30 21:18:55 +01:00
u32string.h Added <CR> at end of file for compiler compatibility. 2016-06-30 21:18:55 +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 Untabify 2016-11-13 16:31:11 +00:00
vector.h Pointer specialisations of vector 2016-07-27 21:27:13 +01:00
visitor.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
wstring.h Incorrect base class call to wstring instead of iwstring in constructor. 2016-06-30 21:18:55 +01:00