Bartosz Taudul
|
22a0898a54
|
Merge pull request #831 from Chekov2k/llvm
Set CXX standard for older compilers
|
2024-07-17 12:27:17 +02:00 |
|
Arnim Balzer
|
a8704b4a07
|
Set CXX standard for older compilers
|
2024-07-17 11:06:20 +01:00 |
|
Arnim Balzer
|
3274fd4c5e
|
Link against Python libraries for compatibility with pybind11 >= v2.13
|
2024-07-17 07:18:07 +01:00 |
|
Bartosz Taudul
|
30d656070d
|
Merge pull request #760 from Chekov2k/fix_python_clean
Do not use directories as by products when file are still present
|
2024-03-26 21:58:29 +01:00 |
|
Arnim Balzer
|
7a779ba03c
|
Do not use directories as by products when file are still present
Unfortunately cmake does not support generator expressions in add_custom_command byproducts so can't remove all files
|
2024-03-26 20:55:04 +00:00 |
|
Arnim Balzer
|
93be1d9343
|
Fix segfault in Python bindings for TRACE_ENABLE=OFF case
|
2024-03-23 17:51:16 +00:00 |
|
Arnim Balzer
|
059f1487af
|
Option to disable use of external pybind11
|
2024-03-23 06:45:12 +00:00 |
|
Arnim Balzer
|
d65d96191a
|
Added basic Python Support
Supported:
- FrameMarks
- ScopedZones
- Memory allocations
- Plots
- ThreadNames
- Messages
- AppConfig
Not supported:
- GPU
|
2024-03-23 06:45:12 +00:00 |
|