Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add map list initialization and at() methods | Stephen Cprek | 2017-04-10 | 1 | -1/+19 |
* | Implement std::array | Stephen Cprek | 2016-10-30 | 1 | -0/+183 |
* | Implement std::map::emplace() | Matt Derksen | 2016-06-02 | 1 | -0/+75 |
* | Vector and list initializer lists fail with {} contructor | Andrew Geissler | 2016-05-16 | 1 | -1/+10 |
* | Change copyright prolog for all files to Apache. | Patrick Williams | 2014-05-21 | 1 | -22/+22 |
* | Enhanced STL capabilities. | Patrick Williams | 2012-05-21 | 1 | -0/+124 |
* | Segfault in map when removing root-node. | Patrick Williams | 2012-05-10 | 1 | -0/+12 |
* | Fix broken map::operator[]. | Patrick Williams | 2012-04-05 | 1 | -0/+6 |
* | Improve std::map by using a SplayTree container. | Patrick Williams | 2012-03-29 | 1 | -0/+37 |
* | Add return of an iterator to the vector erase function to match the stl stand... | Doug Gilbert | 2012-03-06 | 1 | -0/+33 |
* | STL advance / distance. | Patrick Williams | 2012-02-22 | 1 | -0/+94 |
* | STL map support based on STL list | Doug Gilbert | 2011-10-26 | 1 | -0/+171 |