| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix intermittent failure of slang-unit-test-tool/ReplayRecord (#6981) | Jay Kwak | 2025-05-02 |
| | | | | | | | | | | | | * Fix intermittent failure of slang-unit-test-tool/ReplayRecord Three problems are addressed: 1. the graphics driver sometimes returns nullptr from GetShaderIdentifier 2. `findRecordFileName()` may not find any records at all. 3. the return value from cleanupRecordFiles() overwrote the error value in `res` and it returned SLANG_OK even when there were errors. * Fix compiler warnings on Windows | ||
| * | Add backtraces to examples (#5973) | Anders Leino | 2025-01-07 |
| * examples: Log stack trace on exceptions For now, this is only implemented on Windows. This helps to address #5520. * examples: Print log file if there is any * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Yong He <yonghe@outlook.com> | |||
