Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-07 | Order macro for attribute for symbol export before that for deprecated | Friedrich W. H. Kossebau | |
The symbol export/visibility attribute is not standardized so far and needs to be set by language extension attribute declaration at least with clang & MSVC, who both support that when it appears before the standard attribute declaration. NO_CHANGELOG | |||
2021-04-24 | ECMGenerateExportHeader: add macros for enumerator deprecation warning | Friedrich W. H. Kossebau | |
2019-10-10 | Add ECMGenerateExportHeader, for improved handling of deprecated API | Friedrich W. H. Kossebau | |
Summary: Generates additional macros in the export header which can be used for fine-grained disabling of warnings & visibility as well as excluding from the build. Reviewers: #frameworks, #build_system Subscribers: chehrlic, dfaure, cgiboudeaux, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D23789 |