0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00
Files
Clément Grégoire eba268ad9d Fix #996 Remove any need for python during build
We are now using only CMake to generate `GitRef.hpp`. This should make it easier to build on Windows.
We use git's pretty formatting instead of rev-parse to output the full file in a single command, then CMake's `copy_if_different` to avoid unnecessary rebuilds.

Trick is to use %n for newlines and %x22 for quotes. See https://git-scm.com/docs/pretty-formats

We also output "unknown" and a warning when git is not available.
2025-05-24 01:16:08 +02:00
..
2021-05-23 12:49:20 +02:00
2022-08-27 16:05:36 +02:00
2024-05-25 00:03:23 +02:00
2020-06-11 14:09:19 +02:00
2022-08-27 16:05:36 +02:00
2018-07-04 18:26:57 +02:00
2023-04-27 23:17:34 +02:00