Skip to content

[POC] cmake: Rework compile/link flags summary -- an alternative implemenation#218

Closed
hebasto wants to merge 2 commits into
cmake-stagingfrom
240531-cmake-summary
Closed

[POC] cmake: Rework compile/link flags summary -- an alternative implemenation#218
hebasto wants to merge 2 commits into
cmake-stagingfrom
240531-cmake-summary

Conversation

@hebasto
Copy link
Copy Markdown
Owner

@hebasto hebasto commented May 31, 2024

This PR is an alternative implementation of #93 and an attempt to address concerns regarding the summary accuracy and code maintainability.

The proposed approach guarantees 100% summary accuracy, including all known and future CMake abstractions.

However, the code still relies on CMake generators implementation details. This branch currently has implementations for the following generators:

  • "Unix Makefiles"
  • "Ninja"
  • "Ninja Multi-Config"

The idea of such an approach was discussed during the call on 2024-05-30.

@hebasto hebasto force-pushed the 240531-cmake-summary branch from b645a49 to 0ca886f Compare June 5, 2024 14:43
@hebasto
Copy link
Copy Markdown
Owner Author

hebasto commented Jun 5, 2024

Rebased.

@hebasto hebasto added the enhancement New feature or request label Jun 5, 2024
@hebasto
Copy link
Copy Markdown
Owner Author

hebasto commented Jun 8, 2024

@hebasto hebasto closed this Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant