summaryrefslogtreecommitdiff
path: root/source/slang/slang-serialize.h
AgeCommit message (Expand)Author
2025-08-07Improve performance of AST deserialization (#7935)Theresa Foley
2025-06-19Add support for on-demand AST deserialization (#7482)Theresa Foley
2025-06-06Disable Link-Time-Optimization by default (#7345)Jay Kwak
2025-05-30Add a memory-mappable binary serialization format (#7222)Theresa Foley
2025-05-21Generalize serialization system used for AST (#7126)Theresa Foley
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-12add missing namespace std:: for nullptr_t (error while building with clang) (...Pierre EVEN
2025-04-29Fixes related to AST serialization change (#6953)Theresa Foley
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2024-10-29formatEllie Hermaszewska
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-10-12Shader caching (#2432)lucy96chen
2022-06-01New language feature: basic error handling. (#2253)Yong He
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-29Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia
2020-10-23Serialization design doc first pass (#1587)jsmall-nvidia
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-09-30Generalizing Serialization (#1563)jsmall-nvidia