summaryrefslogtreecommitdiff
path: root/source/core/slang-riff.h
AgeCommit message (Expand)Author
2025-05-30Add a memory-mappable binary serialization format (#7222)Theresa Foley
2025-05-26Fix nullptr_t compiling failure (#7240)Spencer Fricke
2025-05-21Generalize serialization system used for AST (#7126)Theresa Foley
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2024-10-29formatEllie Hermaszewska
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia
2021-01-11LZ4 compression support (#1654)jsmall-nvidia
2020-09-18Serialization fixes based on review of #1547 (#1551)jsmall-nvidia
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia
2020-07-31Fix for bug where memory that has been allocated with new T[] (within a list)...jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2019-11-20Added -ir-compression & fixes for ir compression issues (#1129)jsmall-nvidia
2019-11-08Riff Container Stream Writing (#1116)jsmall-nvidia
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-10-30WIP: Simple separate IR module linkage working (#1100)jsmall-nvidia
2019-10-29Feature/riff improvements (#1099)jsmall-nvidia
2019-10-29Feature/container format (#1098)jsmall-nvidia
2019-10-23Version information on repro binary format. (#1090)jsmall-nvidia
2019-10-21`Repro` functionality (#1085)jsmall-nvidia