[DEV] continue removing STL
This commit is contained in:
parent
f3bda46b3c
commit
209ac666cc
@ -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)
|
||||
----------------
|
||||
|
@ -6,7 +6,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <etk/types.hpp>
|
||||
#include <chrono>
|
||||
|
||||
namespace echrono {
|
||||
template<int64_t ECHRONO_FACTOR>
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user