File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.1)
22
33project (HawkTracer
4- VERSION 0.5 .0)
4+ VERSION 0.6 .0)
55
66option (ENABLE_ASAN "Enable address sanitizer" OFF )
77option (ENABLE_TESTS "Enable unit tests" OFF )
Original file line number Diff line number Diff line change 1+ 0.6.0 (Mouse) (unstable) - 26.08.2018:
2+ * implement converting HawkTracer stream to callgrind format
3+ * fix install problem with pkg-config files
4+ * fix ht_thread_get_current_thread_id() function
5+ * add information about system endianness and HawkTracer version to metadata stream
6+ * fix deadlock in TCP listener
7+ * add memory usage tracking feature for Linux-based platforms
8+ * add python bindings to a parser library
9+ * documentation improvements (tutorials, examples, missing function documentation)
10+ * publish documentation online (https://amzn.github.io/hawktracer/)
11+ * many other tiny bug fixes and minor improvements
12+
1130.5.0 (unstable) - 5.05.2018:
214 * make parser library thread-safe
315 * fix bug which was preventing from event multilevel inheritance
You can’t perform that action at this time.
0 commit comments