summaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Collapse)AuthorAge
* format yaml and json (#5428)Ellie Hermaszewska2024-10-30
| | | | | * format yaml and json * format shell scripts
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* preparation for clang format (#5422)Ellie Hermaszewska2024-10-29
| | | | | | | | | | | | | | | | | | | | | | | * Clang-format excludes * Add .clang-format * Don't clang-format in external * Missing includes and forward declarations * Replace wonky include-once macro name * neaten include naming * Add clang-format to formatting script * Add xargs and diff to required binaries * add clang-format to ci formatting check * Add max version check to formatting script * temporarily disable checking formatting for cpp files
* Improvements to formatting bot (#5421)Ellie Hermaszewska2024-10-29
| | | | | | | | | * Use github token for formatting command dispatch * Open PR instead of committing directly when formatting * Add --no-version-check option to formatting script * Colorful diff output for cmake formatting
* Actions workflow to format code on command (#5400)Ellie Hermaszewska2024-10-26
| | | | | | | * Add script to perform or check formatting * Actions workflow to format code on command Comment on a PR with /format
* Update to Bearer/tap/gon for macos notarization. (#3292)Yong He2023-10-26
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Fix release CI script. (#2419)Yong He2022-09-28
| | | | | | | | | * Fix release CI script. * Fix. * Fix. Co-authored-by: Yong He <yhe@nvidia.com>
* Update MacOS workflow to sign and notarize binaries (#2286)Yong He2022-06-16
| | | | | | | | | | | | | | | | | | | | | | | * Don't sign slang-llvm and slang-glslang * fix * fix * fix 2 * fix macos release workflow * fix * fix * fix2 * test * fix Co-authored-by: Yong He <yhe@nvidia.com>
* Add signing to Macos release workflow. (#2285)Yong He2022-06-15
| | | | | | | | | * Update macos workflow * Fetch submodule * fix Co-authored-by: Yong He <yhe@nvidia.com>
* Checkin .clang-format and an example file for discussion (#1373)Yong He2020-07-08
* Checkin .clang-format and an example file for discussion * Update clang-format settings per discussion comments * update .clang-format * Move .clangformat file to extras/ folder Co-authored-by: Yong He <yhe@nvidia.com> Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>