summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIDL
AgeCommit message (Expand)Author
2022-12-14LibIDL: Use `Core::Stream` to read importsTim Schumacher
2022-12-13BindingsGenerator+CMake: Keep track of IDL dependenciesDaniel Bertalan
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibIDL: Fix bug where entire EffectiveOverloadSet was erasedAndreas Kling
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-10LibIDL: Also handle anonymous union types in resolve_typedef()Linus Groh
2022-11-10LibIDL: Fix accidental early return in resolve_typedef()Linus Groh
2022-11-10LibIDL: Use Type::as_foo() shortcuts in resolve_typedef()Linus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-21LibIDL: Resolve typedefs in UnionType members recursivelyLinus Groh
2022-10-09LibIDL: Remove static maps for interfaces and resolved importsAndrew Kaster
2022-10-09LibIDL: Parse extended attributes that have () wrapped expressionsAndrew Kaster
2022-10-06BindingsGenerator+LibIDL: Parse "inherit" attributesSam Atkins
2022-09-21LibIDL+LibWeb: Remove stale references to "wrapper class" conceptLinus Groh
2022-09-17LibIDL: Implement EffectiveOverloadSetSam 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