index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Toolchain
/
CMake
Age
Commit message (
Expand
)
Author
2022-12-28
Meta: Remove i686 target
Liav A
2022-12-13
Toolchain: Remove upstreamed CMake platform files :^)
Andrew Kaster
2022-10-01
Toolchain: Hardcode the results of LLVM runtime library detection
Tim Schumacher
2022-09-16
Toolchain: Remove references to `-lm`
Tim Schumacher
2022-09-05
Toolchain: Remove references to `-ldl`
Tim Schumacher
2022-07-13
Meta+Ports: Automatically generate a meson cross file that we can use
Tim Schumacher
2022-06-29
Toolchain: Update Platform files to match those in upstream cmake
Andrew Kaster
2022-05-02
Toolchain: Enable LLVM Profile instrumentation
Andrew Kaster
2022-04-25
Toolchain: Explicitly install llvm-config and FileCheck
Andrew Kaster
2022-04-23
Toolchain+Ports: Update LLVM to 14.0.1
Daniel Bertalan
2022-02-19
Toolchain: Set CMAKE_NM for Clang and GNU toolchain files
Andrew Kaster
2022-01-12
Toolchain: Enable std::filesystem support in libc++
Daniel Bertalan
2022-01-10
Toolchain: Don't use GNU objcopy in the LLVM toolchain
Daniel Bertalan
2022-01-04
Toolchain: Add support for Clang on MacOS
Jean-Paul Balabanian
2022-01-03
Toolchain: Add CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME to Platform
Andrew Kaster
2022-01-03
Toolchain: Use Platform/SerenityOS.cmake in LLVM toolchain build
Andrew Kaster
2021-11-28
Toolchain/Clang: Fix CMake using utilities from the LLVM port
Daniel Bertalan
2021-11-14
Toolchain: Enable clang-tools-extra for LLVM
Andrew Kaster
2021-11-07
CMake: Assume working compiler instead of using static linking
Tim Schumacher
2021-10-31
Toolchain: Use dynamic paths for cross-compile CMake toolchains
Tim Schumacher
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-09-15
Meta+Toolchain: Rename CMAKE_CXXFILT to SERENITY_CXXFILT
Andrew Kaster
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-06-03
Toolchain: Use gcc's ar
Hediadyoin1
2021-06-02
Toolchain: Set CMAKE_AR to the right executable
Oleg Kosenkov
2021-04-25
Toolchain: Update cmake platform definition
Gunnar Beutner
2021-04-20
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Panagiotis Vasilopoulos
2021-04-18
Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel
Gunnar Beutner
2021-04-17
Toolchain: Fix cmake definition for CMAKE_DL_LIBS
Gunnar Beutner
2021-04-16
Ports: Make sure ports are installed into /usr/local
Gunnar Beutner
2021-04-16
Toolchain+Ports: Move the CMake toolchain file into a subdirectory
Gunnar Beutner
2021-04-16
Toolchain: Add platform definition for CMake
Gunnar Beutner