You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tracy/public
Dery Almas e1110d6c58 Fix error suppression macro
My previous fix triggered another issue: apparently at least GCC expects
the `_Pragma` operator to be placed in its own statement (after a
semicolon). The current macro simply dumped the expression and the
_Pragma together, triggering an error. Putting a semicolon after `Expr`
fixes the issue (actually double-checked after a `git clean -fdx`),
although slightly changing the API (the semicolon after the wrapped
macros is now optional).
2 days ago
..
client Use proper API to read /proc/mounts. 4 days ago
common Release 0.13.0. 6 days ago
libbacktrace fix: GetDebugInfoDescriptor signature 4 days ago
tracy Fix error suppression macro 2 days ago
TracyClient.F90 Fix type(c_ptr) in bind(C) 11 months ago
TracyClient.cpp Refactor libbacktrace usage with TRACY_USE_LIBBACKTRACE 4 months ago