Skip to content

niepiekm/estl-teaser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • CMake 1.1%
  • Other 1.9%