11 Commits

Author SHA1 Message Date
John Wellbelove
696247c0f5 Removed default function template parameter value. 2017-12-21 13:52:43 +00:00
John Wellbelove
0bfd212a54 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	examples/ArmTimerCallbacks/RTE/Device/STM32F401RETx/startup_stm32f401xe.s
#	examples/ArmTimerCallbacks/RTE/Device/STM32F401RETx/system_stm32f4xx.c
#	library.properties
#	test/codeblocks/ETL.cbp
#	test/codeblocks/ETL.depend
#	test/codeblocks/ETL.layout
#	test/vs2017/etl.vcxproj
#	test/vs2017/etl.vcxproj.filters
2017-10-18 09:23:17 +01:00
John Wellbelove
d58f675722 Added hash functions 2016-12-28 12:40:29 +00:00
jwellbelove
caf6cbf273 Possible fix for 'strict aliasing' warnings. 2016-12-08 11:22:44 +00:00
jwellbelove
98b0c888ea Possible fix for 'strict aliasing' warnings. 2016-12-08 10:47:30 +00:00
John Wellbelove
cb9f619107 Added 16 bit generic_hash for systems where size_t is 16 bit. 2016-07-01 22:21:35 +01:00
John Wellbelove
f4344818a3 Removed template functions with default templare aurguments.
Not compatible with C++ 03
2016-06-21 21:37:20 +01:00
John Wellbelove
9a1885ea29 Modified hash templates. Added asserts. 2016-05-20 16:33:04 +01:00
jwellbelove
652475bbbd Small improvement to etl::hash 2016-05-20 13:54:33 +01:00
John Wellbelove
8754ff7feb Used enable_if to optimise hash classes. 2016-05-03 18:46:12 +01:00
John Wellbelove
f1c5c20ba7 Changed folder structure to be compatible with Arduino library specifications 2016-02-28 14:04:22 +00:00