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

Config Serialization + fix warnings #5

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

f-michaut
Copy link
Contributor

  • Moved FetchContent declarations to a dependecies/ subdir, to ease customization of each dependecy
  • Added extra compiler warnings
  • Fixed most of the warnings
  • Added cereal lib for serialization, and defined functions to serialize Config objects with cereal
  • Implemented to_file and from_file for Config with cereal

@f-michaut f-michaut added the enhancement New feature or request label Dec 10, 2023
@f-michaut f-michaut self-assigned this Dec 10, 2023
- Moved FetchContent declarations to a dependecies/ subdir, to ease
  customization of each dependecy
- Added extra compiler warnings
- Fixed most of the warnings
- Added cereal lib for serialization, and defined functions to serialize
  Config objects with cereal
- Implemented to_file and from_file for Config with cereal
@f-michaut f-michaut force-pushed the config-serialization branch from 0d1b832 to b0e81af Compare December 10, 2023 23:57
@f-michaut f-michaut merged commit 68edf4c into master Dec 11, 2023
10 checks passed
@f-michaut f-michaut deleted the config-serialization branch December 11, 2023 00:04
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