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 |
|
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 |
|
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 |
|
Bartosz Taudul
|
185482c0d9
|
MemRead deduces returned type from pointer.
|
2026-06-04 00:49:02 +02:00 |
|
Bartosz Taudul
|
a27dae3e88
|
Enforce same type in MemWrite.
|
2026-06-04 00:49:02 +02:00 |
|
Bartosz Taudul
|
7d139a7bf1
|
Use proper data types for MemWrite.
|
2026-06-04 00:49:02 +02:00 |
|
Bartosz Taudul
|
02e279bd38
|
Unaligned memory reads must go via MemRead.
|
2026-06-04 00:00:08 +02:00 |
|
Bartosz Taudul
|
4e593d91f5
|
Enable color diagnostics when building library.
|
2026-06-03 23:48:05 +02:00 |
|
Bartosz Taudul
|
75e721cf0c
|
More subtle range limits visualization.
|
2026-06-03 23:38:58 +02:00 |
|
Bartosz Taudul
|
c4321bc83c
|
Merge pull request #1383 from wolfpld/slomp/cuda-version
bumping "down" CUDA version
|
2026-06-03 20:35:54 +02:00 |
|
Marcos Slomp
|
224ff6d0e8
|
bumping "down" CUDA version
|
2026-06-03 11:05:06 -07:00 |
|
Bartosz Taudul
|
cc76d0f60e
|
Save per-trace user options in a json sidecar.
|
2026-06-03 02:03:07 +02:00 |
|
Bartosz Taudul
|
d4d1f78263
|
Refactor TracyUserData.
|
2026-06-03 00:00:45 +02:00 |
|
Bartosz Taudul
|
c570288145
|
Store annotation pointers as shared_ptr.
|
2026-06-02 01:13:33 +02:00 |
|
Bartosz Taudul
|
98b61e0096
|
Rename Save* to Store* in TracyUserData.
|
2026-06-02 01:00:31 +02:00 |
|
Bartosz Taudul
|
5c75032cad
|
Fix typo.
|
2026-06-02 00:09:27 +02:00 |
|
Bartosz Taudul
|
1381b427db
|
Merge pull request #1379 from wolfpld/slomp/cuda-version-doc
Document and check for required CUDA version
|
2026-06-01 22:21:40 +02:00 |
|
Marcos Slomp
|
21b9f50cea
|
CUDA version check
|
2026-06-01 11:25:40 -07:00 |
|
Marcos Slomp
|
cbad012980
|
typo
|
2026-06-01 11:09:01 -07:00 |
|
Marcos Slomp
|
d4298f7794
|
document CUDA version
|
2026-06-01 11:06:59 -07:00 |
|
Bartosz Taudul
|
f113bbb212
|
Do not mix loading file data with regex validation.
|
2026-06-01 00:44:11 +02:00 |
|
Bartosz Taudul
|
0b4128f76c
|
Move source regex validation to a helper function.
|
2026-06-01 00:40:08 +02:00 |
|
Bartosz Taudul
|
bab8c8eb54
|
Remove compatibility with vastly obsolete user data file format.
|
2026-06-01 00:33:39 +02:00 |
|
Bartosz Taudul
|
cbe5347593
|
Cleanup.
|
2026-06-01 00:32:05 +02:00 |
|
Bartosz Taudul
|
189e8a1a89
|
Regenerate markdown manual.
|
2026-05-30 19:00:39 +02:00 |
|
Bartosz Taudul
|
a5316d525c
|
Crash marker on the timeline also should directly open crash call stack.
|
2026-05-30 18:58:27 +02:00 |
|
Bartosz Taudul
|
c3e9ff17da
|
Update manual.
|
2026-05-30 18:34:42 +02:00 |
|
Bartosz Taudul
|
0cf438a78e
|
Add arrows to bottom-up / top-down tree labels.
|
2026-05-30 18:13:14 +02:00 |
|
Bartosz Taudul
|
e37b12aacb
|
Add icon notification for chat suggestions.
|
2026-05-30 17:36:33 +02:00 |
|
Bartosz Taudul
|
dd53f721ac
|
Go directly to crash callstack from crash notification.
|
2026-05-30 15:59:57 +02:00 |
|
Bartosz Taudul
|
058d5ca7c3
|
Center timeline on crash if clicked on crash text in callstack window.
|
2026-05-30 15:58:19 +02:00 |
|
Bartosz Taudul
|
eef525243d
|
Add crash tooltip to crash callstack window.
|
2026-05-30 15:55:16 +02:00 |
|
Bartosz Taudul
|
1f2bbe918f
|
Move Tracy Assist subsection to a section in the user manual.
|
2026-05-30 15:24:10 +02:00 |
|
Bartosz Taudul
|
0089fab94c
|
Update NEWS.
|
2026-05-30 15:07:15 +02:00 |
|
Bartosz Taudul
|
0778ef85c6
|
Draw external frames dimmed in sample entry stacks.
|
2026-05-30 02:00:45 +02:00 |
|