Skip to content

Commit

Permalink
Release 0.7.0 (Rabbit)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Jan 14, 2019
1 parent 4f0e456 commit e791868
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)

project(HawkTracer
VERSION 0.6.0)
VERSION 0.7.0)

option(ENABLE_ASAN "Enable address sanitizer" OFF)
option(ENABLE_TESTS "Enable unit tests" OFF)
Expand Down
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
0.7.0 (Rabbit) (unstable) - 14.01.2018:
* fix crash when pushing events of size bigger than timeline's buffer
* [api change] rename HT_EVENT_GET_CLASS to HT_EVENT_GET_KLASS
* [api change] remove ht_timeline_listener_container_unref() from public API
* fix data race when referencing/dereferencing timeline container object
* enable code coverage reporting on CI
* add feature for tracking heap allocations
* support informations attached to tracepoints for Chrome Trace converter
* remove C++ dependency for the HawkTracer core library
* add amalgamation script for generating single source/header HawkTracer files
* improvements in the installation process (thanks J. Kim and Alexandru!)
* support reading big-endian data on little-endian platform (and vice versa)
* many other tiny bug fixes and minor improvements

0.6.0 (Mouse) (unstable) - 26.08.2018:
* implement converting HawkTracer stream to callgrind format
* fix install problem with pkg-config files
Expand Down

0 comments on commit e791868

Please sign in to comment.