From f8c505d4b30aa636b013486913591060b2040716 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 21 Jan 2020 10:26:42 +0100 Subject: Add a parser for GCC-style depfiles 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. --- Copyright.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Copyright.txt') diff --git a/Copyright.txt b/Copyright.txt index 19f3deb6cc..b867d01785 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -99,6 +99,7 @@ The following individuals and institutions are among the Contributors: * Sebastian Holtermann * Stephen Kelly * Sylvain Joubert +* The Qt Company Ltd. * Thomas Sondergaard * Tobias Hunger * Todd Gamblin -- cgit v1.2.1