Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Add fizzy::fizzy-internal INTERFACE library #550

Merged
merged 2 commits into from
Sep 30, 2020
Merged

Conversation

chfast
Copy link
Collaborator

@chfast chfast commented Sep 23, 2020

The fizzy::fizzy-internal links fizzy::fizzy library with access to internal headers. Do not include the directory with internal headers directly in test tools.

The tendency should be to migrate from using fizzy::fizzy-internal to fizzy::fizzy as we get more public API. Ideally, in the end only fizzy-unittests should be using fizzy::fizzy-internal.

Dependencies are getting messy.
fizzy

@chfast chfast requested review from gumb0 and axic September 23, 2020 20:55
@codecov
Copy link

codecov bot commented Sep 23, 2020

Codecov Report

Merging #550 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #550   +/-   ##
=======================================
  Coverage   98.64%   98.64%           
=======================================
  Files          61       61           
  Lines        8959     8959           
=======================================
  Hits         8838     8838           
  Misses        121      121           

@chfast chfast force-pushed the public_capi branch 2 times, most recently from 266a792 to 98a135c Compare September 25, 2020 12:15
@chfast chfast force-pushed the cmake_fizzy_internal branch from f4e8fe1 to b007b09 Compare September 25, 2020 12:15
Base automatically changed from public_capi to master September 30, 2020 13:30
@chfast chfast force-pushed the cmake_fizzy_internal branch from b007b09 to b41b00b Compare September 30, 2020 14:21
The fizzy::fizzy-internal links fizzy::fizzy library with access to
internal headers.
@chfast chfast force-pushed the cmake_fizzy_internal branch from b41b00b to 1b7ca6f Compare September 30, 2020 14:21
Instead of including the directory with internal headers directly.
@chfast chfast force-pushed the cmake_fizzy_internal branch from 1b7ca6f to 2ec9d1a Compare September 30, 2020 14:33
@axic axic merged commit a3d547e into master Sep 30, 2020
@axic axic deleted the cmake_fizzy_internal branch September 30, 2020 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants