File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.0)
22
33project (HawkTracer
4- VERSION 0.2 .0)
4+ VERSION 0.3 .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.3.0 (unstable) - 6.02.2017:
2+ library:
3+ * Review and update C library API
4+ * Add Timeline Features
5+ * Add possibility to extend Event data structure
6+ * Integrate MKCREFLECT library and use it to auto-generate event helper methods
7+ * Add file dump timeline listener
8+ * Add lots of tests for C library (increase test coverage to 87%)
9+ * Add few benchmark tests
10+ client:
11+ * Re-implement client functionality in C# and add support for new HawkTracer binary format
12+ * Implement loading HawkTracer data from file
13+ tools:
14+ * Re-implement tracepoint label generator in Python
15+ build:
16+ * Fix installation script
17+
1180.2.0 (unstable) - 7.07.2017:
219 * add tool for generate function address map from binary file
320 * add feature for finding closest label (if label is not specified in map)
You can’t perform that action at this time.
0 commit comments