mirror of https://github.com/wolfpld/tracy.git
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.
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 | 4 days ago | |
| common | 6 days ago | |
| libbacktrace | 4 days ago | |
| tracy | 2 days ago | |
| TracyClient.F90 | 11 months ago | |
| TracyClient.cpp | 4 months ago | |