summaryrefslogtreecommitdiff
path: root/Meta/Lagom/CMakeLists.txt
AgeCommit message (Expand)Author
2021-05-27Meta: Run the Wasm spec tests in CIAli Mohammad Pur
2021-05-21LibWasm+Meta: Add test-wasm and optionally test the conformance testsAli Mohammad Pur
2021-05-18LibJS+LibTest: Move out the test-js test runner into LibTestAli Mohammad Pur
2021-05-17Meta: Build LibWasm and the wasm utility as part of LagomAli Mohammad Pur
2021-05-14Lagom: Enable sanitizer builds with gccAndrew Kaster
2021-05-13LibCrypto: Split BigInteger operations into an Algorithms classDexesTTP
2021-05-09LibSQL: Add a syntax highlighterDylan Katz
2021-05-08Meta + Lagom: Fix paths after movement of tests to Tests/Brian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-js to Tests/LibJSBrian Gianforcaro
2021-05-01Lagom/CMake: Add -fconstexpr-steps for AppleClangCarlos César Neves Enumo
2021-04-29Meta: Increase fconstexpr-steps for Clang Lagom buildsIdan Horowitz
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-21Tests: Reorganize LibCompress unit testsMarco Biscaro
2021-04-20Lagom: Add sql utility and LibSQL unit testsTimothy Flynn
2021-03-27Lagom/Fuzzers: Add fuzzer for zip file parserLuke
2021-03-02Meta: Run test-js and test-compress as CTest executablesAndrew Kaster
2021-03-01AK/Lagom: Modify TestSuite to return how many tests failed from mainAndrew Kaster
2021-03-01Lagom/Fuzzers: Add WAV fuzzerLuke
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2021-02-27Lagom: Build with -Wno-literal-suffix when using GCCLinus Groh
2021-02-27Lagom: CMakeLists.txt housekeepingLinus Groh
2021-02-24AK: Add support for AK::StringView literals with operator""svBrian Gianforcaro
2021-02-16Lagom: Build LibTextCodec into LagomAndreas Kling
2021-01-30Lagom: Don't include Shell/main.cppBen Wiederhake
2021-01-28Lagom+AK: Remove remains of clang -Wconsumed usageAndreas Kling
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-24Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli versionLuke
2021-01-19Shell: Make tests use PASS/FAIL instead of exit codesAnotherTest
2021-01-12Lagom: Add Userland/ to include pathsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2021-01-03Lagom: Build gml-formatLinus Groh
2021-01-03Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinkerWilliam Marlow
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2021-01-01Lagom: Build test-compressAndreas Kling
2021-01-01CMake: Consolidate all options to the root of the projectBrian Gianforcaro
2020-12-15Meta: Set a 10 second timeout on Shell testsAnotherTest
2020-11-29Meta: Add GitHub Actions workflow for Lagom with FuzzersLuke
2020-11-29Lagom: Add a Shell parser fuzzerAnotherTest
2020-11-27Lagom: Various fixes to make Lagom run on OSS-Fuzz (#4176)DavidKorczynski
2020-11-27LibRegex: Add a regular expression libraryEmanuel Sprung
2020-11-14Lagom: Use -fsanitize=fuzzer, not -fsanitize=fuzzer-no-linkNico Weber
2020-11-12Lagom: Add ntpquery to lagom buildNico Weber
2020-11-10Userland: Add an "adjtime" utilityNico Weber
2020-10-30LibTLS: (Almost) verify certificate chain against root CA certificatesAnotherTest
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-09-01Build: Add some -Wno-unknown-warning-option flags to CXXFLAGSAndreas Kling
2020-08-24Meta+Userland: Run the TLS test tooAnotherTest