jwellbelove a956df84e0 Defines CHECK_NO_THROW
Defines CHECK_NO_THROW if not already defined.
2014-11-03 12:33:46 +00:00
test Defines CHECK_NO_THROW 2014-11-03 12:33:46 +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 Changed exception names 2014-11-03 12:31:39 +00:00
container.h Added container orientated functions 2014-10-31 15:54:15 +00:00
crc8_ccitt.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc8_ccitt.h Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc16_ccitt.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc16_ccitt.h Separated lookup tables into cpp file 2014-11-02 17:18:47 +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 Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc32.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc32.h Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc64_ecma.cpp Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
crc64_ecma.h Separated lookup tables into cpp file 2014-11-02 17:18:47 +00:00
cyclic_value.h Changed exception names 2014-11-03 12:32:11 +00:00
deque_base.h Double ended queue container added 2014-11-03 12:32:43 +00:00
deque.h Double ended queue container added 2014-11-03 12:32:43 +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
ideque.h Double ended queue container added 2014-11-03 12:32:43 +00:00
ilist.h Changed exception names 2014-11-03 12:32:11 +00:00
iqueue.h Changed exception names 2014-11-03 12:32:11 +00:00
istack.h Changed exception names 2014-11-03 12:32:11 +00:00
ivector.h Changed exception names 2014-11-03 12:32:11 +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 Changed exception names 2014-11-03 12:32:11 +00:00
list.h Added doxygen comments 2014-11-02 17:19:17 +00:00
log.h Individual classes originally from maths.h 2014-11-02 17:18:09 +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 Changed exception names 2014-11-03 12:32:11 +00:00
pow.h Individual classes originally from maths.h 2014-11-02 17:18:09 +00:00
queue_base.h Changed exception names 2014-11-03 12:32:11 +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 Changed exception names 2014-11-03 12:32:11 +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 Changed exception names 2014-11-03 12:33:05 +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.