Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a parser for GCC-style depfiles | Joerg Bornemann | 2020-01-28 | 1 | -0/+2 |
| | | | | | | | | | | | Introduce the function cmReadGccDepfile that parses a GCC-style depfile and returns its content. The implementation uses a lexer that is modeled after the re2c implementation in Ninja. The sample files of the autotest have been created with gcc 8.3.0. This depfile reader is to be used by the Autogen facility to make use of the depfiles that are generated by Qt's meta object compiler. | ||||
* | CTest: Rename "Processes" lexer to "ResourceGroups" | Brad King | 2019-11-05 | 1 | -2/+2 |
| | | | | | The corresponding test property `PROCESSES` has been renamed to `RESOURCE_GROUPS`. | ||||
* | CTest: Add lexer for PROCESSES property | Kyle Edwards | 2019-10-02 | 1 | -0/+2 |
| | |||||
* | LexerParser: move to custom directory | Daniel Pfeifer | 2017-04-28 | 1 | -0/+17 |