summaryrefslogtreecommitdiff
path: root/trace/wscript (follow)
AgeCommit message (Collapse)Author
2020-07-23trace: Use c++14 instead of c++11 if possibleChristian Mauderer
llvm version 10 uses features from c++14 standard in the headers. With that, the record/record-main-lttng.cc doesn't build any more. This patch makes sure that c++14 is used if it is available.
2020-03-17record: Add zlib filter classSebastian Huber
Update #3904.
2020-03-17record: Add base64 filter classSebastian Huber
Update #3904.
2020-03-17record: Add INI file parserSebastian Huber
Import from: https://github.com/benhoyt/inih commit 351217124ddb3e3fe2b982248a04c672350bb0af Author: Stephan Lachnit <stephanlachnit@protonmail.com> Date: Sun Mar 1 07:31:28 2020 +0100 r48 release (#100) * Bump copyright to 2020 * Remove makefile for static library * meson: version 48 Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com> Update #3904.
2020-03-17record: Guard config.h includeSebastian Huber
Update #3904.
2019-12-18Fix build issues on Debian 10Sebastian Huber
2019-09-10record: Optionally use LLVM to resolve addressesSebastian Huber
Update #3665.
2019-09-10record: Windows compatibilitySebastian Huber
Update #3665.
2019-09-05record: Add generic record eventsSebastian Huber
Update #3665.
2019-09-05waf: Clean up trace's wscriptChris Johns
2019-09-03record: Add Client base classSebastian Huber
Update #3665.
2019-09-03record: Convert to C++Sebastian Huber
Formatted with: clang-format -style=Chromium -i trace/record/record-main-lttng.cc Update #3665.
2019-08-20record: Add support for LTTNG sched_switchRavindra Meena
2019-08-20record: New programSebastian Huber
Update #3665.