2014-11-01 16:29:47 +00:00
test Added CRC8 test to CRC tests 2014-11-01 16:29:47 +00:00
.gitattributes namespace elt to etl 2014-10-26 16:39:14 +00:00
.gitignore Changed MSVS folder name 2014-10-26 16:44:49 +00:00
array.h Edited comments 2014-10-31 15:53:45 +00:00
container.h Added container orientated functions 2014-10-31 15:54:15 +00:00
crc8.h Added CRC8 calculations 2014-11-01 16:28:29 +00:00
cyclic_value.h Added cyclic value class 2014-10-31 15:54:27 +00:00
Doxyfile Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
doxygen.h Added CRC group 2014-11-01 16:28:48 +00:00
enum_type.h Rename to_string 2014-10-26 17:41:12 +00:00
etl.jpg Added project logo 2014-10-31 15:55:13 +00:00
exception.h Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
function.h Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
functional.h Added new functional header 2014-11-01 15:25:25 +00:00
ilist.h Added list container 2014-11-01 15:27:20 +00:00
iqueue.h Added back() & #error for base class 2014-10-27 11:30:10 +00:00
istack.h Added stack container class 2014-10-27 11:30:30 +00:00
ivector.h Updated comments 2014-11-01 15:26:50 +00:00
largest.h Added largest type/size template 2014-10-31 15:56:32 +00:00
LICENSE Initial commit 2014-10-16 12:12:24 +01:00
list_base.h Added list container 2014-11-01 15:27:20 +00:00
list.h Added list container 2014-11-01 15:27:20 +00:00
maths.h Changed Maths to maths 2014-11-01 15:28:18 +00:00
nullptr.h Added conditional compilation 2014-11-01 15:26:34 +00:00
numeric.h Added numeric file 2014-10-31 15:57:16 +00:00
observer.h Added observer pattern template 2014-10-31 15:57:33 +00:00
queue_base.h Moved '\ingroup queue' comments 2014-11-01 15:28:47 +00:00
queue.h Changed group from Containers to containers 2014-10-31 16:00:38 +00:00
README.md Updated 2014-10-21 16:18:40 +01:00
stack_base.h Added stack container class 2014-10-27 11:30:30 +00:00
stack.h Changed group from Containers to containers 2014-10-31 16:01:18 +00:00
static_assert.h Added STATIC_ASSERT definition 2014-10-31 15:58:14 +00:00
type_traits.h Added type_traits header 2014-10-31 16:00:49 +00:00
vector_base.h Added vector class 2014-10-31 15:55:54 +00:00
vector.h Modified comments 2014-11-01 15:25:43 +00:00
visitor.h Added visitor pattern templates 2014-10-31 15:57:47 +00:00

etl

Embedded Template Library

  • A low resource template library for embedded applications.
  • A set of fixed capacity containers.
  • Compile time template constants.