2016-01-13 16:10:15 +00:00
..
codeblocks Updated Code::Blocks projects files 2015-12-11 19:07:41 +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 a "No Unit Tests" debug configuration 2016-01-09 10:27:08 +00:00
data.h Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +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_basic_intrusive_forward_list.cpp Added iterator test for empty container 2016-01-09 10:28:56 +00:00
test_binary.cpp Fixed test compile warnings 2016-01-13 16:10:15 +00:00
test_bitset.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
test_bloom_filter.cpp Fixed test compile warnings 2016-01-13 16:10:15 +00:00
test_bsd_checksum.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +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 link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
test_deque.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +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 Added compiler #if to exclude Windows header for Linux platforms. 2016-01-13 13:53:28 +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 Added tests to check for inserts overwriting existing values. 2016-01-09 13:07:14 +00:00
test_flat_multimap.cpp Added tests for multiple same value insert. 2015-12-18 19:45:52 +00:00
test_flat_multiset.cpp Added tests for multiple same value insert. 2015-12-18 19:45:52 +00:00
test_flat_set.cpp Added tests for multiple same value insert. 2015-12-18 19:45:52 +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 link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +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 link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +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 link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
test_map.cpp Added tests to check for inserts overwriting existing values. 2016-01-09 13:07:14 +00:00
test_maths.cpp Fixed test compile warnings 2016-01-13 16:10:15 +00:00
test_multimap.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
test_multiset.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +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 test compile warnings 2016-01-13 16:10:15 +00:00
test_priority_queue.cpp Added ETL_CHECK_PUSH_POP to enable empry/full checks for push & pop functions. Normally this not be set as the code will be doing this check when necessary. 2016-01-07 17:34:37 +00:00
test_queue.cpp Fixed test compile warnings 2016-01-13 16:10:15 +00:00
test_set.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +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 Fixed test compile warnings 2016-01-13 16:10:15 +00:00
test_type_traits.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
test_variant.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
test_vector.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
test_visitor.cpp Added link to www.etlcpp.com in licence header. 2015-12-16 11:09:56 +00:00
words.txt New hash & checksum algorithms 2015-08-19 21:00:53 +01:00