object-introspection/oi/type_graph
Alastair Robertson 9f9d1eb568 TypeGraph: Better handling for anonymous types
- Assign names to anonymous types
- Deduplicate all enums (anonymous or not)
- Add tests
2023-07-12 17:44:38 +01:00
..
AddChildren.cpp AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
AddChildren.h AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
AddPadding.cpp TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
AddPadding.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
AlignmentCalc.cpp TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
AlignmentCalc.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
CMakeLists.txt TypeGraph: Make Primitive types singletons 2023-07-05 16:06:57 +01:00
DrgnParser.cpp TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
DrgnParser.h TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
Flattener.cpp TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
Flattener.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
NameGen.cpp TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
NameGen.h TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
NodeTracker.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
PassManager.cpp Printer: Improvements for displaying large type graphs 2023-06-23 15:55:42 +01:00
PassManager.h TypeGraph: Add core code 2023-05-30 13:27:23 +01:00
Printer.cpp Flattener: Pull up children of children 2023-07-10 16:40:29 +01:00
Printer.h Flattener: Attempt to take params from parent allocator in case of bad DWARF 2023-06-27 14:06:02 +01:00
RemoveIgnored.cpp RemoveIgnored: Set names for removed members to AddPadding::MemberPrefix 2023-07-12 14:40:10 +01:00
RemoveIgnored.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
RemoveTopLevelPointer.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
RemoveTopLevelPointer.h TypeGraph: Add core code 2023-05-30 13:27:23 +01:00
TopoSorter.cpp TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
TopoSorter.h TypeGraph: Rename visit(Type) functions to accept(Type) 2023-07-07 15:45:29 +01:00
TypeGraph.cpp TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
TypeGraph.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
TypeIdentifier.cpp TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
TypeIdentifier.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00
Types.cpp AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
Types.h TypeGraph: Better handling for anonymous types 2023-07-12 17:44:38 +01:00
Visitor.h TypeGraph: Introduce NodeTracker for efficient cycle detection 2023-07-12 14:39:56 +01:00