summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2025-05-06Update C++ standard to C++20 (#6980)Ellie Hermaszewska
2025-05-05Fix the intermittent failures of tests/autodiff/auto-differential-type (#7006)Jay Kwak
2025-05-02Fix build on GCC 15 (#6971)Julius Ikkala
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-18Fixed crash in slang-ir-autodiff-loop-analysis.cpp (#6831)Ronan
2025-04-17Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak
2025-04-10Fix downstream compiler locale (#6734)Julius Ikkala
2025-03-13Correct buffer length calculation in dumpSourceBytes (#6593)Ellie Hermaszewska
2025-03-07Update build to allow setting external paths (#6528)jarcherNV
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-10Fix compilation on musl libc targets (#6334)Colin Marc
2025-01-28Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)Darren Wihandi
2025-01-24Fix static build and install (#6158)Dario Mylonopoulos
2025-01-01Allow explicit test root (#5980)bspeice
2024-12-30Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He
2024-12-13Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska
2024-12-13Add missing header for _getpid() (#5852)Ellie Hermaszewska
2024-12-12Correct casing of windows includes (#5849)Ellie Hermaszewska
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-12-05Add API for getting last internal error message (#5772)Simon Kallweit
2024-11-21Enable some rendering tests (#5623)Anders Leino
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-29format cmake files (#5406)Ellie Hermaszewska
2024-10-28Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru
2024-10-25Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak
2024-10-24declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska
2024-10-17Fix D3D12Core.dll loading problem (#5315)Jay Kwak
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-08Fix build for clang-14 (#5235)James0124
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-10-04Allow building using external dependencies (#5076)Tobias Frisch
2024-09-25Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)Anders Leino
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-03Add Path::removeNonEmpty() to remove non-empty dir (#4984)kaizhangNV
2024-08-30Fix prelude generation by using relative paths for including `slang.h` (#4973)Sai Praveen Bangaru
2024-08-30Draft: integrate slang-rhi (#4970)Simon Kallweit
2024-08-26Fix Varying Variable Location Assignments With Hull Shaders (#4915)ArielG-NV
2024-08-26Feature/record unit test (#4910)kaizhangNV
2024-08-20Implement Path::createDirectoryRecursive (#4871)kaizhangNV
2024-08-19Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska
2024-08-13GitHub action benchmark (#4804)venkataram-nv
2024-08-12Support unicode identifier names. (#4772)Yong He
2024-08-07Reduce dependency on std library (#4785)skallweitNV
2024-07-24Cleanup global memory allocations on shutdown. (#4731)Yong He
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-06-17Feature/capture (#4397)kaizhangNV