Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-31 | add full license text | Allen Winter | |
REVIEW: 128780 | |||
2015-02-06 | Add missing documentation. | Alex Merry | |
Three modules (ECMCoverageOption, ECMEnableSanitizers and ECMGeneratePkgConfigFile) were not being documented. This commit fixes that situation. | |||
2015-02-06 | Document when modules were added to ECM. | Alex Merry | |
2015-02-01 | Minor documentation syntax fixes. | Alex Merry | |
2014-09-11 | Make code coverage possible in any KDE project | Aleix Pol | |
Introduces a BUILD_COVERAGE option from a ECMCoverageOption file so that projects can easily enable code coverage in their applications. Furthermore, KDECompilerSettings does include that by default, so all proper KDE projects have the option by default. REVIEW: 120118 |