index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
CMake
/
utils.cmake
Age
Commit message (
Expand
)
Author
2022-01-08
Meta: Move invoke_generator to utils.cmake
Timothy Flynn
2022-01-08
Meta: Move remove_unicode_data_if_version_changed to utils.cmake
Timothy Flynn
2022-01-08
Meta: Redefine link_with_unicode_data to not include unicode_data.cmake
Timothy Flynn
2021-12-30
Meta: Add helper CMake function to link directly against LibUnicodeData
Timothy Flynn
2021-11-26
CMake: Also install the source files of userland programs
Itamar
2021-11-26
CMake: Simplify serenity_install_sources by inferring installation path
Itamar
2021-11-13
Meta: Resolve cyclic dependency between LibPthread and libc++
Daniel Bertalan
2021-11-10
CMake: Build serenity_lib libraries with a custom SONAME
Tim Schumacher
2021-11-10
CMake: Remove unused serenity_shared_lib function
Tim Schumacher
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-08-30
CMake: Add custom target to build only the generated sources
Brian Gianforcaro
2021-08-28
Meta: Prefer SerenityOS_SOURCE_DIR to CMAKE_SOURCE_DIR
Andrew Kaster
2021-08-28
Meta: Move code generator helpers to their own CMake helper file
Andrew Kaster
2021-08-28
Meta: Move components CMake helpers to their own file
Andrew Kaster
2021-08-12
Meta: Properly quote some CMake variables in serenity_component
sin-ack
2021-08-08
Meta: Add Clang support to the CMake build scripts
Daniel Bertalan
2021-07-29
Meta/LibTest: Build object libraries for test main files
Andrew Kaster
2021-06-17
Meta: Add support for declaring components
Gunnar Beutner
2021-05-20
StateMachineGenerator: Put output into the CMake build directory
Andreas Kling
2021-05-20
Meta: Make generate_state_machine() generate a proper target
Ali Mohammad Pur
2021-05-18
LibJS+LibTest: Move out the test-js test runner into LibTest
Ali Mohammad Pur
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-13
CMake: Make missing medium icon a FATAL_ERROR
Brian Gianforcaro
2021-05-13
CMake: Fix message levels for error conditions during configuration
Brian Gianforcaro
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-21
Meta: Add an option to precompile some very common AK headers
Ali Mohammad Pur
2021-04-20
Meta: Add allow-list for icon size detection in CMake
Brian Gianforcaro
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-02
CMake: Warn when a serenity app is missing small or medium icons
Brian Gianforcaro
2020-12-29
Build: Expose symbols SECTION_start and SECTION_size for embedded resources.
William Marlow
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
CMake: Decouple cmake utility functions from top-level CMakeLists.txt
Lenny Maiorani