summaryrefslogtreecommitdiff
path: root/src/core/smallstack_type.hpp
AgeCommit message (Expand)Author
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-06Codechange: Replace custom mutex code with C++11 mutex'es.Michael Lutz
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Resize() with std::vector::resize()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: [core] Implement SmallVector using std::vectorHenry Wilson
2018-04-21Fix: Remove need to instantiate SmallStack's pool object by making it a singl...Charles Pigott
2014-02-16(svn r26343) -Fix: Rewrite SmallStack so that it doesn't use a pool and is re...fonsinchen
2013-10-20(svn r25889) -Codechange: Add forgotten file.fonsinchen