aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/zigcc.js
Commit message (Collapse)AuthorAge
* Move zig compiler files to TS and fix zigc{xx} semver comparisons (#4091)gh-4351Rubén Rincón Blanco2022-09-25
|
* All semver comparisons now ensure it's safe to do so (#3562)Rubén Rincón Blanco2022-04-26
| | | | | | | | | | | | | | | | | | | * All semver comparisons now ensure it's safe to do so * Oops, use correct class * Remove leftover import * Leave the Zig fixes for another PR * Fix linter * Fix test issues * Make linter happy, yet again * What? * Address PR review
* Add Zig cc as a C compiler (#2434)Rubén Rincón Blanco2021-04-30
* Add Zig cc as a C compiler This commit is currently untested - I have no way to do it locally (Even though installing Zig is awesomely simple!), so it might be pretty broken Releated issue: #2427 * Move cc to options field This way fstat works * attempt at fixing zigcc * force zig > 0.6 to compile to binary as workaround Co-authored-by: partouf <partouf@gmail.com>