A framework for building native applications using React
COMMITS
/ scripts/cxx-api/parser/builders.py March 26, 2026
J
Fix pointer-to-member-function param with ref-qualifier (#56219)
Jakub Piasecki committed
J
Deduplicate base classes from Doxygen `using` declaration (#56218)
Jakub Piasecki committed
J
Fix function pointer param args being qualified to outer class (#56217)
Jakub Piasecki committed
J
Fix array brackets appearing in the wrong place in the snapshot (#56214)
Jakub Piasecki committed
March 18, 2026
D
Add ParsedSectionKind dataclass not to rely on strings directly (#56088)
Dawid Małecki committed
D
Extract class specializations from name (#56075)
Dawid Małecki committed
D
Fix handling of member function pointers in the API snapshot (#56069)
Dawid Małecki committed
D
Handle template variables in the API snapshot (#56068)
Dawid Małecki committed
March 12, 2026
J
Move input_filters inside the parser package (#56054)
Jakub Piasecki committed
March 11, 2026
J
Add reverse mapping for default values in base class specialization (#56032)
Jakub Piasecki committed
J
Inline private type aliases in the API snapshot (#56030)
Jakub Piasecki committed
March 10, 2026
J
Use the derived class name in inherited constructors in the API snapshot (#56031)
Jakub Piasecki committed
D
Fix issue with parsing lightweight objective-c generics (#55979)
Dawid Małecki committed
March 5, 2026
D
Normalize template specialization angle bracket spacing (#55910)
Dawid Małecki committed
D
Filter category members from interface scope (#55899)
Dawid Małecki committed
D
Normalize pointer and reference spacing in parser output (#55901)
Dawid Małecki committed
D
Fix parsing of Objective-C block properties (#55776)
Dawid Małecki committed
D
Fix parsing of Objective-C interface generic inheritance (#55775)
Dawid Małecki committed
J
Restore a single method for text parsing (#55909)
Jakub Piasecki committed
March 4, 2026
D
Add support for categories (#55773)
Dawid Małecki committed
D
Parser refactor (#55772)
Dawid Małecki committed