summaryrefslogtreecommitdiff
path: root/source/slang/slang-doc-markdown-writer.cpp
AgeCommit message (Expand)Author
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-01-24Small fix for "static" in doc output (#2606)jsmall-nvidia
2022-10-26Auto synthesis of Differential type (#2466)Yong He
2022-03-09Initial support for documentation extraction in C++ (#2156)jsmall-nvidia
2021-10-11Update stdlib docs/small fixes (#1972)jsmall-nvidia
2021-03-15Test Doc System (#1754)jsmall-nvidia
2021-03-15Improvements in Docs requirements/availability (#1751)jsmall-nvidia
2021-03-11MarkDown -> Markdown (#1748)jsmall-nvidia