esrlabs / estl-teaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESTL

The ESTL is a C++ STL-like library for embedded developers. It is a library that is designed for memory-constrained embedded C++ applications. This library uses no new or delete. It is highly tested and should be quite portable. It uses only C++ 98 features due to compiler limitations on some of the target platforms that are currently in use.

We are including a vector class here but there is more to come! For more details, check out our ESTL.

Tested Platforms

  • G++. It has been tested on g++ 4.8.3 but it will probably work on other versions
  • Wind River Diab compiler

Build

  • make examples

About


Languages

Language:C++ 97.0%Language:CMake 1.1%Language:Makefile 1.0%Language:C 0.9%