summaryrefslogtreecommitdiffstats
path: root/source/core
Commit message (Expand)AuthorAge
* Disable Link-Time-Optimization by default (#7345)Jay Kwak2025-06-06
* Fix crash when loading modules with syntax errors (#6993) (#7288)Harsh Aggarwal (NVIDIA)2025-06-05
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Add a memory-mappable binary serialization format (#7222)Theresa Foley2025-05-30
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Fix nullptr_t compiling failure (#7240)Spencer Fricke2025-05-26
* Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)ArielG-NV2025-05-22
* Generalize serialization system used for AST (#7126)Theresa Foley2025-05-21
* Make Command Line Reference readthedocs compatible (#7048)aidanfnv2025-05-14
* Cleanups related to RIFF support (#7041)Theresa Foley2025-05-12
* Update C++ standard to C++20 (#6980)Ellie Hermaszewska2025-05-06
* Fix the intermittent failures of tests/autodiff/auto-differential-type (#7006)Jay Kwak2025-05-05
* Fix build on GCC 15 (#6971)Julius Ikkala2025-05-02
* Add Slang Byte Code generation and interpreter. (#6896)Yong He2025-04-28
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Fixed crash in slang-ir-autodiff-loop-analysis.cpp (#6831)Ronan2025-04-18
* Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak2025-04-17
* Fix downstream compiler locale (#6734)Julius Ikkala2025-04-10
* Correct buffer length calculation in dumpSourceBytes (#6593)Ellie Hermaszewska2025-03-13
* Update build to allow setting external paths (#6528)jarcherNV2025-03-07
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
* Fix compilation on musl libc targets (#6334)Colin Marc2025-02-10
* Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)Darren Wihandi2025-01-28
* Fix static build and install (#6158)Dario Mylonopoulos2025-01-24
* Allow explicit test root (#5980)bspeice2025-01-01
* Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He2024-12-30
* Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska2024-12-13
* Add missing header for _getpid() (#5852)Ellie Hermaszewska2024-12-13
* Correct casing of windows includes (#5849)Ellie Hermaszewska2024-12-12
* Fix a crash when search for files. (#5818)Yong He2024-12-10
* Add API for getting last internal error message (#5772)Simon Kallweit2024-12-05
* Enable some rendering tests (#5623)Anders Leino2024-11-21
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* preparation for clang format (#5422)Ellie Hermaszewska2024-10-29
* format cmake files (#5406)Ellie Hermaszewska2024-10-29
* Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru2024-10-28
* Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak2024-10-25
* declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska2024-10-24
* Fix D3D12Core.dll loading problem (#5315)Jay Kwak2024-10-17
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
* Fix build for clang-14 (#5235)James01242024-10-08
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Allow building using external dependencies (#5076)Tobias Frisch2024-10-04
* Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)Anders Leino2024-09-25
* Initial WGSL support (#5006)Anders Leino2024-09-09
* Add Path::removeNonEmpty() to remove non-empty dir (#4984)kaizhangNV2024-09-03
* Fix prelude generation by using relative paths for including `slang.h` (#4973)Sai Praveen Bangaru2024-08-30
* Draft: integrate slang-rhi (#4970)Simon Kallweit2024-08-30