Fix Cmake file and no-op tracer creation 51/751/3 v0.0.3
authorRoni Riska <roni.riska@nokia.com>
Mon, 19 Aug 2019 10:56:21 +0000 (13:56 +0300)
committerRoni Riska <roni.riska@nokia.com>
Tue, 20 Aug 2019 06:58:29 +0000 (09:58 +0300)
commit95f44a5947a1f340db94b9d821e16e4a373e6e69
tree107b9e5a601fa0a9f29774fd646c9c2d76d18f35
parent9075724f37d63fd9b6cca5bc185a22ae13c9d1d0
Fix Cmake file and no-op tracer creation

The cmake changes include:
  - Set compiler to C++11
  - Support for code coverage
  - Strict compiler options

The no-op tracer incorrectly created enabled const tracer. This is fixed,
now it creates a disabled tracer.

Change-Id: Ia79ac082ee0cc32e395452c32796b593eda0b691
Signed-off-by: Roni Riska <roni.riska@nokia.com>
CMakeLists.txt
README.md
src/tracelib.cpp