index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-serialize-container.cpp
Age
Commit message (
Expand
)
Author
2024-10-29
format
Ellie Hermaszewska
2024-08-05
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-04-11
Fix the issues when compiling slang to library (#3936)
kaizhangNV
2024-03-19
Fix inconsistent digest of precompiled module. (#3796)
Yong He
2024-03-18
Fix name mangling and source file finding logic for precompiled module valida...
Yong He
2024-03-01
warnings (#3653)
Ellie Hermaszewska
2024-02-26
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-23
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-22
Add API for querying and reusing precompiled binary modules. (#3614)
Yong He
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2024-02-15
Support loading serialized modules. (#3588)
Yong He
2023-09-26
Fix for epoch/ASTBuilder* nullptr issue (#3240)
jsmall-nvidia
2023-08-09
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-07
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2022-06-13
Language Server improvements. (#2269)
Yong He
2021-01-05
Use "capability" system to select VKRT extension (#1647)
Tim Foley
2020-11-18
Serialized stdlib working (#1603)
jsmall-nvidia
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-10-29
Handling imported/exporting symbols from serialized modules (#1589)
jsmall-nvidia
2020-10-06
Use Reflection for (Serial)RefObject Serialization (#1567)
jsmall-nvidia
2020-09-30
Generalizing Serialization (#1563)
jsmall-nvidia
2020-09-18
Serialization fixes based on review of #1547 (#1551)
jsmall-nvidia
2020-09-18
Control container serialization with SerialOptionFlags (#1550)
jsmall-nvidia
2020-09-17
Share debug information between AST and IR (#1547)
jsmall-nvidia