summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-visual-studio-compiler-util.cpp
AgeCommit message (Expand)Author
2025-01-08Pass compiler specific args to GCC and Visual Studio too (#6019)Julius Ikkala
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-05-03Add host shared library target. (#4098)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-16Remove CompileResult to use IArtifact (#2357)jsmall-nvidia
2022-08-11Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
2022-08-09Support for Items on IArtifact (#2347)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-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-01-10Enable running tests in parallel. (#2078)Yong He
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia