summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2025-09-29cmake: install config files into the correct directory for find_package() (#8...David Aguilar
2025-09-17Set default mimalloc for spirv-tools but allow user to override (#8460)Gangzheng Tong
2025-09-16Enable static mimalloc in Spriv-Tools (#8419)Gangzheng Tong
2025-08-26Update slang-rhi deps for gfx-unit-test (#8237)Gangzheng Tong
2025-08-20Add more system dependency options to CMake (#7987)Niklas Korz
2025-07-25Fix SLANG_USE_SYSTEM_SPIRV_HEADERS=TRUE (#7916)Ellie Hermaszewska
2025-07-17bump and pin cmake formatter version (#7800)Ellie Hermaszewska
2025-07-02Comment SLANG_OVERRIDE options (#7584)Ellie Hermaszewska
2025-06-30Reset minimum cmake version to 3.22 (#7548)Gangzheng Tong
2025-06-19Enabling optix ci pipeline (#7311)Harsh Aggarwal (NVIDIA)
2025-06-18Update CMake version to 3.26 (#7459)Gangzheng Tong
2025-06-12fix `SLANG_ENABLE_IR_BREAK_ALLOC` (#7418)ArielG-NV
2025-06-06Remove unnecessary compile definitions (#7355)Emil Imbert Villumsen
2025-06-06Disable Link-Time-Optimization by default (#7345)Jay Kwak
2025-05-20Update build to allow setting external lua path (#7167)lujinwangnv
2025-05-10Update build to allow setting more external paths (#7044)lujinwangnv
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-07Use GITHUB_TOKEN for fetching prebuilt (#6712)Gangzheng Tong
2025-04-02fix: Export slangTargets.cmake (#6679)FrostyLeaves
2025-03-26Ignore failure to fetch webgpu_dawn and slang-tint (#6689)Gangzheng Tong
2025-03-07Add option to exclude webgpu-dawn and slang-tint (#6537)jarcherNV
2025-03-07Update build to allow setting external paths (#6528)jarcherNV
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-31Distribute slang-glsl-module.bin in release packages. (#6233)Yong He
2025-01-24Fix static build and install (#6158)Dario Mylonopoulos
2024-12-13Add SLANG_ENABLE_DXIL (#5853)Ellie Hermaszewska
2024-12-06Emit debug info for Release builds (#5783)Ellie Hermaszewska
2024-12-06Split debug info for all targets (#5732)Ellie Hermaszewska
2024-12-05Remove duplicate call to install() for libslang (#5767)Ellie Hermaszewska
2024-12-05Don't install .clang-format alongside headers (#5762)Ellie Hermaszewska
2024-12-03Add SlangConfig.cmake with slang build targets (#5674)ov-l
2024-11-22Enable core module embedding by default in CMake. (#5644)Kanashimia
2024-10-29format cmake files (#5406)Ellie Hermaszewska
2024-10-28Rename a directory `source/slang-stdlib` to slang-core-module (#5417)Jay Kwak
2024-10-25Replace stdlib with core-module on files and projects (#5411)Jay Kwak
2024-10-24declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska
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