2014-11-06 12:54:00 +00:00
test Added 'swap' 2014-11-06 12:54:00 +00:00
.gitattributes namespace elt to etl 2014-10-26 16:39:14 +00:00
.gitignore Added 'ignore' items 2014-11-06 12:53:12 +00:00
array.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
container.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
crc8_ccitt.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc8_ccitt.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
crc16_ccitt.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc16_ccitt.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
crc16_kermit.h Added CRC calculation classes. 2014-11-01 23:34:13 +00:00
crc16.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc16.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
crc32.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc32.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
crc64_ecma.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc64_ecma.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
cyclic_value.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
deque_base.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
deque.h Added 'swap' 2014-11-06 12:54:00 +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 Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
etl.jpg Added project logo 2014-10-31 15:55:13 +00:00
exception.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
function.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
functional.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
ideque.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
ilist.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
iqueue.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
istack.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
ivector.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
largest.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
LICENSE Initial commit 2014-10-16 12:12:24 +01:00
list_base.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
list.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
log.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
nullptr.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
numeric.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
observer.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
pow.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
queue_base.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
queue.h Added 'swap' 2014-11-06 12:54:00 +00:00
README.md Updated 2014-10-21 16:18:40 +01:00
stack_base.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
stack.h Added 'swap' 2014-11-06 12:54:00 +00:00
static_assert.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
type_traits.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
vector_base.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00
vector.h Added 'swap' 2014-11-06 12:54:00 +00:00
visitor.h Updates for Code::Blocks and CodeLite 2014-11-05 17:41:17 +00:00

etl

Embedded Template Library

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