<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/github_build.sh, 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>2024-07-10T23:45:27+00:00</updated>
<entry>
<title>Delete unused build scripts. (#4601)</title>
<updated>2024-07-10T23:45:27+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2024-07-10T23:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c5852781da0c04cdce265e887eaca17ffd2b4017'/>
<id>urn:sha1:c5852781da0c04cdce265e887eaca17ffd2b4017</id>
<content type='text'>
* Fix macos release script.

* Delete shell scripts</content>
</entry>
<entry>
<title>Update the dependency file (#3994)</title>
<updated>2024-04-22T04:27:19+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-04-22T04:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c5b855d77f6cdcc1ecb5c24de98f28347700e3c8'/>
<id>urn:sha1:c5b855d77f6cdcc1ecb5c24de98f28347700e3c8</id>
<content type='text'>
Update the dependency file to use the latest release version for
slang-llvm and slang-glslang where we added a new Linux release to
support the older version of Glibc-2.27.

Fix a type in github.sh for the glibc compatible option input for
premake5.lua.</content>
</entry>
<entry>
<title>Create a new release build for linux_x64. (#3989)</title>
<updated>2024-04-20T04:27:10+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-04-20T04:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=8362c2d46e2da0c20fbd3daf511ccdf425f9a1f0'/>
<id>urn:sha1:8362c2d46e2da0c20fbd3daf511ccdf425f9a1f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add release package build for linux aarch64 (#3612)</title>
<updated>2024-02-22T04:30:49+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-02-22T04:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c5ac7dee8a47dcb168a6556d2e8cdb8d2fe09a37'/>
<id>urn:sha1:c5ac7dee8a47dcb168a6556d2e8cdb8d2fe09a37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add linux arm64 self-hosted CI. (#3003)</title>
<updated>2023-07-20T19:50:21+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2023-07-20T19:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=76fe0a1dcc73af87846bf27932716188d68d37f0'/>
<id>urn:sha1:76fe0a1dcc73af87846bf27932716188d68d37f0</id>
<content type='text'>
* Add linux arm64 self-hosted CI.

* Update CI build script.

* fix

* Ignore test if FileCheck not found.

---------

Co-authored-by: Yong He &lt;yhe@nvidia.com&gt;</content>
</entry>
<entry>
<title>Use gmake2 as a premake target over gmake (#2587)</title>
<updated>2023-02-01T15:32:40+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2023-02-01T15:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c5895fb0b82fd14fbe45b58d5fc7f75d67625d15'/>
<id>urn:sha1:c5895fb0b82fd14fbe45b58d5fc7f75d67625d15</id>
<content type='text'>
The gmake generator has been deprecated by gmake2 https://premake.github.io/docs/Using-Premake/#using-premake-to-generate-project-files

gmake2 has better dependency handling around our custom rules leading in fewer runs of slang-generate etc...</content>
</entry>
<entry>
<title>Fix release CI script. (#2419)</title>
<updated>2022-09-28T22:03:32+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2022-09-28T22:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=3dce6e08dd74c6dfbfb8f553eaf18200a6bf6f2a'/>
<id>urn:sha1:3dce6e08dd74c6dfbfb8f553eaf18200a6bf6f2a</id>
<content type='text'>
* Fix release CI script.

* Fix.

* Fix.

Co-authored-by: Yong He &lt;yhe@nvidia.com&gt;</content>
</entry>
<entry>
<title>Make github CI build aarch64 binaries on release. (#2417)</title>
<updated>2022-09-28T20:42:40+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2022-09-28T20:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=eb5c6b93543ca1423117045dbbfee0b6f653d392'/>
<id>urn:sha1:eb5c6b93543ca1423117045dbbfee0b6f653d392</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabling slang-llvm for host-callable (#1975)</title>
<updated>2021-10-25T19:02:17+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2021-10-25T19:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=499e6764e6fbb2a1e9b107e5b30f45ec2b13046c'/>
<id>urn:sha1:499e6764e6fbb2a1e9b107e5b30f45ec2b13046c</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* First integration of slang-pack.

* Use .os

* Add optional dependency support.

* Update github actions/scripts to update deps. aarch64 needs special handling.

* Upgrade to latest slang-pack for ignore-deps support.

* Fix linux build issues.

* Copying slang-llvm from dependencies.

* Add support for LLVM for host callable.
Added CodeGenTransitionMap.

* Remove hack to enable host callable for LLVM.

* Small improvements around transitions/downstream compiler.

* Fix typo in method name.

* Fix comment.

* Update visual studio project.

* Updage slang-llvm to include initialization fix.

* Fix handling extraction of clang version number.

* Fix some formatting problems.

* hack - to see if there is a version problem on CI.

* Remove progress on github action linux.

* Allow version lines to have text before 'prefix'.

* Update slang-binaries to include centos-7 premake binaries.

* Upgrade slang-binaries.

* Upgrade slang-binaries.

* Update slang binaries to have certificates.

* Fix handling of dependency path.

* Update README to include LLVM
Update building to include --deps and --arch

* Include slang-llvm in packages.

* Update building docs.</content>
</entry>
<entry>
<title>Initial `slang-pack` integration (#1974)</title>
<updated>2021-10-20T15:26:52+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2021-10-20T15:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=edade2ed184c5a95743c95f0c67688cd8ba30e18'/>
<id>urn:sha1:edade2ed184c5a95743c95f0c67688cd8ba30e18</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* First integration of slang-pack.

* Use .os

* Add optional dependency support.

* Update github actions/scripts to update deps. aarch64 needs special handling.

* Upgrade to latest slang-pack for ignore-deps support.

* Fix linux build issues.</content>
</entry>
</feed>
