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 |
|
Bartosz Taudul
|
3974cc8026
|
Add support for proper rendering of markdown footnotes.
|
2026-06-05 19:09:49 +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 |
|
Bartosz Taudul
|
20e6835da6
|
Fix remaining MemWrites.
|
2026-06-05 00:00:04 +02:00 |
|
Bartosz Taudul
|
6b92ec1a23
|
Message queue item is already in the right format.
After swapping ptr and tag in TaggedUserlandAddress, the tag part aligns
exactly with the metadata field.
|
2026-06-04 20:08:07 +02:00 |
|
Bartosz Taudul
|
45e90549aa
|
Rewrite TaggedUserlandAddress.
Drop dead code. Move tag to low bits, keep ptr at high bits. Protocol bump,
as TaggedUserlandAddress is used to transmit "literal" messages.
|
2026-06-04 19:37:47 +02:00 |
|
Bartosz Taudul
|
1690ac0d9d
|
Force inlining of TaggedUserlandAddress.
|
2026-06-04 12:31:08 +02:00 |
|
Bartosz Taudul
|
a8fab8c977
|
Cosmetics.
|
2026-06-04 12:30:51 +02:00 |
|
Bartosz Taudul
|
a0b50ee68e
|
Tabs to spaces.
|
2026-06-04 12:27:03 +02:00 |
|
Bartosz Taudul
|
896a59d00b
|
Simplify.
|
2026-06-04 12:11:14 +02:00 |
|
Bartosz Taudul
|
d3db50c201
|
Mingw fixes.
|
2026-06-04 12:08:53 +02:00 |
|
Alex Belanger
|
21434e9877
|
Bump CMake min version to 3.13
|
2026-06-04 00:27:43 -04:00 |
|