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-serialize-ast.cpp
Age
Commit message (
Expand
)
Author
2025-07-08
Use fossil for IR serialization (#7619)
Ellie Hermaszewska
2025-06-19
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-06
Disable Link-Time-Optimization by default (#7345)
Jay Kwak
2025-05-30
Add a memory-mappable binary serialization format (#7222)
Theresa Foley
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-21
Generalize serialization system used for AST (#7126)
Theresa Foley
2025-05-12
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-05-12
add missing namespace std:: for nullptr_t (error while building with clang) (...
Pierre EVEN
2025-04-29
Fixes related to AST serialization change (#6953)
Theresa Foley
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2024-10-29
format
Ellie Hermaszewska
2023-09-26
Fix for epoch/ASTBuilder* nullptr issue (#3240)
jsmall-nvidia
2023-03-17
Support for producing SourceMap on emit (#2707)
jsmall-nvidia
2022-10-12
Shader caching (#2432)
lucy96chen
2022-04-27
Make artifact an interface (#2195)
jsmall-nvidia
2020-10-29
Handling imported/exporting symbols from serialized modules (#1589)
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-09-17
Share debug information between AST and IR (#1547)
jsmall-nvidia