summaryrefslogtreecommitdiff
path: root/source/compiler-core
AgeCommit message (Expand)Author
2024-12-13Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska
2024-12-12Correct casing of windows includes (#5849)Ellie Hermaszewska
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-11Reflection compiler option (#5507)tareksander
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-27Export language server to wasm. (#5419)Yong He
2024-10-24declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska
2024-10-21Recognize a new spirv header json grammar keyword "aliases" (#5367)Jay Kwak
2024-10-20Mark SPIRV artifact as non-executable. (#5356)Yong He
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-11Add slang-wasm target (#5237)Anders Leino
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-10-04Allow building using external dependencies (#5076)Tobias Frisch
2024-09-30Add COM API for querying metadata. (#5168)Yong He
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-06Remove incorrect UTF decode assert (#5028)cheneym2
2024-08-29Support mixture of precompiled and non-precompiled modules (#4860)cheneym2
2024-08-12Support unicode identifier names. (#4772)Yong He
2024-08-06Remove disassemle debug code (#4779)cheneym2
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-24Cleanup global memory allocations on shutdown. (#4731)Yong He
2024-07-19Correctly parse multiple escaped newlines (#4672)Ellie Hermaszewska
2024-07-18Add unexpected end of input error to lexer (#4673)Ellie Hermaszewska
2024-07-17Use slang-glslang.dll for spirv-validation (#4642)Jay Kwak
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-10Implement non member function atomic texture support (#4544)ArielG-NV
2024-07-09Fix Lexer to recognize swizzling on an integer scalar value (#4515)Jay Kwak
2024-06-12Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He
2024-06-10[gfx] Metal graphics support (#4324)skallweitNV
2024-06-06work on gfx metal backend (#4287)skallweitNV
2024-06-03Fix performance issue in source-map (#4261)Yong He
2024-05-29Improve compile time performance. (#3857)Yong He
2024-05-14Slang: Support UTF-8 with Byte Order Markers (#4135)cheneym2
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-24Fix macos CI and clang warnings. (#4019)Yong He
2024-04-24Silent compiler warning about missing override keywords (#4018)Jay Kwak
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-22Add API for querying and reusing precompiled binary modules. (#3614)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-06Improve Capability System (#3555)Yong He
2024-01-26Fix LSP compatibility issues with Visual Studio. (#3520)Yong He
2024-01-24Generate lookup tables from cmake (#3461)Ellie Hermaszewska
2024-01-22Fix language server for VS. (#3473)Yong He
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He