A framework for building native applications using React
COMMITS
/ scripts/cxx-api/parser/main.py March 31, 2026
D
Add `exclude_symbols` to the cxx-api parser config (#56240)
Dawid Małecki committed
March 18, 2026
D
Refactor doxygen xml parser (#56084)
Dawid Małecki committed
D
Extract member specializations from name (#56076)
Dawid Małecki committed
March 11, 2026
J
Don't include private compound objects in the snapshot (#56028)
Jakub Piasecki committed
March 4, 2026
D
Add support for categories (#55773)
Dawid Małecki committed
D
Parser refactor (#55772)
Dawid Małecki committed
March 3, 2026
D
Add support for parsing interfaces (#55770)
Dawid Małecki committed
D
Add support for parsing protocols (#55766)
Dawid Małecki committed
J
Unmangle templates in doxygen output (#55848)
Jakub Piasecki committed
J
Don't requalify already globally qualified identifiers (#55847)
Jakub Piasecki committed
J
Fix double constexpr in constructors (#55846)
Jakub Piasecki committed
J
Ignore anonymous variables in the snapshot (#55845)
Jakub Piasecki committed
J
Ignore anonymous namespaces in the snapshot (#55844)
Jakub Piasecki committed
J
Explicitly handle friend clasess (#55843)
Jakub Piasecki committed
February 27, 2026
J
Handle constexpr functions (#55801)
Jakub Piasecki committed
February 25, 2026
J
Unify doxygen text parsing (#55696)
Jakub Piasecki committed
J
Handle brace initializers (#55650)
Jakub Piasecki committed
J
Fix handling of unnamed template arguments (#55646)
Jakub Piasecki committed
J
Fix indexed access in function arguments (#55645)
Jakub Piasecki committed
J
Fix trailing return type in virtual functions (#55644)
Jakub Piasecki committed
J
Qualify type arguments based on scope context (#55697)
Jakub Piasecki committed
J
Handle concepts in the C++ API snapshot (#55695)
Jakub Piasecki committed
J
Handle templates in the C++ API snapshot (#55693)
Jakub Piasecki committed
J
Handle type aliases in C++ API snapshot (#55694)
Jakub Piasecki committed
J
Handle functions in C++ API snapshot (#55692)
Jakub Piasecki committed
J
Handle enums in C++ API snapshot (#55691)
Jakub Piasecki committed
J
Add basic test cases and parser implementation (#55641)
Jakub Piasecki committed