summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-09-21LibWeb: Remove support for RefPtr types in idl_type_name_to_cpp_type()Linus Groh
2022-09-21LibIDL+LibWeb: Remove stale references to "wrapper class" conceptLinus Groh
2022-09-21LibUnicode: Update to Unicode version 15.0.0Timothy Flynn
2022-09-21LibUnicode: Use recently added Core::Stream::read_all in code generatorsTimothy Flynn
2022-09-20Meta: Add isa-vga device to ISA-PC and microvm machine typesLiav A
2022-09-20StateMachineGenerator: Remove unused variableFederico Guerinoni
2022-09-20StateMachineGenerator: Port to LibMain and Core::StreamSam Atkins
2022-09-20LibEDID: Use Core::Stream API to generate PnpIDsSam Atkins
2022-09-20IPCCompiler: Use Core::Stream APISam Atkins
2022-09-19Meta: Use time instead of /usr/bin/time in lint-ci.shBen Wiederhake
2022-09-18Meta: Fix example invocations of the serenity.sh run commandBen Wiederhake
2022-09-18Meta: Only check changed files in check-style.py during pre-commitBen Wiederhake
2022-09-18Meta: Only check changed files in lint-gml-format.shBen Wiederhake
2022-09-18Meta: Only check changed files in check-newlines-at-eofBen Wiederhake
2022-09-18Meta: Only check changed files in check-debug-flags during pre-commitBen Wiederhake
2022-09-18Meta: Rewrite pre-commit script check-emoji in pythonBen Wiederhake
2022-09-18Meta: Always show the timing of commands in lint-ci.shBen Wiederhake
2022-09-18HeaderCheck: Also check AK for broken headersBen Wiederhake
2022-09-18HeaderCheck: Disable warning due to LibSoftGPUBen Wiederhake
2022-09-18HeaderCheck: Remove outdated debug codeBen Wiederhake
2022-09-18LibWeb: Allow passing null to a nullable IDL union typeAndreas Kling
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-17LibTimeZone: Generate DST rule timestamps at compile timeTimothy Flynn
2022-09-17WrapperGenerator: Use the new shiny Overload Resolution Algorithm :^)Sam Atkins
2022-09-17LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()Sam Atkins
2022-09-17LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classesSam Atkins
2022-09-17LibIDL+WrapperGenerator: Move IDL code into a librarySam Atkins
2022-09-17WrapperGenerator: Clarify function-length getter nameSam Atkins
2022-09-17WrapperGenerator: Move generation code out of IDLTypes.hSam Atkins
2022-09-16Meta: Remove the obsolete linter check for LibM/math.hTim Schumacher
2022-09-16Lagom: Skip IMPORTED targets in get_linked_lagom_librariesAndrew Kaster
2022-09-16LibWeb+Meta: Parse the `backdrop-filter` CSS propertyMacDue
2022-09-16Meta: Use is_abstract_image() for the "image" CSS typeMacDue
2022-09-16CMake: Use `-static-libstdc++` on Clang as wellTim Schumacher
2022-09-15Meta: Revise lint-commit.sh regex for the titleBen Wiederhake
2022-09-15Meta: Enable vptr sanitation by default for Lagom UBSAN buildsTimothy Flynn
2022-09-14CI: Fix typo preventing the CLDR cache from being pulledTimothy Flynn
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-13Meta: Add confirmation for toolchain rebuilds if there's one alreadynetworkException
2022-09-13Meta: Add Lagom option to disable building LibWebTimothy Flynn
2022-09-13Meta: Remove unused and outdated lint-missing-resources.sh lintBen Wiederhake
2022-09-13Meta: Remove unused and outdated check-syscall-lists.sh lintBen Wiederhake
2022-09-13Meta: Fix check for AK test inclusionBen Wiederhake
2022-09-11Meta: Do not log CMake version on each CMake invocationTimothy Flynn
2022-09-11LibUnicode: Parse and generate custom emoji added for SerenityOSTimothy Flynn
2022-09-11LibUnicode: Generate emoji data for non-fully-qualified emojiTimothy Flynn
2022-09-11LibJS: Import the libjs-test262-runner from linusg/libjs-test262davidot
2022-09-10LibJS: Allow negative pointers in Valuedavidot
2022-09-09Meta: Download WASM spec tests using CMakeDiego Iastrubni
2022-09-09Meta: Use CMake functions to extract filesDiego Iastrubni