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

🏗️ Overhauled and modernized the build system #288

Merged
merged 36 commits into from
Sep 23, 2023
Merged

Conversation

marcelwa
Copy link
Collaborator

@marcelwa marcelwa commented Sep 20, 2023

Description

This PR overhauls and modernizes the CMake build system.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@marcelwa marcelwa added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Sep 20, 2023
@marcelwa marcelwa self-assigned this Sep 20, 2023
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (22a6c96) 95.84% compared to head (88a731f) 95.85%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
+ Coverage   95.84%   95.85%   +0.01%     
==========================================
  Files          98       98              
  Lines        9544     9544              
==========================================
+ Hits         9147     9148       +1     
+ Misses        397      396       -1     
Files Changed Coverage Δ
...tion/algorithms/path_finding/jump_point_search.hpp 99.22% <ø> (ø)
.../algorithms/physical_design/apply_gate_library.hpp 100.00% <ø> (ø)
.../algorithms/physical_design/one_pass_synthesis.hpp 88.54% <ø> (+0.34%) ⬆️
include/fiction/io/read_sidb_surface_defects.hpp 100.00% <ø> (ø)
include/fiction/layouts/cartesian_layout.hpp 98.33% <ø> (ø)
include/fiction/layouts/coordinates.hpp 99.56% <ø> (ø)
include/fiction/layouts/hexagonal_layout.hpp 98.53% <ø> (ø)
...clude/fiction/algorithms/physical_design/exact.hpp 89.37% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@marcelwa marcelwa merged commit af5c150 into main Sep 23, 2023
57 checks passed
@marcelwa marcelwa deleted the ci-build-update branch September 23, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant