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

118 boost integration #155

Merged
merged 43 commits into from
Oct 5, 2023

Conversation

anarthal
Copy link
Collaborator

@anarthal anarthal commented Oct 5, 2023

This addresses what's missing to make this library Boost compliant:

  • Documentation is now built using b2 target boostrelease, via Doxygen, and copied to the standard doc/html location.
  • Added documentation redirection file.
  • Updated documentation to match Boost conventions.
  • Updated CMakeLists.txt to comply with what's recommended by boostdep --cmake redis.
  • CMake now doesn't fail if OpenSSL is not found when running from the superproject.
  • Added test/cmake_test.
  • Updated the CMake CI to test the CMake workflows recommended by Boost.CI, as well as some other workflows I've found relevant in other libraries.
  • Added test/Jamfile.
  • Added CI jobs to test B2 builds.
  • CI workflows now test with the master and develop branches of Boost, instead of with pre-built Boost distributions.
  • Added meta/libraries.json.
  • Fixed some documentation issues.
  • Fixed a Windows link error due to Boost.Test.
  • Renamed examples and tests folders to example and test to match the Boost requirements.

close #118

@mzimbres
Copy link
Collaborator

mzimbres commented Oct 5, 2023

Awesome. It would have taken weeks for me to do this job.

@mzimbres mzimbres merged commit 11c9c1b into boostorg:develop Oct 5, 2023
16 checks passed
@anarthal anarthal deleted the feature/118-boost-integration branch October 10, 2023 20:34
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.

Integrate Boost.Redis in the Boost build system
2 participants