summaryrefslogtreecommitdiff
path: root/Meta/Lagom/CMakeLists.txt
AgeCommit message (Expand)Author
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-06Lagom: Exclude libraries with X86 code when building for macOS on ArmMorten Larsen
2022-01-25Tests+LibJS: Add very simple bytecode LibJS testsdavidot
2022-01-22Utilities+Lagom: Remove test-cryptoNico Weber
2022-01-21adjtime: Port to LibMainmjz19910
2022-01-14gml-format: Port to LibMainLucas CHOLLET
2022-01-14disasm: Port to LibMainLucas CHOLLET
2022-01-11LibTimeZone: Add a unit test for generated time zone dataTimothy Flynn
2022-01-09Userland: Port wasm to LibMainFederico Guerinoni
2022-01-09Shell: Port to LibMainLucas CHOLLET
2022-01-08Lagom: Execute `LibPDF` unit tests on the hostSimon Woertz
2022-01-08LibUnicode: Use LibTimeZone's list of time zone namesTimothy Flynn
2022-01-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn
2022-01-08Meta: Remove -ldl linkage from LagomUnicodeTimothy Flynn
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Meta+CI+Documentation: Bump host gcc requirement up to gcc 11Andrew Kaster
2022-01-07LibSQL: Implement LIKE SQL expressionsGuilherme Gonçalves
2021-12-29Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSDtuftedocelot
2021-12-24LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU libraryStephan Unverwerth
2021-12-22Meta: Add a cmake flag for building for compiler explorerAli Mohammad Pur
2021-12-21LibUnicode: Dynamically load the generated UnicodeData symbolsTimothy Flynn
2021-12-15Lagom: Add argument `WORKING_DIRECTORY` to `lagom_test(...)`Simon Woertz
2021-11-29Tests: Add a simple LibGL render-testHendiadyoin1
2021-11-29Lagom: Add LibGL to the librariesHendiadyoin1
2021-11-29Lagom: Disable implicit-const-int-float-conversion warningsHendiadyoin1
2021-11-23Meta: Define LagomMain outside of the BUILD_LAGOM branchTimothy Flynn
2021-11-22js: Port to LibMain :^)Linus Groh
2021-11-22Lagom: Add LibMain as a lagom_lib()Linus Groh
2021-10-30Lagom/Fuzzers: Add fuzzer for PDF documentBrendan Coles
2021-10-16Lagom: Do not use -fno-sematic-interposition in fuzzer buildsNico Weber
2021-10-15Lagom: Build with -fno-no-semantic-interpositionNico Weber
2021-10-15Lagom: Build with -fno-exceptionsNico Weber
2021-10-10markdown-checker: New tool that checks document linksBen Wiederhake
2021-10-10Meta: Re-enable warnings for deprecated copies also for LagomBen Wiederhake
2021-10-07Meta: Disable -Wmaybe-uninitialized for LagomIdan Horowitz
2021-10-03LibJS: Add a specific test for invalid unicode characters in the lexerdavidot
2021-09-16Meta: Fix Lagom RPATH for non-Ubuntu Linux and macOS hostsAndrew Kaster
2021-09-15Meta: Add FIXME for not setting BUILD_SHARED_LIBS in Lagom buildAndrew Kaster
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-09-15Meta: Move all options to targetname_options.cmake filesAndrew Kaster
2021-09-15Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and LagomAndrew Kaster
2021-08-31Tests: Test LibMarkdown against commonmark test suitePeter Elliott
2021-08-30CMake: Add custom target to build only the generated sourcesBrian Gianforcaro
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster
2021-08-28Meta+LibUnicode: Move unicode_data helper to Meta/CMakeAndrew Kaster
2021-08-17Meta: Semi-automatically detect ccache for Lagom buildsTimothy Flynn
2021-08-02Meta: Add BUILD_SHARED_LIBS option for Lagom buildsAndrew Kaster
2021-07-30LibRegex+LibUnicode: Begin implementing Unicode property escapesTimothy Flynn
2021-07-29Lagom: Add proper install rulesAndrew Kaster
2021-07-29Lagom: Exclude GMLAutocompleteProvider.cpp from GML library sourcesLinus Groh