index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
slang-generate
Age
Commit message (
Expand
)
Author
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-14
Misc build fixes. (#5271)
Yong He
2023-12-08
WIP: CMake (#3326)
Ellie Hermaszewska
2023-10-25
Fix warnings for gcc 12.3 (#3286)
Ellie Hermaszewska
2023-01-27
Add ASAN support + fixes (#2614)
skallweitNV
2020-12-04
Projects in 'build' and Slang API separation (#1624)
jsmall-nvidia
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-08-04
Fix leaks in slang-generate (#1472)
Yong He
2020-07-16
Running generators as separate premake project step (#1441)
jsmall-nvidia
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2019-06-19
Make extractLine return a bool. (#991)
jsmall-nvidia
2019-06-18
StringUtil::extractLine (#989)
jsmall-nvidia
2019-06-12
Runtime execution of Visual Studio Compiler (#978)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-04-29
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-02-27
Hotfix/fix stdlib error reporting (#866)
jsmall-nvidia
2018-10-25
Feature/premake linux (#689)
jsmall-nvidia
2018-05-11
Generate Visual Studio projects using Premake (#557)
Tim Foley
2018-03-08
Cleanups on slang-generate (#437)
Tim Foley
2017-11-08
Don't update generated .h file if its not changed.
Yong He
2017-11-04
fixed all warnings
Yong He
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-11
Initial work on boilerplate code generator
Tim Foley