summaryrefslogtreecommitdiff
path: root/tools/slang-cpp-extractor
AgeCommit message (Expand)Author
2024-12-02Move c++ parsing code from slang-cpp-extractor to static library (#5675)Lauro Oyen
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
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
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-03-24C++ extractor parsing slang.h (#2162)jsmall-nvidia
2022-03-15C++ extractor callable support (#2159)jsmall-nvidia
2022-03-09Initial support for documentation extraction in C++ (#2156)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-05-21Overhaul the preprocessor (#1849)T. Foley
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-04-19Splitting up C++ extractor (#1800)jsmall-nvidia
2021-04-14C++ Extractor reorganize (#1793)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-02-12Diagnostic location highlighting (#1700)jsmall-nvidia
2020-12-04Projects in 'build' and Slang API separation (#1624)jsmall-nvidia
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-10-26Value type serialization via C++ Extractor (#1588)jsmall-nvidia
2020-10-23C++ extractor fix for access modifiers (#1586)jsmall-nvidia
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-09-02[slang-cpp-extractor] Don't modify generated source if there is no change. (#...Yong He
2020-07-02Bug fix in C++ extractor (#1429)jsmall-nvidia
2020-06-11Fix problem with C++ extractor ernoneous concating of type tokens (#1382)jsmall-nvidia
2020-05-28Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia
2020-05-19Reduce the size of Token (#1349)jsmall-nvidia
2020-05-18Use 'balance' for extracting array suffix in C++ extractor (#1346)jsmall-nvidia
2020-05-14Add support for parsing array types to C++ extractor. (#1343)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-05-04C++ Extractor (#1337)jsmall-nvidia