Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | Ports/c-ray: Update c-ray to git commit 8f30eb9 | EWouters | |
Part of the fix-linkage patch is removed as the changes are no longer required. | |||
2021-10-05 | Ports: Make array-like settings actual arrays | Tim Schumacher | |
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. | |||
2021-09-15 | Ports: Use new CMakeToolchain.txt located in the build directory | Andrew Kaster | |
Now that we're generating the CMake toolchain file in the build directory, we need to redirect the ports that use CMake to the new location. Looking into this showed that there's still a bunch of work to do in general to make the ports agnostic to which toolchain they're using, there's a lot of hard-coded ${ARCH}-pc-serenity-gcc assumptions still here. | |||
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-20 | Ports: Consistently indent with four spaces | Linus Groh | |
2021-04-20 | Ports: Improve consistency and quality of ports | Panagiotis Vasilopoulos | |
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually. | |||
2021-04-20 | Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR | Panagiotis Vasilopoulos | |
2021-04-17 | Ports: c-ray: Pin version to latest commit rather than use master branch | Brendan Coles | |
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-16 | Toolchain+Ports: Move the CMake toolchain file into a subdirectory | Gunnar Beutner | |
2021-03-11 | Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR | Linus Groh | |
Fixes #5710. | |||
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/2080 | |||
2020-02-27 | Ports: Update the C-ray renderer port | Valtteri Koskivuori | |
2020-02-06 | Ports: Added checksums / signature files and other fixes | Emanuel Sprung | |
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff | |||
2019-12-10 | Ports: C-ray rendering engine | Valtteri Koskivuori | |