summaryrefslogtreecommitdiff
path: root/Meta/Lagom/CMakeLists.txt
AgeCommit message (Expand)Author
2022-10-24Lagom: Link the system's LibSystem on SerenityOSTim Schumacher
2022-10-17Lagom: Enable compile_commands.json for the lagom build directoryAndrew Kaster
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-17Lagom: Make lagom_lib take names prefixed with LibAndrew Kaster
2022-10-16Lagom: Remove unecessary _lagom suffix from test and executable namesAndrew Kaster
2022-10-16CMake+Userland: Use CMakeLists from Userland to build Lagom LibrariesAndrew Kaster
2022-10-16Meta: Use add_serenity_directory for LibTimeZoneAndrew Kaster
2022-10-16Lagom+LibCore: Build LibCore, AK, and LibMain with add_subdirectoryAndrew Kaster
2022-10-10Userland: Remove unecessary uses of __serenity__ macroAndrew Kaster
2022-10-10LibRegex: Don't build LibRegex/C/Regex.cpp on LagomAndrew Kaster
2022-10-09LibVideo: Add LibVideo test to LagomZaggy1024
2022-10-06LibWeb: Generate WebContent IPC endpoints for Lagom's LibWebViewAndreas Kling
2022-10-06Meta: Hide WebView behind ENABLE_LAGOM_LIBWEB CMake optionTimothy Flynn
2022-10-06Lagom: Add Build WebContentClient as part of Lagom's LibWebViewAndreas Kling
2022-10-03Lagom: Change dl to ${CMAKE_DL_LIBS} for portabilityvl-ms
2022-10-01Lagom: Link LibMain staticallyDaniel Bertalan
2022-09-29Lagom: Win32 support baby stepsDiego Iastrubni
2022-09-25Lagom: Build DOMTreeModel from LibWebViewAndreas Kling
2022-09-25Lagom: Build a tiny slice of LibGUIAndreas Kling
2022-09-22Meta: Don't build Core::LocalServer on AndroidAndrew Kaster
2022-09-21Everywhere: Rename WrapperGenerator to BindingsGeneratorLinus Groh
2022-09-17LibIDL+WrapperGenerator: Move IDL code into a librarySam Atkins
2022-09-15Meta: Enable vptr sanitation by default for Lagom UBSAN buildsTimothy Flynn
2022-09-13Meta: Add Lagom option to disable building LibWebTimothy Flynn
2022-09-11LibJS: Import the libjs-test262-runner from linusg/libjs-test262davidot
2022-09-10LibJS: Allow negative pointers in Valuedavidot
2022-09-09Meta: Update jakt build support for fully bootstrapped compilerAndrew Kaster
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibLocale: Move locale test files to the LibLocale folderTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-09-02Meta+Tests: Allow running FLAC spec testskleines Filmröllchen
2022-07-21CI+Lagom: Add Lagom Android CI for arm64-v8a on NDK 24 with API level 30Andrew Kaster
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-19Meta: Add Android cross-compile support to LagomAndrew Kaster
2022-07-14LibWeb: Add definitions from '2.2.1. Methods' in the Fetch specLinus Groh
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-07-06Meta: Build select Services in LagomAndrew Kaster
2022-07-06Meta: Rename Lagom library target names from LagomFoo to LibFooAndrew Kaster
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-05-29Lagom: Compile headless-browser on Lagom :^)DexesTTP
2022-05-29Lagom: Build LibWeb on LagomDexesTTP
2022-05-29Lagom: Disable the unused-private-field warning on Lagom's clang buildsDexesTTP
2022-05-29Lagom: Compile LibWebSocket on LagomDexesTTP
2022-05-29Lagom: Compile all sources of LibGfxDexesTTP
2022-05-23Meta+Userland: Add jakt as an optional Lagom ToolAndrew Kaster
2022-05-21LibCompress: Implement Brotli decompressorMichiel Visser
2022-05-14Meta: Move compiler flags into standalone CMake filesLinus Groh
2022-04-17Tests: Implement reference image testing for LibGLJelle Raaijmakers
2022-04-09LibGfx: Add a loader the Web Open Font Format (WOFF)Simon Wanner