From d94c1139d317f45f68ddd46bef8134c74e646f27 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sat, 8 Feb 2014 21:31:16 +0100 Subject: [PATCH] Move TSTL to the root of the project --- {kernel/include/stl => tstl/include}/algorithms.hpp | 0 {kernel/include/stl => tstl/include}/array.hpp | 0 {kernel/include/stl => tstl/include}/circular_buffer.hpp | 0 {kernel/include/stl => tstl/include}/enable_if.hpp | 0 {kernel/include/stl => tstl/include}/list.hpp | 0 {kernel/include/stl => tstl/include}/literals.hpp | 0 {kernel/include/stl => tstl/include}/lock_guard.hpp | 0 {kernel/include/stl => tstl/include}/optional.hpp | 0 {kernel/include/stl => tstl/include}/pair.hpp | 0 {kernel/include/stl => tstl/include}/queue.hpp | 0 {kernel/include/stl => tstl/include}/stack.hpp | 0 {kernel/include/stl => tstl/include}/string.hpp | 0 {kernel/include/stl => tstl/include}/types.hpp | 0 {kernel/include/stl => tstl/include}/unique_ptr.hpp | 0 {kernel/include/stl => tstl/include}/vector.hpp | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {kernel/include/stl => tstl/include}/algorithms.hpp (100%) rename {kernel/include/stl => tstl/include}/array.hpp (100%) rename {kernel/include/stl => tstl/include}/circular_buffer.hpp (100%) rename {kernel/include/stl => tstl/include}/enable_if.hpp (100%) rename {kernel/include/stl => tstl/include}/list.hpp (100%) rename {kernel/include/stl => tstl/include}/literals.hpp (100%) rename {kernel/include/stl => tstl/include}/lock_guard.hpp (100%) rename {kernel/include/stl => tstl/include}/optional.hpp (100%) rename {kernel/include/stl => tstl/include}/pair.hpp (100%) rename {kernel/include/stl => tstl/include}/queue.hpp (100%) rename {kernel/include/stl => tstl/include}/stack.hpp (100%) rename {kernel/include/stl => tstl/include}/string.hpp (100%) rename {kernel/include/stl => tstl/include}/types.hpp (100%) rename {kernel/include/stl => tstl/include}/unique_ptr.hpp (100%) rename {kernel/include/stl => tstl/include}/vector.hpp (100%) diff --git a/kernel/include/stl/algorithms.hpp b/tstl/include/algorithms.hpp similarity index 100% rename from kernel/include/stl/algorithms.hpp rename to tstl/include/algorithms.hpp diff --git a/kernel/include/stl/array.hpp b/tstl/include/array.hpp similarity index 100% rename from kernel/include/stl/array.hpp rename to tstl/include/array.hpp diff --git a/kernel/include/stl/circular_buffer.hpp b/tstl/include/circular_buffer.hpp similarity index 100% rename from kernel/include/stl/circular_buffer.hpp rename to tstl/include/circular_buffer.hpp diff --git a/kernel/include/stl/enable_if.hpp b/tstl/include/enable_if.hpp similarity index 100% rename from kernel/include/stl/enable_if.hpp rename to tstl/include/enable_if.hpp diff --git a/kernel/include/stl/list.hpp b/tstl/include/list.hpp similarity index 100% rename from kernel/include/stl/list.hpp rename to tstl/include/list.hpp diff --git a/kernel/include/stl/literals.hpp b/tstl/include/literals.hpp similarity index 100% rename from kernel/include/stl/literals.hpp rename to tstl/include/literals.hpp diff --git a/kernel/include/stl/lock_guard.hpp b/tstl/include/lock_guard.hpp similarity index 100% rename from kernel/include/stl/lock_guard.hpp rename to tstl/include/lock_guard.hpp diff --git a/kernel/include/stl/optional.hpp b/tstl/include/optional.hpp similarity index 100% rename from kernel/include/stl/optional.hpp rename to tstl/include/optional.hpp diff --git a/kernel/include/stl/pair.hpp b/tstl/include/pair.hpp similarity index 100% rename from kernel/include/stl/pair.hpp rename to tstl/include/pair.hpp diff --git a/kernel/include/stl/queue.hpp b/tstl/include/queue.hpp similarity index 100% rename from kernel/include/stl/queue.hpp rename to tstl/include/queue.hpp diff --git a/kernel/include/stl/stack.hpp b/tstl/include/stack.hpp similarity index 100% rename from kernel/include/stl/stack.hpp rename to tstl/include/stack.hpp diff --git a/kernel/include/stl/string.hpp b/tstl/include/string.hpp similarity index 100% rename from kernel/include/stl/string.hpp rename to tstl/include/string.hpp diff --git a/kernel/include/stl/types.hpp b/tstl/include/types.hpp similarity index 100% rename from kernel/include/stl/types.hpp rename to tstl/include/types.hpp diff --git a/kernel/include/stl/unique_ptr.hpp b/tstl/include/unique_ptr.hpp similarity index 100% rename from kernel/include/stl/unique_ptr.hpp rename to tstl/include/unique_ptr.hpp diff --git a/kernel/include/stl/vector.hpp b/tstl/include/vector.hpp similarity index 100% rename from kernel/include/stl/vector.hpp rename to tstl/include/vector.hpp