descriptionxlq's STL implementation
ownerjp.sittingduck@gmail.com
last changeMon, 24 Aug 2009 18:13:13 +0000 (24 18:13 +0000)
content tags
add:
readme
A standards-compliant STL implementation. Aiming for C++0x compliance. The motivation for the project was to become (too) familiar with the nitty-gritty of C++ and the STL, and to have a useful (and hopefully small, efficient etc. but everyone wants that ;) STL implementation.
shortlog
2009-08-24 Joshua PhillipsFixed problems that emerged in list.master
2009-08-24 Joshua PhillipsAdded test cases for checked list iterators
2009-08-24 Joshua Phillipsruntest.sh: exit when build fails
2009-08-24 Joshua PhillipsImplemented std::list and test cases.
2009-08-24 Joshua PhillipsImproved vector.
2009-08-23 Joshua PhillipsAdded test-cases for std::move
2009-08-23 Joshua PhillipsCopy/move implementation.
2009-08-23 Joshua PhillipsAdd missing #include in type_traits
2009-08-23 Joshua Phillipstype_traits fixes.
2009-08-22 Joshua PhillipsAdded type_traits.
2009-08-21 Joshua PhillipsSimple bounds-checking vector iterators
2009-08-21 Joshua Phillipsmake -> scons
2009-08-20 Joshua PhillipsChanged vector::iterator to a class.
2009-08-20 Joshua PhillipsStarted writing a C++ STL implementation.
heads
14 years ago work
14 years ago master