File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.1)
22
33project (HawkTracer
4- VERSION 0.10 .0)
4+ VERSION 0.11 .0)
55
66include (GNUInstallDirs)
77
Original file line number Diff line number Diff line change 1+ 0.11.0 (Lizard) (unstable) - 30.08.2023:
2+ * allow return values from functions decorated with @trace in Python bindings
3+ * allow conditional build of TCP listener
4+ * enable forceful compilation using C compiler (using `0DFORCE_C_COMPILATION=ON` cmake flag)
5+ * allow disable multithreading support (using `-DENABLE_THREADS=OFF` cmake flag)
6+ * fix MacOS build
7+ * add on-client-connected callback to TCP listener
8+ * improve test suite
9+ * minor fixes and improvements in documentation
10+
1110.10.0 (Squirrel) (unstable) - 19.01.2020:
212 * fix amalgamation process for non POSIX.utf-8 locale (#65)
313 * restore Python binding tests
5363 * documentation improvements (tutorials, examples, missing function documentation)
5464 * publish documentation online (https://amzn.github.io/hawktracer/)
5565 * many other tiny bug fixes and minor improvements
56-
66+
57670.5.0 (unstable) - 5.05.2018:
5868 * make parser library thread-safe
5969 * fix bug which was preventing from event multilevel inheritance
You can’t perform that action at this time.
0 commit comments