Ryan Fleury
|
856c59a949
|
set up ctrl thread log scopes; ditch ctrl -> user log stuff, just make each log site in control of exporting to a separate file
|
2024-04-18 15:09:43 -07:00 |
|
Ryan Fleury
|
572fad1f03
|
first pass at custom window border
|
2024-04-17 08:46:21 -07:00 |
|
Ryan Fleury
|
96ff5efe7c
|
allow delete/rename access on exe/debug handles
|
2024-03-28 08:54:08 -07:00 |
|
Ryan Fleury
|
4899f1871b
|
correctly close module file handles on module unloading in new demon layer
|
2024-03-27 11:19:24 -07:00 |
|
Ryan Fleury
|
e5df25b314
|
use stderr-based fatal crash reporting, rather than windows gui, with programs built as console interfaces rather than guis
|
2024-03-25 13:24:00 -07:00 |
|
Ryan Fleury
|
aa85b2cdbb
|
correctly pass unicode environments to launched child processes; also treat unicode command line arguments correctly
|
2024-03-25 12:57:00 -07:00 |
|
Ryan Fleury
|
874f40244c
|
eliminate per-executable initialization, just pull that down into the base layer entry point
|
2024-02-26 10:45:00 -08:00 |
|
Ryan Fleury
|
8eb0f90f3e
|
move to codebase-defined entry point style, with basic command line argument parsing, capture, thread-ctx, and other boilerplate deduplicated in the base layer's entry point definition
|
2024-02-25 15:02:05 -08:00 |
|
Ryan Fleury
|
5813cb2af8
|
proper thread names
|
2024-02-22 16:20:27 -08:00 |
|
Ryan Fleury
|
50f7d53db2
|
eliminate unnecessary copy in raddbgi string map interner
|
2024-02-22 14:15:23 -08:00 |
|
Ryan Fleury
|
0b73582b87
|
raddbgi_from_pdb: multithread initial independent parsing/preparation phases of converter
|
2024-02-19 15:52:26 -08:00 |
|
Ryan Fleury
|
86ee3cb4b6
|
raddbgi_from_pdb: multithread per-unit symbol conversion
|
2024-02-19 14:42:13 -08:00 |
|
Ryan Fleury
|
455dac958c
|
first pass at asynchronous file streaming -> hash store layer; fix non-windowed memory access in watch window when doing change visualization, causing major performance regression with large arrays; fix some extra jank with truncated-string-hover & help labels
|
2024-01-26 11:47:25 -08:00 |
|
Ryan Fleury
|
f15bc3de73
|
fix accidentally mistaking missing files for not missing, given new implementation of os_properties_from_file_path
|
2024-01-19 12:39:18 -08:00 |
|
 Martins MozeikoandRyan Fleury
|
b1e2ca0ff8
|
show dialog with call stack in crash handler
|
2024-01-19 10:27:33 -08:00 |
|
Ryan Fleury
|
c4242cf162
|
non-helper os_properties_from_file_path - can use accelerated path here which just looks at path for properties, rather than having to open a handle; also tweak txti layer to gracefully fail if a write happened between its load of file data
|
2024-01-19 10:00:53 -08:00 |
|
Ryan Fleury
|
3567e6c53d
|
txti layer -> open files in write-shared mode, to prevent locking file from e.g. an editor which is writing; also only enable change detection when ui is actively updating
|
2024-01-18 10:04:00 -08:00 |
|
Ryan Fleury
|
a42ec6aeff
|
initial upload
|
2024-01-10 19:57:50 -08:00 |
|