2017-09-18 10:50:05 +01:00
..
.vscode Added transform_n_if algorithms 2017-06-29 12:20:40 +01:00
private Renamed base class MAX_SIZE to CAPACITY to avoid name clash with top level classes. 2017-06-21 19:43:09 +01:00
algorithm.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
alignment.h Changes to allow compilation under various compilers. 2017-08-14 14:43:33 +01:00
array.h Removed unused variable. 2017-06-12 22:28:32 +01:00
basic_string.h Renamed base class MAX_SIZE to CAPACITY to avoid name clash with top level classes. 2017-06-21 19:43:09 +01:00
binary.h Added paranthese 2017-05-08 20:25:45 +01:00
bitset.h Removed ETL_NO_CHECKS #define 2017-05-24 15:20:39 +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 Changes to allow compilation under various compilers. 2017-08-14 14:43:33 +01:00
checksum.h Changes for GCC compatibility 2016-03-02 21:10:24 +00:00
constant.h Added code to keep Code::Blocks happy 2017-08-18 16:44:19 +01: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 Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +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 Changes to allow compilation under various compilers. 2017-08-14 14:43:33 +01:00
doxygen.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
endianness.h Renamed due to unresolvable clash with system header on Linux. 2017-08-16 13:12:30 +01: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
factory.h Changed create_from_id to return actual derived type. 2017-09-17 16:08:49 +01: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 Added factory pattern 2017-09-11 21:17:33 +01:00
fixed_iterator.h Fixed GCC warnings 2016-12-28 12:53:52 +00:00
flat_map.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
flat_multimap.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
flat_multiset.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
flat_set.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
fnv_1.h Added hash functions 2016-12-28 12:40:29 +00:00
forward_list.h Simplified etl::parameter_type to remove unnecessary second template parameter. 2017-08-21 10:22:14 +01:00
frame_check_sequence.h Removed const from value funtions. 2016-12-13 09:37:06 +00:00
fsm_generator.h Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
fsm.h Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
function.h Added etl::function callback wrappers that take function pointers at compile time. 2017-08-19 11:36:56 +01:00
functional.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
generate_fsm.bat Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
generate_largest.bat Added additional generator scripts. 2017-08-25 11:09:23 +01:00
generate_message_router.bat Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
generate_smallest.bat Added additional generator scripts. 2017-08-25 11:09:23 +01:00
generate_type_lookup.bat Modified factory to accept non-contiguous type ids. 2017-09-17 12:43:45 +01:00
generate_type_traits.bat Added factory pattern 2017-09-11 21:17:33 +01:00
generate.bat Updated generate script tp include type_lookup. 2017-09-17 18:28:55 +01: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 Changes to allow compilation under various compilers. 2017-08-14 14:43:33 +01:00
intrusive_forward_list.h Moved common code to base class. 2017-06-27 18:19:28 +01:00
intrusive_links.h Removed support for auto and checked links. 2016-12-28 12:52:06 +00:00
intrusive_list.h Moved common code to base class. 2017-06-27 18:19:28 +01:00
intrusive_queue.h Moved common code to base class. 2017-06-27 18:19:28 +01:00
intrusive_stack.h Moved common code to base class. 2017-06-27 18:19:28 +01:00
io_port.h Conditional compilation for hash functions. 2017-06-12 23:08:49 +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_generator.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
largest.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
list.h Merge branch 'Emplace' into development 2017-07-26 10:06:23 +01:00
log.h Fixed compatibility issues with Texas Instruments compiler. 2016-06-19 08:39:09 +01:00
map.h Renamed base class MAX_SIZE to CAPACITY to avoid name clash with top level classes. 2017-06-21 19:43:09 +01:00
memory.h Added 'make_xxx' functions. 2017-08-17 15:31:53 +01:00
message_bus.h Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
message_router_generator.h Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
message_router.h Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
message_types.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
message.h Made it optional for messages to be virtual. 2017-08-17 15:33:29 +01:00
multimap.h Renamed base class MAX_SIZE to CAPACITY to avoid name clash with top level classes. 2017-06-21 19:43:09 +01:00
multiset.h Renamed base class MAX_SIZE to CAPACITY to avoid name clash with top level classes. 2017-06-21 19:43:09 +01:00
murmur3.h Added platform.h. 2016-03-10 00:41:36 +00:00
nullptr.h Changed the way nullptr is defined for Arduino projects. 2017-08-22 09:36:10 +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 occurrences of 'new' to '::new' 2017-02-26 09:14:58 +00:00
packet.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
parameter_type.h Simplified etl::parameter_type to remove unnecessary second template parameter. 2017-08-21 10:22:14 +01:00
pearson.cpp Added hash functions 2016-12-28 12:40:29 +00:00
pearson.h Renamed due to unresolvable clash with system header on Linux. 2017-08-16 13:12:30 +01:00
platform.h Changed the way nullptr is defined for Arduino projects. 2017-08-22 09:36:10 +01:00
pool.h Changed max_items to max_size 2017-09-13 13:16:50 +01:00
power.h Added include for stdint.h 2017-04-26 21:42:54 +01:00
priority_queue.h Added 'pop_into' member functions. 2017-09-14 16:27:32 +01:00
queue.h Added 'pop_into' member functions. 2017-09-14 16:27:32 +01:00
radix.h Prefix macros with ETL_ 2017-01-31 21:11:24 +00:00
random.cpp Changes to allow compilation under various compilers. 2017-08-14 14:43:33 +01:00
random.h Changes to allow compilation under various compilers. 2017-08-14 14:43:33 +01:00
ratio.h Created 'ratio.h' 2016-12-16 14:24:37 +00:00
reference_flat_map.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
reference_flat_multimap.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
reference_flat_multiset.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
reference_flat_set.h Completed modification of flat map/set classes to use reference flat map/set as bases. 2017-06-25 21:25:54 +01:00
scheduler.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
set.h Merge remote-tracking branch 'origin/development' 2017-06-21 20:26:55 +01:00
smallest_generator.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
smallest.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
sqrt.h Added integer square root template constant. 2017-08-18 12:58:51 +01:00
stack.h Added 'pop_into' member functions. 2017-09-14 16:27:32 +01:00
static_assert.h Changes to allow compilation under various compilers. 2017-08-14 14:43:33 +01:00
task.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
temp.h Modified factory to accept non-contiguous type ids. 2017-09-17 12:43:45 +01:00
type_def.h Removed 'explicit' for conversion operator. 2017-02-22 20:38:45 +00:00
type_lookup_generator.h Made invalid id or types a compile time error. 2017-09-18 10:50:05 +01:00
type_lookup.h Made invalid id or types a compile time error. 2017-09-18 10:50:05 +01:00
type_traits_generator.h Added ETL extension etl::types to allow extraction of various types from a specified type. 2017-08-25 11:10:54 +01:00
type_traits.h Added factory pattern 2017-09-11 21:17:33 +01:00
u16string.h Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +01:00
u32string.h Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +01:00
unordered_map.h Changed max_items to max_size 2017-09-13 13:16:50 +01:00
unordered_multimap.h Changed max_items to max_size 2017-09-13 13:16:50 +01:00
unordered_multiset.h Changed max_items to max_size 2017-09-13 13:16:50 +01:00
unordered_set.h Changed max_items to max_size 2017-09-13 13:16:50 +01:00
user_type.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
utility.h Added comments 2016-12-28 12:41:26 +00:00
variant.h Merge remote-tracking branch 'origin/development' 2017-08-07 15:54:30 +01:00
vector.h Changes to allow compilation under various compilers. 2017-08-16 13:29:12 +01:00
visitor.h Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00
wstring.h Merge remote-tracking branch 'origin/memcpy_containers' into development 2017-06-17 16:39:45 +01:00