summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test
AgeCommit message (Expand)Author
2024-06-12Extend the COM-based API to support whole program compilation. (#4355)Yong He
2024-04-09Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-09-01Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He
2023-08-10Allow member lookup through modified type. (#3091)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-20Improve SourceMap coverage/testing (#2818)jsmall-nvidia
2023-04-19Make SourceMap a value type (#2812)jsmall-nvidia
2023-04-12Downgrade github runner to 20.04 (#2792)Ellie Hermaszewska
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
2023-03-16SourceMap encoding (#2706)jsmall-nvidia
2023-03-16Preliminary SourceMap support (#2701)jsmall-nvidia
2022-12-14Shader cache improvements (#2564)skallweitNV
2022-12-12Refactor shader cache (#2558)skallweitNV
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-11-30Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV
2022-11-28Add LockFile helper class (#2535)skallweitNV
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-06Improvements around absolute paths and file systems (#2433)jsmall-nvidia
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-29Split out MemoryFileSystem (#2422)jsmall-nvidia
2022-09-29RIFF filesystem improvements (#2418)jsmall-nvidia
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-06-24Handling of temporary files (#2299)jsmall-nvidia
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-05-27Added NativeStringType (#2252)jsmall-nvidia
2022-04-21Made translation units visible to transitive `import`s. (#2197)Yong He
2022-04-19Make translation units in the same CompileReq visible to `import`. (#2184)Yong He
2022-02-09Various fixes to gfx. (#2120)Yong He
2021-12-03Split out ExecutableLocation (#2041)jsmall-nvidia
2021-11-30Auto flush for streams for stdin/out in slang-test (#2035)jsmall-nvidia
2021-11-24PersistentJSONValue (#2028)jsmall-nvidia
2021-11-24Remove test-proxy (#2027)jsmall-nvidia
2021-11-19Improvements to JSON/RTTI (#2022)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-11-15Http protocol support (#2012)jsmall-nvidia
2021-11-10Interprocess communication via pipes (#2009)jsmall-nvidia
2021-09-24Move existing unit tests to a standalone dll. (#1945)Yong He