| .. |
|
codeblocks
|
Added intrusive forward list & tests
|
2016-01-22 17:01:32 +00:00 |
|
iar
|
Added an etl::map test.
|
2016-01-09 10:28:14 +00:00 |
|
keil
|
Added an etl::map test.
|
2016-01-09 10:28:14 +00:00 |
|
TrueStudio/ETL/src
|
Added an etl::map test.
|
2016-01-09 10:28:14 +00:00 |
|
vs2015
|
Added unordered_set, unordered_multiset, unordered_multimap
|
2016-02-21 21:11:46 +00:00 |
|
data.h
|
Added 'splice' nad 'merge' member functions.
|
2016-02-21 08:57:38 +00:00 |
|
ExtraCheckMacros.h
|
Defines CHECK_NO_THROW
|
2014-11-03 12:33:46 +00:00 |
|
main.cpp
|
Added Github link to copyright notice.
|
2015-02-22 13:23:18 +00:00 |
|
murmurhash3.cpp
|
Changed Murmur3 hash from generic interface inherited from ihash.
|
2015-09-28 09:40:45 +01:00 |
|
murmurhash3.h
|
New hash & checksum algorithms
|
2015-08-19 21:00:53 +01:00 |
|
test_algorithm.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_alignment.cpp
|
Fixed test compile warnings
|
2016-01-13 16:10:15 +00:00 |
|
test_array.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_binary.cpp
|
Added sign_extend template
|
2016-02-27 16:54:51 +00:00 |
|
test_bitset.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_bloom_filter.cpp
|
Fixed test compile warnings
|
2016-01-13 16:10:15 +00:00 |
|
test_bsd_checksum.cpp
|
Modified checksum class to be easily customised.
|
2016-02-10 19:04:06 +00:00 |
|
test_checksum.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_compile.cpp
|
Added an etl::map test.
|
2016-01-09 10:28:14 +00:00 |
|
test_container.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_crc.cpp
|
Fixed test compile warnings
|
2016-01-13 16:10:15 +00:00 |
|
test_cyclic_value.cpp
|
Added copy constructor test
|
2016-01-13 18:56:23 +00:00 |
|
test_deque.cpp
|
Removed redundant line
|
2016-01-15 08:13:53 +00:00 |
|
test_endian.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_enum_type.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_error_handler.cpp
|
Cross compiler compatibilty
|
2016-01-21 20:18:03 +00:00 |
|
test_exception.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_fixed_iterator.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_flat_map.cpp
|
Fixed a bug in find() when key was less than any value in the set or map.
|
2016-02-14 14:41:15 +00:00 |
|
test_flat_multimap.cpp
|
Fixed a bug in find() when key was less than any value in the set or map.
|
2016-02-14 14:41:15 +00:00 |
|
test_flat_multiset.cpp
|
Fixed a bug in find() when key was less than any value in the set or map.
|
2016-02-14 14:41:15 +00:00 |
|
test_flat_set.cpp
|
Fixed a bug in find() when key was less than any value in the set or map.
|
2016-02-14 14:41:15 +00:00 |
|
test_fnv_1.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_forward_list.cpp
|
Added 'move' member function to support splice like operations within the list.
|
2016-01-17 20:53:42 +00:00 |
|
test_function.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_functional.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_hash.cpp
|
Modified for 64 bit 'size_t' compatibilty
|
2016-01-13 15:02:57 +00:00 |
|
test_instance_count.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_integral_limits.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_intrusive_forward_list.cpp
|
Added begin==end tests
|
2016-02-18 20:10:54 +00:00 |
|
test_intrusive_links.cpp
|
Added intrusive_list and updated intrusive_forward list.
|
2016-02-10 19:05:42 +00:00 |
|
test_intrusive_list.cpp
|
Added begin==end tests
|
2016-02-18 20:10:54 +00:00 |
|
test_io_port.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_jenkins.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_largest.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_list.cpp
|
Added 'splice' nad 'merge' member functions.
|
2016-02-21 08:57:38 +00:00 |
|
test_map.cpp
|
Added test for finding a key less than existing keys.
|
2016-02-14 14:44:39 +00:00 |
|
test_maths.cpp
|
Fixed test compile warnings
|
2016-01-13 16:10:15 +00:00 |
|
test_multimap.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_multiset.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_murmur3.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_numeric.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_observer.cpp
|
Fixed signed/unsigned warnings for GCC
|
2016-01-13 15:03:44 +00:00 |
|
test_optional.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_pearson.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_pool.cpp
|
Fixed GCC warnings
|
2016-01-15 08:13:53 +00:00 |
|
test_priority_queue.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_queue.cpp
|
Fixed GCC warnings
|
2016-01-15 08:13:53 +00:00 |
|
test_set.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_smallest.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_stack.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_type_traits.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_unordered_map.cpp
|
Added unordered_set, unordered_multiset, unordered_multimap
|
2016-02-21 21:11:46 +00:00 |
|
test_unordered_multimap.cpp
|
Added unordered_set, unordered_multiset, unordered_multimap
|
2016-02-21 21:11:46 +00:00 |
|
test_unordered_multiset.cpp
|
Added unordered_set, unordered_multiset, unordered_multimap
|
2016-02-21 21:11:46 +00:00 |
|
test_unordered_set.cpp
|
Added unordered_set to project
|
2016-02-18 20:11:07 +00:00 |
|
test_variant.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_vector.cpp
|
Disabled copy constructor.
|
2016-01-14 18:31:43 +00:00 |
|
test_visitor.cpp
|
Added link to www.etlcpp.com in licence header.
|
2015-12-16 11:09:56 +00:00 |
|
test_xor_checksum.cpp
|
Modified checksum class to be easily customised.
|
2016-02-10 19:03:49 +00:00 |
|
words.txt
|
New hash & checksum algorithms
|
2015-08-19 21:00:53 +01:00 |