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-ast-support-types.h
Age
Commit message (
Expand
)
Author
2021-07-09
Make Scope non ref counted (#1904)
jsmall-nvidia
2021-05-27
Fix initializer lists for derived structs (#1862)
T. Foley
2021-05-15
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia
2021-03-10
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-03-05
Doc tooling improvements (#1734)
jsmall-nvidia
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-10-26
Value type serialization via C++ Extractor (#1588)
jsmall-nvidia
2020-10-22
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-10-06
Use Reflection for (Serial)RefObject Serialization (#1567)
jsmall-nvidia
2020-09-30
Generalizing Serialization (#1563)
jsmall-nvidia
2020-08-28
Avoid nondeterministic ordering of output (#1522)
Tim Foley
2020-08-27
Clean up the way that lookup "through" a base type is encoded (#1519)
Tim Foley
2020-08-25
Export witness table and RTTI objects in compiled libraries. (#1514)
Yong He
2020-08-13
Support property declarations in interfaces (#1494)
Tim Foley
2020-07-23
Fix the way extension declarations are cached for lookup (#1450)
Tim Foley
2020-06-30
Initial work on property declarations (#1410)
Tim Foley
2020-06-25
AST Serialize Reading (#1409)
jsmall-nvidia
2020-06-24
AST Serialization writing (#1407)
jsmall-nvidia
2020-06-18
Work on struct inheritance and interfaces
Tim Foley
2020-06-15
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2020-06-08
Small fixes/improvements based on review. (#1379)
jsmall-nvidia
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
NodeBase types constructed with astNodeType member set (#1363)
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-21
Non virtual accept implementation on AST types (#1351)
jsmall-nvidia
2020-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia