Clément Grégoire
Clément Grégoire
Dependencies have not been updated for a while, it does not really change anything cmake or CI related but it would be good to use the latest versions of libraries.
replace target_set_warnings by a new INTERFACE target (generated trough add_warnings_interface ?) that you can link. This will give a better control (can use PUBLIC/PRIVATE/INTERFACE when linking)
When capturing with `TRACY_ON_DEMAND`, I would expect tracy to stop recording data when the server sends a "Stop" command (that is, when I click on  ) However in my...
**Is your feature request related to a problem? Please describe.** There are some differences in how repetitions are handled. For family repetitions (the ones hardcoded in the code with `BENCHMARK(bench)->Repetitions(X)`),...
> Intel(r) SPMD Program Compiler (ispc), 1.12.0 (build commit 2a3fc60 @ 20190816, LLVM 8.0.0) When compiling for multiple targets, the dispatch header will have a function named the same as...
Hi, I was investigating solutions for summing values in an array as fast as possible, and it seems that GCC beats ISPC (at least for input sizes that fit in...
I think it would be interesting to be able to choose the output per reporter, for example I would like to keep the `console` reporter on stdout but output the...
A few allocations made in the constructor were not being freed.
There were a lot of leaks : global context, define replacements... I fixed those I happened to see in my programs, but there might still be a few left.
Hi, It would be nice to clean the CMakeLists to follow modern cmake guidelines (there's a bunch of articles here https://github.com/onqtam/awesome-cmake, I also have a few tutorials [here](https://www.siliceum.com/en/blog/post/cmake_01_cmake-basics)). Setting `CMAKE_CXX_FLAGS`...