index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-serialize-ast.cpp
Commit message (
Expand
)
Author
Age
*
Improve performance of AST deserialization (#7935)
Theresa Foley
2025-08-07
*
Enable on-demand deserialization of AST decls (#8095)
Theresa Foley
2025-08-06
*
Organize code better by splitting some big files (#7890)
Theresa Foley
2025-07-24
*
Use fossil for IR serialization (#7619)
Ellie Hermaszewska
2025-07-08
*
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-19
*
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-09
*
Disable Link-Time-Optimization by default (#7345)
Jay Kwak
2025-06-06
*
Add a memory-mappable binary serialization format (#7222)
Theresa Foley
2025-05-30
*
Language version + tuple syntax. (#7230)
Yong He
2025-05-29
*
Generalize serialization system used for AST (#7126)
Theresa Foley
2025-05-21
*
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-05-12
*
Fixes related to AST serialization change (#6953)
Theresa Foley
2025-04-29
*
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-22
*
format
Ellie Hermaszewska
2024-10-29
*
Fix for epoch/ASTBuilder* nullptr issue (#3240)
jsmall-nvidia
2023-09-26
*
Support for producing SourceMap on emit (#2707)
jsmall-nvidia
2023-03-17
*
Shader caching (#2432)
lucy96chen
2022-10-12
*
Make artifact an interface (#2195)
jsmall-nvidia
2022-04-27
*
Handling imported/exporting symbols from serialized modules (#1589)
jsmall-nvidia
2020-10-29
*
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-10-22
*
Use Reflection for (Serial)RefObject Serialization (#1567)
jsmall-nvidia
2020-10-06
*
Generalizing Serialization (#1563)
jsmall-nvidia
2020-09-30
*
Share debug information between AST and IR (#1547)
jsmall-nvidia
2020-09-17