summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-06-10Fix typos in the docs (#4322)Anders Leino
2024-06-08Add initial draft auto-diff basics and IR overview documents (#4216)Sai Praveen Bangaru
2024-06-07Improve documentation and example formatting consistency (#4299)Matthew Moulton
2024-06-06Typo in 06-interfaces-generics.md (#4284)Elie Michel
2024-06-06Fix python syntax highlighting in slangpy chapter (#4282)Elie Michel
2024-05-31Capabilities generator inclusive join and misc (#4237)ArielG-NV
2024-05-30Various issues in code snippets (#4247)Elie Michel
2024-05-30Update document regarding pointer (#4248)Jay Kwak
2024-05-30Fix confusion in Translation Units doc (#4245)Elie Michel
2024-05-30Fix small typo (#4246)Elie Michel
2024-05-24Fix pointer example (#4224)cheneym2
2024-05-23Fix pointers link in userguide (#4217)cheneym2
2024-05-16Update 03-convenience-features.md (#4179)ArielG-NV
2024-05-09fix typo (#4144)Tomáš Pazdiora
2024-05-08`slangc` tool experience improvements. (#4140)Yong He
2024-05-02Slang: update pointer related documentation (#4088)cheneym2
2024-04-25Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV
2024-04-17Implement if(let ...) syntax (#3673) (#3958)kaizhangNV
2024-04-16Fix Slang documentation typos (#3961)cheneym2
2024-04-13Documentation: fix typos and grammar (#3945)bprb
2024-04-10Delete out of date docs (#3926)Yong He
2024-04-09Rename slangpy -> slangtorch in documentation. (#3922)Yong He
2024-04-09typos (#3913)Pema Malling
2024-04-03Delete out-of-date notes from user guide. (#3877)Yong He
2024-04-03Add documentation about constructors (#3879)Yong He
2024-04-02Update user guilde for new features. (#3875)Yong He
2024-03-21Support arrow operator `->` on pointers. (#3812)Yong He
2024-03-20Update a1-01-matrix-layout.mdYong He
2024-03-20Update a1-01-matrix-layout.mdYong He
2024-03-18Update 09-reflection.md (#3787)Yong He
2024-03-17Remove out of date documentation on compilation API. (#3785)Yong He
2024-03-14Support unscoped enums. (#3771)Yong He
2024-03-13Add cautionary desclaimers on interop mechanisms. (#3763)Yong He
2024-03-11Update 08-compiling.mdYong He
2024-03-11Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...Yong He
2024-03-08Add documentation for uniformity analysis. (#3721)Yong He
2024-03-04Extend `as` and `is` operator to work on generic types. (#3672)Yong He
2024-03-04Add user-guide section on pointers. (#3670)Yong He
2024-03-01Update doc TOC (#3657)Yong He
2024-03-01Add documentation for debugging. (#3656)Yong He
2024-02-29Fix various crashes when generating debug info. (#3650)Yong He
2024-02-27Update documentation TOC. (#3641)Yong He
2024-02-27Update 08-compiling.mdYong He
2024-02-27Update doc links. (#3640)Yong He
2024-02-27Add documentation for link-time specialization. (#3638)Yong He
2024-02-27Update links in user-guide documentationYong He
2024-02-26Update documentation on compilation API. (#3634)Yong He
2024-02-15cmake: option to build a static library version of slang (#3578)Lukas Lipp
2024-02-14cmake: add options to disable gfx, test, example, ... targets (#3572)Lukas Lipp
2024-02-06Improve Capability System (#3555)Yong He