<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/cmake/SlangTarget.cmake, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-09-25T11:12:26+00:00</updated>
<entry>
<title>Fix CMake error with generator on list in 3.22.1 (#8364)</title>
<updated>2025-09-25T11:12:26+00:00</updated>
<author>
<name>Dario Mylonopoulos</name>
<email>32958057+ramenguy99@users.noreply.github.com</email>
</author>
<published>2025-09-25T11:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=2e0fe3d0608c4de239fd6cd2ecdf0322951855f5'/>
<id>urn:sha1:2e0fe3d0608c4de239fd6cd2ecdf0322951855f5</id>
<content type='text'>
Fixes #8335

---------

Co-authored-by: Mukund Keshava &lt;mkeshava@nvidia.com&gt;
Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;
Co-authored-by: Ellie Hermaszewska &lt;ellieh@nvidia.com&gt;</content>
</entry>
<entry>
<title>Fix formatting (#7799)</title>
<updated>2025-07-17T02:49:39+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2025-07-17T02:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=1f3d53753ee96f4ad1e4fad080998d0fefe8f94e'/>
<id>urn:sha1:1f3d53753ee96f4ad1e4fad080998d0fefe8f94e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset minimum cmake version to 3.22 (#7548)</title>
<updated>2025-06-30T19:11:04+00:00</updated>
<author>
<name>Gangzheng Tong</name>
<email>tonggangzheng@gmail.com</email>
</author>
<published>2025-06-30T19:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=a55ff722cae338a8fcf5402858c47cf0650a8e5e'/>
<id>urn:sha1:a55ff722cae338a8fcf5402858c47cf0650a8e5e</id>
<content type='text'>
* Reset minimum cmake version to 3.22

* update slang-rhi</content>
</entry>
<entry>
<title>Improve exported build targets (#7382)</title>
<updated>2025-06-12T16:10:29+00:00</updated>
<author>
<name>manuelkNVDA</name>
<email>54551328+manuelkNVDA@users.noreply.github.com</email>
</author>
<published>2025-06-12T16:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=0cb89b3062f89ec5f5c5812f0164f8c90f3f9aba'/>
<id>urn:sha1:0cb89b3062f89ec5f5c5812f0164f8c90f3f9aba</id>
<content type='text'>
* Add the missing generator expression for install build targts

Fixes #7351.

* Formatted

---------

Co-authored-by: Harsh Aggarwal (NVIDIA) &lt;haaggarwal@nvidia.com&gt;</content>
</entry>
<entry>
<title>Update slang-rhi (#7303)</title>
<updated>2025-06-06T14:39:14+00:00</updated>
<author>
<name>Simon Kallweit</name>
<email>64953474+skallweitNV@users.noreply.github.com</email>
</author>
<published>2025-06-06T14:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=8abaec701f0637f082e081caa0dd4fa049a00430'/>
<id>urn:sha1:8abaec701f0637f082e081caa0dd4fa049a00430</id>
<content type='text'>
* update slang-rhi

* adapt to new slang-rhi API

* enable slang-rhi agility sdk

* fix handling empty list

* disable failing slang-rhi tests

* format code

* fix slang-rhi-tests ci step

* skip running slang-rhi-tests

---------

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Stop using `chmod` on Windows host to fix build targeting Android (#6865)</title>
<updated>2025-04-24T22:43:22+00:00</updated>
<author>
<name>James0124</name>
<email>gladiatorrules22@gmail.com</email>
</author>
<published>2025-04-24T22:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=54fda59f940017c76da29250ce42f945b7544cc8'/>
<id>urn:sha1:54fda59f940017c76da29250ce42f945b7544cc8</id>
<content type='text'>
Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Fix: Respect user-defined output directory settings for libraries (#6604)</title>
<updated>2025-03-14T11:58:51+00:00</updated>
<author>
<name>Harsh Aggarwal (NVIDIA)</name>
<email>haaggarwal@nvidia.com</email>
</author>
<published>2025-03-14T11:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c2e8f9c1ebe316d7f3b2932fa1c24065fdf83d37'/>
<id>urn:sha1:c2e8f9c1ebe316d7f3b2932fa1c24065fdf83d37</id>
<content type='text'>
* Fix: Respect user-defined output directory settings for libraries

Modified SlangTarget.cmake to properly respect CMAKE_LIBRARY_OUTPUT_DIRECTORY, CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_ARCHIVE_OUTPUT_DIRECTORY variables when they are explicitly set by the user.

This ensures libraries and executables are placed in the directories specified by the user, including handling Multi-Config generators like Visual Studio, Xcode, and Ninja Multi-Config.

Fixes #5896: Shared library build output location ignores CMAKE setting

* format code

---------

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix static build and install (#6158)</title>
<updated>2025-01-24T11:15:02+00:00</updated>
<author>
<name>Dario Mylonopoulos</name>
<email>32958057+ramenguy99@users.noreply.github.com</email>
</author>
<published>2025-01-24T11:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=ac174d260d90b66ebbc8264001a75b9527611cbc'/>
<id>urn:sha1:ac174d260d90b66ebbc8264001a75b9527611cbc</id>
<content type='text'>
* Add SLANG_ENABLE_RELEASE_LTO cmake option

* Fix cmake static build

* Disable install SlangTargets to avoid static build failing</content>
</entry>
<entry>
<title>Fix documentation on DescriptorHandle. (#6062)</title>
<updated>2025-01-14T18:38:46+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2025-01-14T18:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=4e62f98f3abfa1b1e125c371160ed309ca5b6c04'/>
<id>urn:sha1:4e62f98f3abfa1b1e125c371160ed309ca5b6c04</id>
<content type='text'>
* Fix documentation on DescriptorHandle.

* Fix.

* format code

---------

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Emit debug info for Release builds (#5783)</title>
<updated>2024-12-06T12:24:43+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2024-12-06T12:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=27b7ac0e8ae02a41f748cccd76d617bb3b9d9734'/>
<id>urn:sha1:27b7ac0e8ae02a41f748cccd76d617bb3b9d9734</id>
<content type='text'>
* Remove unnecessary warnings on windows

* Correctly set debug flags on gcc

* Emit debug info for Release builds

* Perform LTO for relwithdebinfo builds

* Release from release builds not relwithdebinfo</content>
</entry>
</feed>
