summaryrefslogtreecommitdiff
path: root/source/slang/slang-options.cpp
AgeCommit message (Expand)Author
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2023-01-04Avoid dots in auto-detected filename extensions (#2566)Ellie Hermaszewska
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
2022-08-24Use enums with backing types in Slang API (#2375)jsmall-nvidia
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-11Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
2022-08-09Support for Items on IArtifact (#2347)jsmall-nvidia
2022-08-03Improvements around Artifact (#2346)jsmall-nvidia
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-05-17Configuration for warnings (#2241)Alexey Panteleev
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-27Make artifact an interface (#2195)jsmall-nvidia
2022-04-27Split out Artifact info (#2193)jsmall-nvidia
2022-04-26Improvements around Artifacts (#2192)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-04-15DXIL library support and Artifact type (#2186)jsmall-nvidia
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-16Add -depfile option to save dependency info (#2161)Alexey Panteleev
2022-03-08Slangc improvements: help message, downstream error passthrough (#2152)Alexey Panteleev
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-07-20Option to build all slang-repro in a directory (#1911)jsmall-nvidia
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-21Overhaul the preprocessor (#1849)T. Foley
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-27enabling command line compiler to output PTX with multiple entry points. (#1816)Nathan V. Morrical
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia
2021-03-11stdlib documentation (#1745)jsmall-nvidia
2021-02-23Documentation markup extraction (#1724)jsmall-nvidia
2021-01-11LZ4 compression support (#1654)jsmall-nvidia
2021-01-07Add a -capability command-line option (#1651)Tim Foley
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-11-19File system refactor (#1611)jsmall-nvidia
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-09-26Add API for whole program compilation. (#1562)Yong He
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia