index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-preprocessor.cpp
Age
Commit message (
Expand
)
Author
2022-09-01
Remove artifact from SourceFile (#2384)
jsmall-nvidia
2022-09-01
Make FileSystem files and OS files distinct (#2383)
jsmall-nvidia
2022-09-01
Passing source to Downstream compilation as artifacts (#2382)
jsmall-nvidia
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2021-06-16
Initial support for variadic macros (#1887)
Theresa Foley
2021-06-06
Fix a bug in preprocessor "busy" logic (#1875)
T. Foley
2021-05-21
Overhaul the preprocessor (#1849)
T. Foley
2021-04-29
Support for escaped paths in tools (#1823)
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-24
Partial fix for macro expasnion of token pastes (#1727)
Tim Foley
2020-11-11
Include hierarchy output (#1595)
jsmall-nvidia
2020-09-24
Refactor preprocessor API to avoid coupling (#1559)
Tim Foley
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-08-19
Remove IncludeHandler. (#1505)
jsmall-nvidia
2020-07-10
Fix a preprocessor bug affecting X-macros (#1436)
Tim Foley
2020-05-19
Reduce the size of Token (#1349)
jsmall-nvidia
2020-02-07
Code standard changes for Lexer (#1209)
jsmall-nvidia
2020-01-31
Fix for a macro expansion bug (#1192)
Tim Foley
2020-01-24
Fix for infinite recursion with macro invocation (#1177)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia