Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-parser: make entity names coherent | Minijackson | 2020-02-23 |
| | |||
* | Big clang refactoring | Minijackson | 2020-02-23 |
| | | | | | | | | - Manipulating the entity tree should be much nicer: - "Typesafe type erasure" - Entry API for the tree - *NOT clang specific*: There is now a single entity at the top of the tree: the global namespace scope for the case of C/C++ | ||
* | generator-config: allow unspecified pandoc-filters conf | Minijackson | 2020-01-26 |
| | |||
* | generator: document enum constants inline | Minijackson | 2020-01-19 |
| | |||
* | Fix TOC links for inline documentation | Minijackson | 2019-12-22 |
| | |||
* | newtype in types, more generator config, parsing -> parser | Minijackson | 2019-12-21 |
| | |||
* | Big refactoring | Minijackson | 2019-12-18 |
- entities should be more coherent when parsing multiple files - well defined, language agnostic entity tree - each module has its own configuration - less dead code |