tracy/cmake
Bartosz Taudul 1c1faeff2d
Replace parallel STL with PPQSort.
PPQSort is supposedly quite fast: https://github.com/GabTux/PPQSort

More importantly, it does not depend on TBB fuckery, so there's no longer
a need to link with an external library that people may or may not have.

The NO_PARALLEL_STL option is out, as it was provided solely to deal with
TBB being not available. Sequential sorting is still used on emscripten.
2024-09-26 14:41:59 +02:00
..
config.cmake Use a proper way to enable compiler diagnostics with color. 2024-09-23 23:11:08 +02:00
CPM.cmake Update CPM to 0.40.2. 2024-08-08 19:42:15 +02:00
ECMFindModuleHelpers.cmake Add wayland-scanner CMake module. 2024-03-21 23:04:40 +01:00
FindWaylandScanner.cmake Generate private-code with wayland-scanner. 2024-03-21 23:04:40 +01:00
server.cmake Replace parallel STL with PPQSort. 2024-09-26 14:41:59 +02:00
vendor.cmake Replace parallel STL with PPQSort. 2024-09-26 14:41:59 +02:00
version.cmake Set TRACY_VERSION_STRING directly in version.cmake. 2024-03-21 23:04:39 +01:00