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

General: Adopt pitchfork project structure #394

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Conversation

stotko
Copy link
Owner

@stotko stotko commented Aug 9, 2023

There are many C++ project layout conventions, which sometimes only vary in minor aspects. Adopt the pitchfork project structure which has been crafted from a broader consensus. In particular, this includes the following changes:

  • benchmark -> benchmarks
  • test -> tests
  • scripts -> tools including reorganization of files

Some aspects of the pitchfork style may still not be adopted, but this should account for the larger parts.

@stotko stotko added the refactor label Aug 9, 2023
@stotko stotko added this to the 2.0.0 milestone Aug 9, 2023
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (92ad09a) 97.40% compared to head (75438f0) 97.40%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #394   +/-   ##
=======================================
  Coverage   97.40%   97.40%           
=======================================
  Files          31       31           
  Lines        2581     2581           
=======================================
  Hits         2514     2514           
  Misses         67       67           

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

@stotko stotko merged commit ad7827b into master Aug 9, 2023
55 checks passed
@stotko stotko deleted the project_structure branch August 9, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant