v2024.14.4
github-actions
released this
29 Oct 19:32
·
334 commits
to master
since this release
What's Changed
- Use DebugDeclare instead of DebugValue. by @csyonghe in #5404
- Describe experimental COM interfaces by @cheneym2 in #5397
- Fix incorrect debug assert in
getLanguagePrelude
. by @csyonghe in #5402 - Switch back to fetching upstream llvm project by @expipiplus1 in #5408
- Replace stdlib on Slang API with CoreModule by @jkwak-work in #5405
- Replace stdlib with core-module on files and projects by @jkwak-work in #5411
- Actions workflow to format code on command by @expipiplus1 in #5400
- Use github token for formatting command dispatch by @expipiplus1 in #5418
- Swap the term StdLib with Core-Module or Standard-Module in documents by @jkwak-work in #5414
- Add
InterlockedAddF64
intrinsic. by @csyonghe in #5412 - Add implicit cast for generic vector types. by @csyonghe in #5413
- Export language server to wasm. by @csyonghe in #5419
- More wasm binding for playground. by @csyonghe in #5420
- Add documentation for buffer types by @kaizhangNV in #5410
- Assorted auto-diff enhancements for increased performance & more streamlined auto-diff results by @saipraveenb25 in #5394
- Rename a directory
source/slang-stdlib
to slang-core-module by @jkwak-work in #5417 - Replace the word stdlib or standard-library with core-module for source code by @jkwak-work in #5415
- Improvements to formatting bot by @expipiplus1 in #5421
- Correct URL in auto-format PR body by @expipiplus1 in #5427
- format cmake files by @expipiplus1 in #5406
- Check formatting in CI by @expipiplus1 in #5409
- preparation for clang format by @expipiplus1 in #5422
- format by @expipiplus1 in #5392
- Use Offset instead of ConstOffset for GLSL function textureGatherOffset by @jkwak-work in #5426
- [wasm]: fix the build error by @kaizhangNV in #5430
- Increase slangc option visibility in docs by @cheneym2 in #5425
Full Changelog: v2024.14.3...v2024.14.4