| .. |
|
.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
|
Added transform_n_if algorithms
|
2017-06-29 12:20:40 +01: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
|
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
|
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
|
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
|
Merge branch 'Emplace' into development
|
2017-07-26 10:06:23 +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
|
Merge branch 'Emplace' into development
|
2017-07-26 10:06:23 +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
|
Merge branch 'Emplace' into development
|
2017-07-26 11:04:31 +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
|
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.h
|
Merge branch 'Emplace' into development
|
2017-07-26 10:06:23 +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
|
Renamed some classes for be compatible with C++11 standards.
|
2017-06-17 08:57:11 +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
|
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
|
Updated some definitions to use those from C++11 <type_traits if available.
|
2017-06-18 14:53:46 +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 emplace functions supporting up to four parameters to the following containers.
|
2017-07-21 11:59:40 +01:00 |
|
queue.h
|
Added emplace functions supporting up to four parameters to the following containers.
|
2017-07-21 12:00:15 +01:00 |
|
radix.h
|
Prefix macros with ETL_
|
2017-01-31 21:11:24 +00:00 |
|
random.cpp
|
Fixed polynomial value for random_lsfr
|
2017-07-25 19:18:01 +01:00 |
|
random.h
|
Fixed polynomial value for random_lsfr
|
2017-07-25 19:18:01 +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 |
|
set.h
|
Merge remote-tracking branch 'origin/development'
|
2017-06-21 20:26:55 +01:00 |
|
smallest.h
|
More changes to compatibility with platforms that do not support 8 bit types.
|
2017-07-09 10:40:44 +01:00 |
|
stack.h
|
Added emplace functions supporting up to four parameters to the following containers.
|
2017-07-21 11:59:40 +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
|
Updated some definitions to use those from C++11 <type_traits if available.
|
2017-06-18 14:53:46 +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
|
Renamed key_value_parameter_t to key_parameter_t
|
2017-06-12 22:28:32 +01:00 |
|
unordered_multimap.h
|
Removed duplicate header include.
|
2017-06-25 21:24:31 +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
|
Remove 'explicit' incompatible with C++03
|
2017-06-30 12:50:08 +01: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
|
Merge branch 'Emplace' into development
|
2017-07-26 11:04:31 +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 |