Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro | |
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt * | |||
2021-02-21 | Documentation: QtCreator likes BOMs, our linter doesn't | Ben Wiederhake | |
2021-02-08 | Documentation: QtCreator and <syscall.h> | Ben Wiederhake | |
2021-02-08 | Documentation: Update QtCreator includes for Debug.h | Ben Wiederhake | |
Including 'Build/' is unfortunate, but this seems to be what everyone does, short of creating a symlink/hardlink from /AK/Debug.h to /Build/AK/Debug.h. This feels like a crutch, but it's a better crutch than having a workaround that could easily break or corrupt commits (i.e., the symlinks). | |||
2021-01-22 | Meta: Document QtCreator 'lic' auto-complete | Ben Wiederhake | |
2021-01-15 | Documentation: Make serenity.includes more easily copyable | Ben Wiederhake | |
2021-01-14 | Documentation: UsingQtCreator: Include Userland in includes paths | bcoles | |
2020-12-31 | Meta+Docs+CI: Require clang-format >= 11 | Linus Groh | |
2020-12-29 | Build: Support non-i686 toolchains | meme | |
* Add SERENITY_ARCH option to CMake for selecting the target toolchain * Port all build scripts but continue to use i686 * Update GitHub Actions cache to include BuildIt.sh | |||
2020-10-12 | Toolchain: Upgrade to GCC 10.2.0 | Andreas Kling | |
2020-09-07 | Documentation: Fixed minor typo in UsingQtCreator | Jakob-Niklas See | |
2020-08-15 | Meta: Document QtCreator auto-format and compiler kits | Ben Wiederhake | |
2020-08-06 | Documentation: Add a guide for setting up Qt Creator | Valtteri Koskivuori | |
This was already in video form, but I figured it might be nice to have this here as well, to make it easier to discover. |