cpptrace/test
Sergei Zimmerman b23bc42df4
test(stacktrace): make CPPTRACE_FORCE_INLINE static (#196)
This fixes compilation error:

```
> error: inlining failed in call to 'always_inline' 'int stacktrace_inline_resolution_2(std::vector<int>&)': function body can be overwritten at link time
```
2024-12-23 12:21:30 -07:00
..
add_subdirectory-integration CMake improvements (#57) 2023-11-06 12:12:07 -05:00
expected Small test refactor 2024-05-04 11:52:45 -05:00
fetchcontent-integration Fix test 2023-11-06 12:42:06 -05:00
findpackage-integration Handle copying libcpptrace.dll better for findpackage integration 2024-02-12 22:14:03 -06:00
speedtest Aquire zstd with fetchcontent for libdwarf 9 (#85) 2024-02-01 00:14:48 -06:00
unit test(stacktrace): make CPPTRACE_FORCE_INLINE static (#196) 2024-12-23 12:21:30 -07:00
BUILD.bazel Enable Bazel build system support (#153) 2024-08-18 19:16:53 -05:00
CMakeLists.txt Add a test main that disables cpptrace exception absorption 2024-11-20 23:29:29 -06:00
ctrace_demo.c Support -Wpedantic if someone sets the flag globally while using FetchContent (#127) 2024-05-23 21:18:11 -05:00
demo.cpp Add version macros header 2024-12-21 15:41:13 -06:00
integration.cpp Support -Wpedantic if someone sets the flag globally while using FetchContent (#127) 2024-05-23 21:18:11 -05:00
signal_demo.cpp Fix bug in signal_demo and add error message on fork failure to signal tracing guide 2024-11-14 22:08:09 -06:00
signal_tracer.cpp Remove some commented code 2024-08-16 10:29:00 -05:00