Use ECMGenerateExportHeader to manage deprecated API better
ClosedPublic

Authored by kossebau on Oct 13 2019, 3:06 PM.

Details

Summary

Allows

  • projects linking to KItemViews to hide deprecated API up to a given version or silence deprecation warnings after a given version, using
    • -DKITEMVIEWS_DISABLE_DEPRECATED_BEFORE_AND_AT
    • -DKITEMVIEWS_NO_DEPRECATED
    • -DKITEMVIEWS_DEPRECATED_WARNINGS_SINCE
    • -DKITEMVIEWS_NO_DEPRECATED_WARNINGS

      or
    • -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT
    • -DKF_NO_DEPRECATED
    • -DKF_DEPRECATED_WARNINGS_SINCE
    • -DKF_NO_DEPRECATED_WARNINGS
  • to build KItemViews 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, 4.2.0, 4.4.0,
5.0.0, 5.50.0, CURRENT.

Diff Detail

Repository
R276 KItemViews
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Oct 13 2019, 3:06 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptOct 13 2019, 3:06 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
kossebau requested review of this revision.Oct 13 2019, 3:06 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 17 2019, 10:18 PM
This revision was automatically updated to reflect the committed changes.