2017-06-12 22:28:32 +01:00
..
private Remove 'typename' not allowed in C++03 2017-04-26 21:58:18 +01:00
algorithm.h Corrected error in transform_n. 2017-03-10 07:52:45 +00:00
alignment.h Fixed alignment helper issues for targets that don't support 8 bit types. 2017-06-09 07:23:30 +01:00
array.h Removed unused variable. 2017-06-12 22:28:32 +01:00
basic_string.h Combined basic_string.h, ibasic_string.h & string_base.h. 2017-04-17 10:40:00 +01:00
binary.h Added paranthese 2017-05-08 20:25:45 +01:00
bitset.h Combined bitset.h, ibitset.h 2017-04-17 10:40:47 +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 Changes due to combination of basic_string.h, ibasic_string.h 2017-04-17 13:36:05 +01: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 Combined deque.h, ideque.h & deque_base.h 2017-04-17 18:43:42 +01: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 Renamed 'intrusive' flat maps & sets to 'reference' to better reflect their true nature. 2017-05-09 09:02:02 +01:00
fixed_iterator.h Fixed GCC warnings 2016-12-28 12:53:52 +00:00
flat_map.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
flat_multimap.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
flat_multiset.h Added etl:: 2017-04-17 18:38:30 +01:00
flat_set.h Added etl:: 2017-04-17 18:38:30 +01:00
fnv_1.h Added hash functions 2016-12-28 12:40:29 +00:00
forward_list.h Added etl:: 2017-04-17 17:29:27 +01: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
icache.h Experimental cache base class. 2017-03-31 11:47:57 +01:00
ihash.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +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 Added LLONG_MAX LLONG_MIN ULLONG_MAX define for compilers that do not define them. 2017-05-08 20:26:51 +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 Added iterators to all io ports 2017-04-17 22:03:21 +01:00
iterator.h Added 'typename' 2017-03-04 08:17:41 +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 Removed redundant code. 2017-05-08 20:29:03 +01:00
log.h Fixed compatibility issues with Texas Instruments compiler. 2016-06-19 08:39:09 +01:00
map.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
memory.h memory algorithm updates 2017-02-23 23:12:48 +00:00
multimap.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
multiset.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01: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 Added ARM6 compiler checks. 2017-05-08 20:24:19 +01:00
pool.h Combined pool.h & ipool.h. 2017-04-17 09:02:04 +01:00
power.h Added include for stdint.h 2017-04-26 21:42:54 +01:00
priority_queue.h Added etl:: 2017-04-17 18:38:30 +01:00
queue.h Added etl:: 2017-04-17 18:38:30 +01: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 Made 'initialise' virtual 2017-04-14 10:07:19 +01:00
ratio.h Created 'ratio.h' 2016-12-16 14:24:37 +00:00
reference_flat_map.h Renamed 'intrusive' flat maps & sets to 'reference' to better reflect their true nature. 2017-05-09 09:02:02 +01:00
reference_flat_multimap.h Renamed 'intrusive' flat maps & sets to 'reference' to better reflect their true nature. 2017-05-09 09:02:02 +01:00
reference_flat_multiset.h Renamed 'intrusive' flat maps & sets to 'reference' to better reflect their true nature. 2017-05-09 09:02:02 +01:00
reference_flat_set.h Renamed 'intrusive' flat maps & sets to 'reference' to better reflect their true nature. 2017-05-09 09:02:02 +01:00
set.h Removed erronious 'const' and '&' from 'key_value_parameter_t' parameters, as for non-fundamental types they will already be 'const &'. 2017-06-12 22:28:31 +01:00
smallest.h Added best_fit_int_type 2016-12-28 12:43:03 +00:00
stack.h Added etl:: 2017-04-17 18:38: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 Removed TI specific target 2017-05-06 08:12:33 +01: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 Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
unordered_multimap.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
unordered_multiset.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01:00
unordered_set.h Renamed key_value_parameter_t to key_parameter_t 2017-06-12 22:28:32 +01: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 etl:: 2017-04-17 18:38:30 +01: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