Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefiles dependencies: normalize windows paths | Marc Chevrier | 2021-03-30 | 1 | -1/+13 |
| | | | | Fixes: #21997 | ||||
* | cmGccDepfileReader: Rework helper code | Kyle Edwards | 2020-10-13 | 1 | -11/+22 |
| | | | | | Fix some of the semantics of the depfile, add error handling, and refactor cmGccDepfileLexerHelper. | ||||
* | Add a parser for GCC-style depfiles | Joerg Bornemann | 2020-01-28 | 1 | -0/+126 |
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. |