summaryrefslogtreecommitdiff
path: root/Meta/Lagom/CMakeLists.txt
AgeCommit message (Expand)Author
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
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/Simon Wanner
2022-04-06LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamicallyStephan Unverwerth
2022-04-05js: Convert non-UTF-8 encoded files to UTF-8 before parsingTimothy Flynn
2022-04-03Tests: Add some test coverage for the TTF parserNico Weber
2022-04-03Meta: Give Lagom build errors colored diagnosticsNico Weber
2022-03-31CMake: Allow building fuzzing targets without libFuzzer or OSS-FuzzTim Schumacher
2022-03-31Meta: Rename Fuzzer flags to `ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ}`Tim Schumacher
2022-03-31LibPDF: Move font files into their own directoryMatthew Olsson
2022-03-29markdown-check: Port to LibMainKenneth Myhra
2022-03-29Tests: Add a basic UTF-8 to UTF-8 LibTextCodec testKarol Kosek
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-20Lagom: Build with -fsigned-charNico Weber
2022-03-19Meta: Error out on find_program errors with CMake less than 3.18Brian Gianforcaro
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
2022-02-21Lagom: Port LibSyntaxFiliph Sandström
2022-02-20Lagom: Add two-stage build for Fuzzers to enable fuzzing generated codeAndrew Kaster
2022-02-09Meta: Add a CPack installation target for js(1)Timothy Flynn
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