You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix amalgamation process for non POSIX.utf-8 locale (#65)
3
+
* restore Python binding tests
4
+
* simplify and document timeline features
5
+
* allow using dynamic strings as labels for tracepoints in C language (C++ already had that feature)
6
+
* fix memory leak on uninitializing HawkTracer library
7
+
* implement automatic memory management for listeners (so the listener object no longer needs to be manually destroyed)
8
+
* simplify FileDump and TCP listener's API (introduce one function to create listener and register it to a timeline)
9
+
* introduce new, polished tracepoint macros
10
+
* add more benchmark tests
11
+
* minor bugfixes and documentation improvements
12
+
* deprecate:
13
+
- ht_timeline_register_listener: ht_timeline_register_listener_full should be used instead
14
+
- ht_timeline_unregister_all_listeners: HawkTracer no longer allows unregistering listeners. Instead, user should call _stop() methods on the listener object
15
+
1
16
0.9.0 (Vole) (unstable) - 09.11.2019:
2
17
* support dynamically allocated strings as labels for tracepoints
0 commit comments