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-reflection.cpp
Age
Commit message (
Expand
)
Author
2020-06-18
Fix and improvements around repro (#1397)
jsmall-nvidia
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-19
Reduce the size of Token (#1349)
jsmall-nvidia
2020-04-08
Remove static struct members from layout and reflection (#1310)
jsmall-nvidia
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2020-01-09
Catch exceptions inside FindTypeByName()
Tim Foley
2020-01-08
Cover a few corner cases in reflection API (#1163)
Tim Foley
2019-12-04
Feature/string hash review (#1142)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-11-13
* Added getCStr(Name*) (#1121)
jsmall-nvidia
2019-10-04
IR types for subset of Attributes (#1067)
jsmall-nvidia
2019-09-13
Revisions to "new" Slang API based on use in Falcor (#1052)
Tim Foley
2019-08-08
Revise new COM-lite API (#1007)
Tim Foley
2019-06-19
Start exposing a new COM-lite API (#987)
Tim Foley
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia