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-parser.cpp
Age
Commit message (
Expand
)
Author
2020-11-18
Serialized stdlib working (#1603)
jsmall-nvidia
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-08-20
Initial support for a using construct (#1506)
Tim Foley
2020-08-13
Allow both traditional and modern property syntax (#1487)
Tim Foley
2020-08-12
GPU Foreach Parsing and Checking (#1482)
Dietrich Geisler
2020-08-11
Improvements to Casting (#1483)
jsmall-nvidia
2020-06-30
Initial work on property declarations (#1410)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
NodeBase types constructed with astNodeType member set (#1363)
jsmall-nvidia
2020-05-28
Small improvements to documentation and code around DiagnosticSink (#1359)
jsmall-nvidia
2020-05-28
WIP: ASTBuilder (#1358)
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-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia
2020-04-13
Remove Not constant folding - because it doesn't take into account the type c...
jsmall-nvidia
2020-04-09
Literal folding on other operators (#1314)
jsmall-nvidia
2020-04-02
Optimize creation of memberDictionary (#1305)
jsmall-nvidia
2020-04-02
Add basic support for namespaces (#1304)
Tim Foley
2020-03-30
CUDA version handling (#1301)
jsmall-nvidia
2020-03-24
Parser changes to improve handling of static method calls (#1290)
Tim Foley
2020-03-05
Feature/glslang spirv version (#1256)
jsmall-nvidia
2020-03-03
__spirv_version Decoration (#1255)
jsmall-nvidia
2020-02-26
Fix for GCC C++ target - remove warning for int literal value. (#1244)
jsmall-nvidia
2020-02-21
Add surface syntax for "this type" (#1236)
Tim Foley
2020-02-20
Initial support for user-defined initializer/constructor declarations (#1233)
Tim Foley
2020-02-12
Nvrtc disable warnings/Float literal improvements (#1220)
jsmall-nvidia
2020-02-07
Code standard changes for Lexer (#1209)
jsmall-nvidia
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2019-11-19
Initial work for "global generic value parameters" (#1127)
Tim Foley
2019-10-04
IR types for subset of Attributes (#1067)
jsmall-nvidia
2019-06-19
Start exposing a new COM-lite API (#987)
Tim Foley
2019-06-18
Fix bug in handling of `h` literal suffix. (#990)
Tim Foley
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia