[DEV] continue removing STL

This commit is contained in:
Edouard DUPIN 2017-09-14 00:59:21 +02:00
parent f3bda46b3c
commit 209ac666cc
4 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
e-chrono
========
`e-chrono` Virualize the std::chono interface to permit to have a slow virtual clock
`e-chrono` time interface (wrapped multi-os)
Release (master)
----------------

View File

@ -6,7 +6,6 @@
#pragma once
#include <etk/types.hpp>
#include <chrono>
namespace echrono {
template<int64_t ECHRONO_FACTOR>

View File

@ -10,6 +10,9 @@
#include <echrono/debug.hpp>
#include <etk/UString.hpp>
#include <etk/stdTools.hpp>
extern "C" {
#include <time.h>
}
static int64_t getTime() {
#if defined(__TARGET_OS__Android)

View File

@ -7,7 +7,7 @@ def get_type():
return "LIBRARY"
def get_desc():
return "E-chrono: Ewol chrono wrapper to simplify use of std::chrono (and permit to create a virtual clock)"
return "E-chrono: Ewol chrono"
def get_licence():
return "MPL-2"