summaryrefslogtreecommitdiffstats
path: root/tools/slang-unit-test
Commit message (Expand)AuthorAge
...
* Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)Yong He2024-10-14
* Fix bug related to findAndCheckEntrypoint. (#5241)Yong He2024-10-09
* Add COM API for querying metadata. (#5168)Yong He2024-09-30
* Move texture format inference to frontend and add reflection api for it. (#5155)Yong He2024-09-26
* Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru2024-09-19
* Add API method to specialize function reference with argument types (#4966)Sai Praveen Bangaru2024-09-16
* Add Path::removeNonEmpty() to remove non-empty dir (#4984)kaizhangNV2024-09-03
* capture component type (#4967)kaizhangNV2024-08-30
* Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV2024-08-28
* Add ability to specialize generic references to functions, types and more (#4...Sai Praveen Bangaru2024-08-27
* Migrate examples (#4920)kaizhangNV2024-08-27
* Feature/record unit test (#4910)kaizhangNV2024-08-26
* FIx issue with specializing witness tables (#4839)Sai Praveen Bangaru2024-08-13
* More reflection API features. (#4740)Sai Praveen Bangaru2024-08-07
* Initial implementation for decl-tree reflection API (#4666)Sai Praveen Bangaru2024-07-18
* Move the file public header files to `include` dir (#4636)kaizhangNV2024-07-17
* Add reflection API for functions. (#4587)Yong He2024-07-10
* Extend the COM-based API to support whole program compilation. (#4355)Yong He2024-06-12
* Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He2024-04-09
* Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He2024-03-12
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He2023-09-01
* Allow member lookup through modified type. (#3091)Yong He2023-08-10
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Improve SourceMap coverage/testing (#2818)jsmall-nvidia2023-04-20
* Make SourceMap a value type (#2812)jsmall-nvidia2023-04-19
* Downgrade github runner to 20.04 (#2792)Ellie Hermaszewska2023-04-12
* Artifact simplification (#2781)jsmall-nvidia2023-04-11
* Using SourceMap for location output (#2736)jsmall-nvidia2023-03-27
* SourceMap encoding (#2706)jsmall-nvidia2023-03-16
* Preliminary SourceMap support (#2701)jsmall-nvidia2023-03-16
* Shader cache improvements (#2564)skallweitNV2022-12-14
* Refactor shader cache (#2558)skallweitNV2022-12-12
* Cleanup crypto utilities (#2549)skallweitNV2022-12-02
* Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV2022-11-30
* Add LockFile helper class (#2535)skallweitNV2022-11-28
* Shader cache index implementation (#2452)lucy96chen2022-10-17
* Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen2022-10-13
* Shader caching (#2432)lucy96chen2022-10-12
* Improvements around absolute paths and file systems (#2433)jsmall-nvidia2022-10-06
* IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia2022-10-03
* Split out MemoryFileSystem (#2422)jsmall-nvidia2022-09-29
* RIFF filesystem improvements (#2418)jsmall-nvidia2022-09-29
* Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia2022-09-01
* Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He2022-07-25
* Handling of temporary files (#2299)jsmall-nvidia2022-06-24
* Actual global support (#2262)jsmall-nvidia2022-06-08
* Added NativeStringType (#2252)jsmall-nvidia2022-05-27
* Made translation units visible to transitive `import`s. (#2197)Yong He2022-04-21
* Make translation units in the same CompileReq visible to `import`. (#2184)Yong He2022-04-19