Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | Use internal name in typedef'd struct references | Juan Manuel Tomás | |
2023-02-01 | Add struct references to typedef list | Juan Manuel Tomás | |
2023-02-01 | WIP: Put structs internal to typedefs into the struct list | Juan Manuel Tomás | |
2023-02-01 | Add type resolution for base types | Juan Manuel Tomás | |
This implementation fails because of typedefs to typedefs to composite types. This is because composite types are not being resolved, so typedefs with one or more indirections also can't be resolved. | |||
2023-01-30 | Fix struct names and change enum definition | Juan Manuel Tomás | |
2023-01-30 | Change order of definition and add arrays | Juan Manuel Tomás | |
2023-01-30 | Implement enum generation | Juan Manuel Tomás | |
2023-01-30 | Implement most of the generation | Juan Manuel Tomás | |
2023-01-30 | Initial Commit | Juan Manuel Tomás | |