Use ECMGenerateExportHeader to manage deprecated API better

Authored by kossebau on Oct 15 2019, 1:01 AM.

Description

Use ECMGenerateExportHeader to manage deprecated API better

Summary:
Allows

  • projects linking to ThreadWeaver to hide deprecated API up to a given version or silence deprecation warnings after a given version, using
    • -DTHREADWEAVER_DISABLE_DEPRECATED_BEFORE_AND_AT
    • -DTHREADWEAVER_NO_DEPRECATED
    • -DTHREADWEAVER_DEPRECATED_WARNINGS_SINCE
    • -DTHREADWEAVER_NO_DEPRECATED_WARNINGS

      or
    • -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT
    • -DKF_NO_DEPRECATED
    • -DKF_DEPRECATED_WARNINGS_SINCE
    • -DKF_NO_DEPRECATED_WARNINGS
  • to build ThreadWeaver optionally with deprecated API excluded from the build, using "EXCLUDE_DEPRECATED_BEFORE_AND_AT" cmake argument.

Test Plan:
Builds with EXCLUDE_DEPRECATED_BEFORE_AND_AT set to 0, 5.0.0,
CURRENT.

Reviewers: Frameworks, mirko, mlaurent

Reviewed By: mlaurent

Subscribers: kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D24651

Details

Committed
kossebauOct 16 2019, 8:22 PM
Reviewer
mlaurent
Differential Revision
D24651: Use ECMGenerateExportHeader to manage deprecated API better
Parents
R279:299dce24185a: GIT_SILENT Upgrade KF5 version to 5.64.0.
Branches
Unknown
Tags
Unknown