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-test
/
parse-diagnostic-util.cpp
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-25
Replace stdlib with core-module on files and projects (#5411)
Jay Kwak
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2023-05-31
Confirm reflection output is valid JSON (#2910)
jsmall-nvidia
2022-08-26
DownstreamCompileOptions using POD types (#2381)
jsmall-nvidia
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2021-05-19
Glslang as DownstreamCompiler (#1846)
jsmall-nvidia
2021-05-14
DXC as DownstreamCompiler (#1845)
jsmall-nvidia
2021-05-14
FXC as DownstreamCompiler (#1844)
jsmall-nvidia
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia
2021-03-31
Support for __LINE__ and __FILE__ in preprocessor (#1772)
jsmall-nvidia
2021-02-04
DownstreamDiagnostic::Type -> Severity (#1687)
jsmall-nvidia
2021-02-03
Diagnostic comparison using parsing (#1683)
jsmall-nvidia
2021-02-02
Downstream compiler line number test (#1682)
jsmall-nvidia