summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-serialize-container.cpp
Commit message (Expand)AuthorAge
* warnings (#3653)Ellie Hermaszewska2024-03-01
* Allow default values for `extern` symbols. (#3632)Yong He2024-02-26
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
* Add API for querying and reusing precompiled binary modules. (#3614)Yong He2024-02-22
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Fix for epoch/ASTBuilder* nullptr issue (#3240)jsmall-nvidia2023-09-26
* Clean up and improve Val deduplication performance. (#3069)Yong He2023-08-09
* Fix `Val` deduplication bug. (#3050)Yong He2023-08-07
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Language Server improvements. (#2269)Yong He2022-06-13
* Use "capability" system to select VKRT extension (#1647)Tim Foley2021-01-05
* Serialized stdlib working (#1603)jsmall-nvidia2020-11-18
* Standard library save/loadable (#1592)jsmall-nvidia2020-11-05
* Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia2020-10-29
* Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia2020-10-06
* Generalizing Serialization (#1563)jsmall-nvidia2020-09-30
* Serialization fixes based on review of #1547 (#1551)jsmall-nvidia2020-09-18
* Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia2020-09-18
* Share debug information between AST and IR (#1547)jsmall-nvidia2020-09-17