Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-03 | Meta: Make x86-64 target the default | Liav A | |
This is a preparation to check if our users find noticeable bugs in the x86-64 target, before we can decide if we want to remove the i686 target for good. | |||
2022-01-15 | Meta: Make check-symbols.sh use the correct build directory | creator1creeper1 | |
Since the build now happens in Build/$SERENITY_ARCH/ and not in Build/, this updates check-symbols.sh to use the correct directory to check the LibC symbols in. For some reason, the constant failures did not show up as errors in CI. | |||
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. |