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-container.cpp
Commit message (
Expand
)
Author
Age
*
Perf improvements to IR serialization (#7751)
Ellie Hermaszewska
2025-07-17
*
Stable names and backwards compat for serialized IR modules (#7644)
Ellie Hermaszewska
2025-07-09
*
Use fossil for IR serialization (#7619)
Ellie Hermaszewska
2025-07-08
*
Remove some cruft/complexity from IR serialization (#7483)
Theresa Foley
2025-07-01
*
Generalize serialization system used for AST (#7126)
Theresa Foley
2025-05-21
*
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-05-12
*
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-22
*
Remove support for ad hoc Slang IR compression (#6834)
Theresa Foley
2025-04-16
*
Allow LHS of `where` to be any type. (#6333)
Yong He
2025-02-12
*
format
Ellie Hermaszewska
2024-10-29
*
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-08-05
*
Fix the issues when compiling slang to library (#3936)
kaizhangNV
2024-04-11
*
Fix inconsistent digest of precompiled module. (#3796)
Yong He
2024-03-19
*
Fix name mangling and source file finding logic for precompiled module valida...
Yong He
2024-03-18
*
warnings (#3653)
Ellie Hermaszewska
2024-03-01
*
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-26
*
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-23
*
Add API for querying and reusing precompiled binary modules. (#3614)
Yong He
2024-02-22
*
Refactor compiler option representations. (#3598)
Yong He
2024-02-20
*
Support loading serialized modules. (#3588)
Yong He
2024-02-15
*
Fix for epoch/ASTBuilder* nullptr issue (#3240)
jsmall-nvidia
2023-09-26
*
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-09
*
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-07
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Language Server improvements. (#2269)
Yong He
2022-06-13
*
Use "capability" system to select VKRT extension (#1647)
Tim Foley
2021-01-05
*
Serialized stdlib working (#1603)
jsmall-nvidia
2020-11-18
*
Standard library save/loadable (#1592)
jsmall-nvidia
2020-11-05
*
Handling imported/exporting symbols from serialized modules (#1589)
jsmall-nvidia
2020-10-29
*
Use Reflection for (Serial)RefObject Serialization (#1567)
jsmall-nvidia
2020-10-06
*
Generalizing Serialization (#1563)
jsmall-nvidia
2020-09-30
*
Serialization fixes based on review of #1547 (#1551)
jsmall-nvidia
2020-09-18
*
Control container serialization with SerialOptionFlags (#1550)
jsmall-nvidia
2020-09-18
*
Share debug information between AST and IR (#1547)
jsmall-nvidia
2020-09-17