-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Revamped setup #228
Merged
Merged
Revamped setup #228
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 10f3238.
See #160 for more info.
rework cmake configs
…nd installing Crow based on Crow being the top-level project.
Friendlier FetchContent and add_subdirectory support.
… and make a couple of commits to have a full release.
This helps make coverage more consistent, and should make any future problems easier to find
Conflicts: .drone.yml
added ssl testing
…MATE to drone options
…eeds to be run to make sure everything works)
Added analytics via matomo (analytics hosted on my personal site), also added privacy policy page with link in footer Updated code colors to match light theme Added display for Crow's financial supporters on OpenCollective Fixed Sidebar issue on narrow screens Fixed Get crow Icons being misaligned
This was
linked to
issues
Sep 29, 2021
Closed
Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good otherwise. 👍
This fix relies on the new changes added to CrowCpp/cpp-coveralls in 8b427c04a691867bb29a0acfc2d948a690476d79
… give the ability to freely choose them, even after it was installed.
Selecting features after installation
Looks like this PR is now fully ready to be merged. @mrozigor would you like to review it before I merge? @luca-schlecker and I went over it already. |
Yep - I will try to make review tomorrow. |
mrozigor
approved these changes
Oct 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm pretty sure this is the biggest PR ever submitted to Crow, in all aspects.
A Huge Thank You to @luca-schlecker for pretty much making this PR. And making everything I built on top possible. Absolutely none of these features would be here without your hard work and expertise. Your help is invaluable!
Also Thanks to @Leon0402 for helping out with CMake submodule support
Changes
FetchContent
support.Crow::Crow
).FindPackage
support.crow_all.h
in favor of multiple headers andcrow.h
.CROW_ENABLE_SSL
doesn't disable non-SSL code anymore (reverts Disable non SSL code on SSL macro #206).Shortcomings
New cpp-coveralls not tested on drone.ioTest ran, seems like it succeeded.I forgot to add-DCROW_AMALGAMATE=ON
to.travis.yml
Closes #160 #219 #214