Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-06-26 01:18:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:05 +0300
commitc58c4ec772b6c924246b20f12c90cb2a803b5034 (patch)
tree315a591817ec314171649f29e012c6ffae28ff19 /std
parentbb666aaa3d97c045a67f0c2910a1b9d70c475c6a (diff)
Replace stdlib.hpp with cstdlib.hpp;
Replace stdio.hpp with cstdio.hpp; Replace time.hpp with systime.hpp;
Diffstat (limited to 'std')
-rw-r--r--std/cstdio.hpp (renamed from std/stdio.hpp)2
-rw-r--r--std/std.config1
-rw-r--r--std/std.creator1
-rw-r--r--std/std.files32
-rw-r--r--std/std.includes0
-rw-r--r--std/stdlib.hpp12
-rw-r--r--std/systime.hpp (renamed from std/time.hpp)0
7 files changed, 1 insertions, 47 deletions
diff --git a/std/stdio.hpp b/std/cstdio.hpp
index 298a3b998d..6831cc9b85 100644
--- a/std/stdio.hpp
+++ b/std/cstdio.hpp
@@ -5,7 +5,7 @@
#undef new
#endif
-#include <stdio.h>
+#include <cstdio>
#ifdef DEBUG_NEW
#define new DEBUG_NEW
diff --git a/std/std.config b/std/std.config
deleted file mode 100644
index 8cec188b38..0000000000
--- a/std/std.config
+++ /dev/null
@@ -1 +0,0 @@
-// ADD PREDEFINED MACROS HERE!
diff --git a/std/std.creator b/std/std.creator
deleted file mode 100644
index e94cbbd302..0000000000
--- a/std/std.creator
+++ /dev/null
@@ -1 +0,0 @@
-[General]
diff --git a/std/std.files b/std/std.files
deleted file mode 100644
index 51149e39d1..0000000000
--- a/std/std.files
+++ /dev/null
@@ -1,32 +0,0 @@
-algorithm.hpp
-array.hpp
-auto_ptr.hpp
-bind.hpp
-cstdlib.hpp
-cmath.hpp
-exception.hpp
-fstream.hpp
-function.hpp
-ios.hpp
-iostream.hpp
-iterator.hpp
-limits.hpp
-list.hpp
-map.hpp
-numeric.hpp
-queue.hpp
-scoped_array.hpp
-scoped_ptr.hpp
-set.hpp
-shared_ptr.hpp
-sstream.hpp
-string.hpp
-tuple.hpp
-type_traits.hpp
-typeinfo.hpp
-unordered_map.hpp
-unordered_set.hpp
-utility.hpp
-vector.hpp
-cstdio.hpp
-common_defines.hpp
diff --git a/std/std.includes b/std/std.includes
deleted file mode 100644
index e69de29bb2..0000000000
--- a/std/std.includes
+++ /dev/null
diff --git a/std/stdlib.hpp b/std/stdlib.hpp
deleted file mode 100644
index b8079a6f96..0000000000
--- a/std/stdlib.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-#include "common_defines.hpp"
-
-#ifdef new
-#undef new
-#endif
-
-#include <stdlib.h>
-
-#ifdef DEBUG_NEW
-#define new DEBUG_NEW
-#endif
diff --git a/std/time.hpp b/std/systime.hpp
index c535b83e50..c535b83e50 100644
--- a/std/time.hpp
+++ b/std/systime.hpp