index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2024-12-13
Add SLANG_ENABLE_DXIL (#5853)
Ellie Hermaszewska
2024-12-06
Emit debug info for Release builds (#5783)
Ellie Hermaszewska
2024-12-06
Split debug info for all targets (#5732)
Ellie Hermaszewska
2024-12-05
Remove duplicate call to install() for libslang (#5767)
Ellie Hermaszewska
2024-12-05
Don't install .clang-format alongside headers (#5762)
Ellie Hermaszewska
2024-12-03
Add SlangConfig.cmake with slang build targets (#5674)
ov-l
2024-11-22
Enable core module embedding by default in CMake. (#5644)
Kanashimia
2024-10-29
format cmake files (#5406)
Ellie Hermaszewska
2024-10-28
Rename a directory `source/slang-stdlib` to slang-core-module (#5417)
Jay Kwak
2024-10-25
Replace stdlib with core-module on files and projects (#5411)
Jay Kwak
2024-10-24
declutter top level CMakeLists.txt (#5391)
Ellie Hermaszewska
2024-10-18
Make slang-llvm fetching and failure more robust (#5346)
Ellie Hermaszewska
2024-10-17
Fix D3D12Core.dll loading problem (#5315)
Jay Kwak
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-15
Lower minimum CMake version to 3.22 (#5295)
Ellie Hermaszewska
2024-10-14
Misc build fixes. (#5271)
Yong He
2024-10-14
Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)
Yong He
2024-10-11
Restrict stdlib embed macros to single source file (#5251)
Ellie Hermaszewska
2024-10-11
Add slang-wasm target (#5237)
Anders Leino
2024-10-04
Allow building using external dependencies (#5076)
Tobias Frisch
2024-09-25
Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)
Anders Leino
2024-09-19
Use GITHUB_TOKEN if set (#5070)
Jay Kwak
2024-08-30
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2024-08-21
Dont require llvm for building generators (#4895)
Ellie Hermaszewska
2024-08-20
Revert "Fetch slang-llvm.so from correct release (#4847)" (#4893)
Yong He
2024-08-20
Fetch slang-llvm.so from correct release (#4847)
Ellie Hermaszewska
2024-07-23
Install the missing public headers in release package (#4712)
kaizhangNV
2024-07-23
Feature/capture (#4625)
kaizhangNV
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-13
Fix release configuration for macOS. (#4629)
Yong He
2024-07-11
Statically link MSVC runtime (#4613)
Ellie Hermaszewska
2024-07-11
More precise handing of option dependencies (#4612)
Ellie Hermaszewska
2024-07-11
Cope with failed version parsing (#4609)
Ellie Hermaszewska
2024-07-10
Specialize address space during spirv legalization. (#4600)
Yong He
2024-07-10
WIP Drop Premake (#3703)
Ellie Hermaszewska
2024-07-10
Include readme and license in release files (#4595)
Ellie Hermaszewska
2024-07-01
Resource searching for examples (#4518)
venkataram-nv
2024-07-01
Set debug working directory for slangc.exe (#4513)
Jay Kwak
2024-06-27
Include examples in default build (#4482)
venkataram-nv
2024-05-30
Increase MSVC warning level to 4 for Slang projects (#4207)
Jay Kwak
2024-05-27
[gfx] metal backend skeleton (#4223)
Simon Kallweit
2024-05-20
This commit increases the minimum CMake version from 3.20 to 3.25. (#4193)
Jay Kwak
2024-05-16
Fixes running examples from generated SLN (#4173)
Hai Nguyen
2024-04-24
Updating CONTRIBUTION guide to use CMake (#4017)
Jay Kwak
2024-03-15
[gfx] use CUDA driver API (#3776)
skallweitNV
2024-03-13
CMake fixes for MacOS (#3761)
Craig Kolb
2024-02-22
Fix linking of slang-bootstrap by linking with slang-lookup-tables (#3618)
NBickford
2024-02-15
cmake: option to build a static library version of slang (#3578)
Lukas Lipp
2024-02-14
cmake: add options to disable gfx, test, example, ... targets (#3572)
Lukas Lipp
2024-01-24
Generate lookup tables from cmake (#3461)
Ellie Hermaszewska
[next]