libostd/octa
Daniel Kolesa ae05420994 get rid of __Octa/__octa in algorithm 2015-06-03 22:43:39 +01:00
..
algorithm.h get rid of __Octa/__octa in algorithm 2015-06-03 22:43:39 +01:00
array.h get rid of stupid Type suffixes (we already know it's a type from the name) 2015-06-03 20:00:41 +01:00
atomic.h uglify the code by using unique identifiers only (prevent macro conflicts) 2015-06-02 00:57:34 +01:00
functional.h get rid of stupid Type suffixes (we already know it's a type from the name) 2015-06-03 20:00:41 +01:00
initializer_list.h uglify the code by using unique identifiers only (prevent macro conflicts) 2015-06-02 00:57:34 +01:00
memory.h initial vector and string allocator support (currently space-inefficient) 2015-06-03 22:04:48 +01:00
new.h include <new> with OCTA_ALLOW_CXXSTD 2015-05-27 23:52:39 +01:00
range.h get rid of stupid Type suffixes (we already know it's a type from the name) 2015-06-03 20:00:41 +01:00
stream.h add header file for stream (no implementation yet) 2015-05-12 21:27:46 +01:00
string.h initial vector and string allocator support (currently space-inefficient) 2015-06-03 22:04:48 +01:00
type_traits.h get rid of stupid Type suffixes (we already know it's a type from the name) 2015-06-03 20:00:41 +01:00
types.h export core types outside of octa 2015-04-24 18:51:35 +01:00
utility.h add octa::make_pair and octa::exchange 2015-06-02 02:01:32 +01:00
vector.h space-optimize vector (don't take up any additional space with empty allocator) 2015-06-03 22:31:02 +01:00