aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/msys2-mcode
Commit message (Collapse)AuthorAgeFilesLines
* fix(configure): disable -Werror by defaultXiretza2022-05-161-0/+1
| | | | | | | | | | | | Because the build system does not have direct control over the compiler, it cannot ensure that no warnings are issued in downstream compilations. Such warnings can occur due to newer compiler versions with more sophisticated diagnostics, older compiler versions with diagnostics bugs, or simply different, untested compilers. With -Werror enabled by default, these harmless warnings result in complete compilation failures. The option remains enabled in CI to ensure upstream code quality.
* scripts/msys2-mcode/GetStandaloneDeps: fix libghdl versionumarcor2022-03-011-1/+1
|
* scripts: update MSYS2 recipesumarcor2021-07-211-2/+7
|
* ci: generate standalone zipfilesumarcor2021-07-181-0/+17
|
* Increase stack size to 8MB for msys2-mcode (fix ghdl/ghdl#1742)Martin Bahlinger2021-04-281-1/+1
|
* mv dist/* scripts/umarcor2021-01-061-0/+31