Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-19 | CI: Don't fail check-symbols if symbol is defiend somewhere else | Itamar | |
2021-03-08 | Everywhere: Remove unnecessary whitespace at the end of some lines. | Emanuele Torre | |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2020-10-03 | Everywhere: Fix more typos | Linus Groh | |
2020-09-07 | Meta: Fix shellcheck whines in check-symbols.sh | Andreas Kling | |
2020-09-06 | Travis: Run script that checks for forbidden symbols in LibC | Itamar | |
check-symbols.sh fails the build if undefined __cx_guard_* symbols are found in LibC. This will help us catch port breakage sooner. |