summaryrefslogtreecommitdiffstats
path: root/trace/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* trace/wscript: Improve C++ standard selectionSebastian Huber2024-01-191-3/+15
| | | | | | | Use the latest C++ standard available up to C++20. Close #4908. Close #4965.
* python: Updates for Python 3.12Chris Johns2023-11-211-1/+1
| | | | | | | | - Change SafeConfigParser to ConfigParser - Fix escape sequences in strings Updates #4968
* trace/wscript: Specify C language versionJoel Sherrill2021-04-021-2/+3
| | | | | CentOS 7 has gcc 4.8 which defaults to C90 and this results in warnings for code that is valid C99 but not C90.
* trace: Use c++14 instead of c++11 if possibleChristian Mauderer2020-07-231-1/+5
| | | | | | 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.
* record: Add zlib filter classSebastian Huber2020-03-171-0/+5
| | | | Update #3904.
* record: Add base64 filter classSebastian Huber2020-03-171-0/+1
| | | | Update #3904.
* record: Add INI file parserSebastian Huber2020-03-171-2/+3
| | | | | | | | | | | | | | | | | | | | 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.
* record: Guard config.h includeSebastian Huber2020-03-171-1/+2
| | | | Update #3904.
* Fix build issues on Debian 10Sebastian Huber2019-12-181-2/+9
|
* record: Optionally use LLVM to resolve addressesSebastian Huber2019-09-101-1/+9
| | | | Update #3665.
* record: Windows compatibilitySebastian Huber2019-09-101-2/+7
| | | | Update #3665.
* record: Add generic record eventsSebastian Huber2019-09-051-0/+1
| | | | Update #3665.
* waf: Clean up trace's wscriptChris Johns2019-09-051-2/+1
|
* record: Add Client base classSebastian Huber2019-09-031-1/+3
| | | | Update #3665.
* record: Convert to C++Sebastian Huber2019-09-031-1/+3
| | | | | | | | Formatted with: clang-format -style=Chromium -i trace/record/record-main-lttng.cc Update #3665.
* record: Add support for LTTNG sched_switchRavindra Meena2019-08-201-1/+1
|
* record: New programSebastian Huber2019-08-201-0/+67
Update #3665.