summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-10-18Make slang-llvm fetching and failure more robust (#5346)Ellie Hermaszewska
2024-10-17Fix D3D12Core.dll loading problem (#5315)Jay Kwak
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-15Lower minimum CMake version to 3.22 (#5295)Ellie Hermaszewska
2024-10-14Misc build fixes. (#5271)Yong He
2024-10-14Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)Yong He
2024-10-11Restrict stdlib embed macros to single source file (#5251)Ellie Hermaszewska
2024-10-11Add slang-wasm target (#5237)Anders Leino
2024-10-04Allow building using external dependencies (#5076)Tobias Frisch
2024-09-25Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)Anders Leino
2024-09-19Use GITHUB_TOKEN if set (#5070)Jay Kwak
2024-08-30Draft: integrate slang-rhi (#4970)Simon Kallweit
2024-08-21Dont require llvm for building generators (#4895)Ellie Hermaszewska
2024-08-20Revert "Fetch slang-llvm.so from correct release (#4847)" (#4893)Yong He
2024-08-20Fetch slang-llvm.so from correct release (#4847)Ellie Hermaszewska
2024-07-23Install the missing public headers in release package (#4712)kaizhangNV
2024-07-23Feature/capture (#4625)kaizhangNV
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-13Fix release configuration for macOS. (#4629)Yong He
2024-07-11Statically link MSVC runtime (#4613)Ellie Hermaszewska
2024-07-11More precise handing of option dependencies (#4612)Ellie Hermaszewska
2024-07-11Cope with failed version parsing (#4609)Ellie Hermaszewska
2024-07-10Specialize address space during spirv legalization. (#4600)Yong He
2024-07-10WIP Drop Premake (#3703)Ellie Hermaszewska
2024-07-10Include readme and license in release files (#4595)Ellie Hermaszewska
2024-07-01Resource searching for examples (#4518)venkataram-nv
2024-07-01Set debug working directory for slangc.exe (#4513)Jay Kwak
2024-06-27Include examples in default build (#4482)venkataram-nv
2024-05-30Increase MSVC warning level to 4 for Slang projects (#4207)Jay Kwak
2024-05-27[gfx] metal backend skeleton (#4223)Simon Kallweit
2024-05-20This commit increases the minimum CMake version from 3.20 to 3.25. (#4193)Jay Kwak
2024-05-16Fixes running examples from generated SLN (#4173)Hai Nguyen
2024-04-24Updating CONTRIBUTION guide to use CMake (#4017)Jay Kwak
2024-03-15[gfx] use CUDA driver API (#3776)skallweitNV
2024-03-13CMake fixes for MacOS (#3761)Craig Kolb
2024-02-22Fix linking of slang-bootstrap by linking with slang-lookup-tables (#3618)NBickford
2024-02-15cmake: option to build a static library version of slang (#3578)Lukas Lipp
2024-02-14cmake: add options to disable gfx, test, example, ... targets (#3572)Lukas Lipp
2024-01-24Generate lookup tables from cmake (#3461)Ellie Hermaszewska
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2023-12-18macos/vulkan support (#3418)skallweitNV
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska