First version of the tracing library 04/704/2 v0.0.1
authorRoni Riska <roni.riska@nokia.com>
Wed, 14 Aug 2019 07:53:40 +0000 (10:53 +0300)
committerRoni Riska <roni.riska@nokia.com>
Wed, 14 Aug 2019 13:17:36 +0000 (16:17 +0300)
commitf165e5750fff603b11c8f221b7c36a9db4e8e86e
tree497a655732cd580fed65d6be39f9deaf401103b7
parent87956295b3a222b6b4f946a27efd633175ae7ed4
First version of the tracing library

Supports only noop tracer.

Change-Id: I8ccd9ecbeb420b98cefc9950d2ed3f3f59482495
Signed-off-by: Roni Riska <roni.riska@nokia.com>
CMakeLists.txt [new file with mode: 0644]
LICENSES.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/cxx1.cmake [new file with mode: 0644]
include/tracelibcpp/tracelibcpp.hpp [new file with mode: 0644]
src/tracelib.cpp [new file with mode: 0644]
tst/testcreate.cpp [new file with mode: 0644]