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-doc-markdown-writer.cpp
Age
Commit message (
Expand
)
Author
2024-08-20
Exclude synthesized code from code auto documentation system (#4889)
ArielG-NV
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-04-17
Add skeleton for metal backend. (#3971)
Yong He
2024-01-18
Capability def parsing & codegen + disjoint sets (#3451)
Yong He
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
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
2023-01-24
Small fix for "static" in doc output (#2606)
jsmall-nvidia
2022-10-26
Auto synthesis of Differential type (#2466)
Yong He
2022-03-09
Initial support for documentation extraction in C++ (#2156)
jsmall-nvidia
2021-10-11
Update stdlib docs/small fixes (#1972)
jsmall-nvidia
2021-03-15
Test Doc System (#1754)
jsmall-nvidia
2021-03-15
Improvements in Docs requirements/availability (#1751)
jsmall-nvidia
2021-03-11
MarkDown -> Markdown (#1748)
jsmall-nvidia