From: Andrei Pavel Date: Wed, 30 Dec 2020 11:25:29 +0000 (+0200) Subject: [#1602] solve CI issues X-Git-Tag: Kea-1.9.4~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b890fd33c8991cda033116089214f6febc11e8;p=thirdparty%2Fkea.git [#1602] solve CI issues --- diff --git a/ChangeLog b/ChangeLog index e8f215808f..7d8f2f92cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,19 @@ 1850. [build] andrei Add two scripts to help with code aesthetics, insight on how Kea is built or minor build optimizations: - * ./tools/check-for-duplicate-includes.sh: warns you if there - is a source file that includes the same header twice. While this - wouldn't normally result in any errors, in a significant amount - due to header guards, it is an unusual practice. If you feel that - a header should be included twice in a file, add the file under - "# Exceptions:" in the script. - * ./tools/print-generated-files.sh: prints all the files that - are generated which may or may not be part of the repository. - These consist of messages, parser files and built sources (as - called in Makefile.am files). While messages and parser files are - included with the source files, the built sources are only - created when building or some of them included in the Kea - installation. + * ./tools/check-for-duplicate-includes.sh: warns you if + there is a source file that includes the same header twice. + While this wouldn't normally result in any errors, in a + significant amount due to header guards, it is an unusual + practice. If you feel that a header should be included twice in a + file, add the file under "# Exceptions:" in the script. + * ./tools/print-generated-files.sh: prints all the files + that are generated which may or may not be part of the + repository. These consist of messages, parser files and built + sources (as called in Makefile.am files). While messages and + parser files are included with the source files, the built + sources are only created when building or some of them included + in the Kea installation. (Gitlab #1602) 1849. [doc] tomek