aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/tinyc.js
Commit message (Collapse)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
|
* The Grand Reformat (#3643)gh-2830Matt Godbolt2022-05-09
| | | | | | | | | | * The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
* Config changes (#2764)Rubén Rincón Blanco2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Pass -g to TinyC by default Closes #2748 * Sort C++ libs and tools alphabetically * Sort C libs and tools alphabetically * Add missing Zig C & C++ versions * Enable semver for RISC-V Clang Issue #2739 * Add missing RISC-V Clang 12.0 Issue #2739 * Improve RISC-V Clang config * Improve C++ props file to make it more mantainable * Add missing Zig C compiler id in compiler list * Update etc/config/c++.amazon.properties * Show different group name for each RISCV version
* npm run lint-fixMatt Godbolt2021-01-16
|
* TinyC support (#2365)Patrick Quist2021-01-02
* minimal tinycc support * dont pass -g by default + don't use binary mode on -E * work around for trunk * add tinycc trunk