summaryrefslogtreecommitdiff
path: root/.github/workflows/release-windows.yml
AgeCommit message (Collapse)Author
2021-11-02Include gfx.lib in release. (#2002)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2021-11-02Include gfx header in releases (#2001)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2021-11-01Disable aarch64 build for releases. (#2000)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2021-10-25Enabling slang-llvm for host-callable (#1975)jsmall-nvidia
* #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.
2021-10-20Initial `slang-pack` integration (#1974)jsmall-nvidia
* #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.
2021-09-30Fix GitHub release (#1956)Yong He
* Fix aarch64 release build config. * Fix for WinAarch64 build. * Update premake for embed-std-lib build on aarch64. * `platform` fix for aarach64 build. * Try revert back to use absolute output path for slang-stdlib-generated.h * Fix * fix Co-authored-by: Yong He <yhe@nvidia.com>
2021-09-29Fix ARM64 detection for MSVC (#1951)Chad Engler
2021-02-19Make gfx library visible to external user. (#1719)Yong He
* Make gfx library visible to external user. * Fixup
2020-12-14Enable embedding stdlib for github builds (#1640)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Enable building with embedding stdlib.
2020-12-04add windows release script (#1627)Yong He
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>