Bartosz Taudul
19519bbeb0
Merge pull request #1394 from bruno-dasilva/bruno/opengl-drift-correction
...
fix: add opengl drift correction for gpu zones
2026-06-07 22:50:40 +02:00
Bruno Da Silva
fc4f52e61d
add opengl drift correction option to meson.options/meson.build
2026-06-07 20:14:36 +00:00
Bruno Da Silva
e2ac8f7973
fix: add opengl drift correction for gpu zones
2026-06-07 00:23:14 +00:00
Bartosz Taudul
e5aa8eba51
Merge pull request #1387 from Lectem/wip/offline-res-for-any-toolchain
...
Offline resolution for any toolchain
2026-06-06 14:48:54 +02:00
Clément Grégoire
7437c41514
Escape provided addr2line tool path
2026-06-06 14:47:24 +02:00
Bartosz Taudul
f441a5070b
Wrap achievements column contents into child windows.
2026-06-06 13:19:56 +02:00
Bartosz Taudul
00b6abd67b
Move achievements text to markdown files.
2026-06-06 13:19:55 +02:00
Bartosz Taudul
e4e3d75eb8
Add PDF link to built-in manual viewer.
2026-06-06 10:56:25 +02:00
Bartosz Taudul
fc5318dcad
Some more markdown user manual compatibility fixes.
2026-06-06 01:53:05 +02:00
Bartosz Taudul
661c664b75
Converte LaTeX math in markdown to plain text.
2026-06-06 01:44:27 +02:00
Bartosz Taudul
6dbebca666
Reset user manual view scroll position after changing section from toc.
2026-06-06 01:28:24 +02:00
Bartosz Taudul
73d78ad517
Fix tables in markdown manual.
2026-06-06 01:25:49 +02:00
Bartosz Taudul
e5371d7987
Icons description separator must start at newline.
...
Otherwise it will clash with wrong things, like middle-of-line table header
separators.
2026-06-06 01:25:08 +02:00
Bartosz Taudul
9806f35714
Increase spacing between admonition icon and header text.
2026-06-06 00:43:09 +02:00
Bartosz Taudul
d40289d594
Add support for markdown admonitions.
2026-06-05 23:28:09 +02:00
Bartosz Taudul
86fbe529ed
Bump font awesome to 7.2.
2026-06-05 23:28:09 +02:00
Bartosz Taudul
9b169ef3f9
Merge pull request #1391 from wolfpld/slomp/cuda-examples
...
Adding CUDA examples
2026-06-05 21:55:02 +02:00
Marcos Slomp
64797dc735
adding basic CUDA graph example
2026-06-05 12:52:08 -07:00
Bartosz Taudul
76797799c0
Merge pull request #1390 from wolfpld/slomp/cuda-tests
...
Relocating existing CUDA tests
2026-06-05 21:50:11 +02:00
Marcos Slomp
19549693a0
removing Makefile
2026-06-05 12:46:10 -07:00
Marcos Slomp
10d64d69b5
better ctest integration across the board
2026-06-05 12:46:10 -07:00
Marcos Slomp
d89c956394
CUPTI DLL paths...
2026-06-05 12:46:10 -07:00
Marcos Slomp
79467b4b31
cmake version shenanigans
2026-06-05 12:46:10 -07:00
Marcos Slomp
ae275f239d
adding cmake recipe file
2026-06-05 12:46:10 -07:00
Marcos Slomp
77fb86155f
relocating CUDAGraphRepro "example" to the tests folder
2026-06-05 12:46:10 -07:00
Bartosz Taudul
e627fcce98
Merge pull request #1386 from wolfpld/slomp/test-relocation
...
Relocating Tracy test app, plus GitHub actions
2026-06-05 21:19:22 +02:00
Bartosz Taudul
e80893ac20
Reset font size when displaying markdown tooltip.
2026-06-05 19:19:37 +02:00
Bartosz Taudul
912f8c048c
Render footnotes in smaller size font.
2026-06-05 19:17:46 +02:00
Bartosz Taudul
d16f627cbc
Header sizes are 1-6, remove extra entry.
2026-06-05 19:12:04 +02:00
Clément Grégoire
7cb98245ce
Batch addr2line invocations by command-line length
...
The fixed batches of 1024 addresses could overflow the platform's command-line limit (`La ligne de commande est trop longue.` from cmd.exe on Windows, whose limit is ~8191 characters). Build each batch by appending addresses until a length budget is reached instead. A single conservative budget of 8000 stays under the smallest limit on every platform, and keeps batches in the same ballpark as before (several hundred addresses per invocation).
2026-06-05 19:10:19 +02:00
Bartosz Taudul
3974cc8026
Add support for proper rendering of markdown footnotes.
2026-06-05 19:09:49 +02:00
Clément Grégoire
55d5436fb9
Add option to reset callstack frame symbols to the unresolved state
...
The new `-R` option of tracy-update sets every callstack frame back to `[unresolved]` / `[unknown]`. Since failed lookups leave frames untouched and the image-relative offset in `symAddr` survives patching, this makes it possible to chain several resolution passes over the same capture, each with different `-p` path substitutions (e.g. one pass per symbol directory).
2026-06-05 19:03:35 +02:00
Clément Grégoire
2b11785b05
Allow offline symbol resolution with any addr2line-compatible tool
...
The addr2line backend of tracy-update now builds on every platform, including Windows, and can be pointed at any addr2line-compatible executable:
- `-a`: path to a custom symbol resolution tool (e.g. `llvm-addr2line` or a cross-compilation toolchain's `addr2line`). Works on all platforms and takes precedence over the platform default (DbgHelp on Windows, the `addr2line` found in `PATH` elsewhere). Path-like values are validated up front so a wrong path fails with an actionable message instead of a cryptic, localized shell error.
- `-A`: extra arguments passed verbatim to the tool, e.g. `--relative-address` so `llvm-addr2line`/`llvm-symbolizer` accept the image-relative offsets Tracy records for images with a non-zero preferred base (PE, Mach-O).
- `-v`: verbose output while patching symbols.
2026-06-05 19:03:35 +02:00
Bartosz Taudul
715815374d
Rebuild markdown manual.
2026-06-05 18:42:50 +02:00
Bartosz Taudul
4f64b974c6
Update manual.
2026-06-05 18:42:24 +02:00
Bartosz Taudul
7c58db4c0a
Add public sidecar icon.
2026-06-05 18:40:18 +02:00
Marcos Slomp
f9f772e507
quick (attempted) fix for the Linux workflow linkage error
2026-06-05 09:14:22 -07:00
Marcos Slomp
af2a369dff
re-documenting each action step
2026-06-05 09:08:07 -07:00
Bartosz Taudul
bebf20846f
Expose setting public sidecar in UI.
2026-06-05 17:45:58 +02:00
Bartosz Taudul
5f6bc2238a
Public user data sidecar support.
2026-06-05 17:45:58 +02:00
Bartosz Taudul
4564a626b2
UserData::Save() returns success status.
2026-06-05 17:40:22 +02:00
Bartosz Taudul
e95a757e6c
Store trace file path in UserData.
2026-06-05 17:32:46 +02:00
Marcos Slomp
2ebf18be7f
adjusting relative path
2026-06-05 08:25:59 -07:00
Bartosz Taudul
fc97af4c68
Redirect unlink to _unlink with msvc.
2026-06-05 17:23:58 +02:00
Bartosz Taudul
8eada19734
Add a separate function to retrieve sidecar path.
2026-06-05 17:21:24 +02:00
Marcos Slomp
a56b08e539
adding test application to windows and macos github workflows
2026-06-05 08:19:07 -07:00
Marcos Slomp
9c9dca8ea5
relocating tracy test app, and consolidating github test action
2026-06-05 08:17:29 -07:00
Bartosz Taudul
268cab7f89
Remove UserData::GetConfigLocation().
2026-06-05 17:03:23 +02:00
Bartosz Taudul
aeda64d36b
Move saving user data to a separate function.
2026-06-05 15:58:07 +02:00
Bartosz Taudul
f5526d01a2
Merge pull request #1385 from nitrix/bump-cmake-313
...
Bump CMake min version to 3.13
2026-06-05 00:01:22 +02:00