Skip to content

A size-optimized STL implementation.

License

Notifications You must be signed in to change notification settings

andrewprock/ustl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d6de72 · Jan 22, 2014
Jan 22, 2014
Jan 22, 2014
Sep 8, 2008
Feb 15, 2013
Mar 16, 2011
Jan 2, 2014
Nov 13, 2013
Feb 23, 2013
Dec 4, 2012
Feb 15, 2013
Feb 15, 2013
Feb 23, 2013
Feb 23, 2013
Feb 18, 2013
Feb 15, 2013
Feb 16, 2013
Feb 15, 2013
Feb 15, 2013
Feb 15, 2013
Dec 4, 2012
Feb 15, 2013
Feb 15, 2013
Jan 29, 2013
Jan 5, 2014
Dec 4, 2012
Dec 4, 2012
Feb 15, 2013
Feb 15, 2013
Apr 25, 2013
Feb 15, 2013
Dec 4, 2012
Feb 14, 2013
Dec 4, 2012
Dec 4, 2012
Feb 14, 2013
Sep 25, 2013
Feb 15, 2013
Feb 15, 2013
Jan 22, 2014
Feb 15, 2013
Feb 15, 2013
Dec 4, 2012
Apr 3, 2013
Feb 15, 2013
Feb 15, 2013
Dec 4, 2012
Dec 4, 2012
Dec 4, 2012
Dec 4, 2012
Dec 4, 2012
Dec 4, 2012
Feb 14, 2013
Feb 14, 2013
Feb 14, 2013
Dec 4, 2012
Feb 14, 2013
Feb 14, 2013
Feb 14, 2013
Mar 16, 2011
Jan 29, 2013
Dec 4, 2012
Feb 14, 2013
Sep 25, 2013
Dec 4, 2012
Feb 14, 2013
Jan 22, 2014
Dec 4, 2012
Feb 15, 2013
Feb 15, 2013
Dec 4, 2012
Nov 9, 2013
Apr 25, 2013
Sep 25, 2013
Dec 4, 2012
Feb 14, 2013
Feb 14, 2013
Nov 9, 2013
Feb 14, 2013

Repository files navigation

                         ####  #####  #
                         #       #    #
                    # #  ####    #    #
                    # #     #    #    #
                    ###  ####    #    ####
                    #
============================================================================

uSTL is a partial implementation of the C++ standard library that focuses on
decreasing the memory footprint of user executables. While many projects can
use it to replace the standard library without any code changes, there exist
important differences that you should be aware of. Please read documentation
in docs/index.html (or online at http://msharov.github.io/ustl) before using
this library in your project.

uSTL ought to still compile under gcc as old as 2.95, but many features will
be unavailable. For best results, including C++11 support, use at least 4.6.
Clang 3.2 or later is also supported. There are no other dependencies.

Latest version:		https://github.com/msharov/ustl/releases/latest

./configure && make && make check && make install

Build configuration is in Config.mk and config.h, generated by configure.

Bug tracker:		https://github.com/msharov/ustl/issues
Working git branch:	https://github.com/msharov/ustl

About

A size-optimized STL implementation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published