-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
verify all standalone headers #1105
Closed
ClausKlein
wants to merge
13
commits into
chriskohlhoff:master
from
ClausKlein:feature/use-cmake-init
Closed
verify all standalone headers #1105
ClausKlein
wants to merge
13
commits into
chriskohlhoff:master
from
ClausKlein:feature/use-cmake-init
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
ClausKlein
force-pushed
the
feature/use-cmake-init
branch
from
March 23, 2024 06:27
191d8f7
to
fc13db5
Compare
asio needs Threads library, so this is added to install-config.cmake export ASIO_NO_DEPRECATED definition add cmake user preset too do not convert british to american english add todos from codespell check liberate clang-tidy config file for use with async code too use cmake VERIFY_INTERFACE_HEADER_SETS install pkg config file too suppress compiler Warnings with llvm-17 on OSX do not verify nor install experimental headers disalbe some warnings in developer mode
ClausKlein
force-pushed
the
feature/use-cmake-init
branch
2 times, most recently
from
March 26, 2024 10:21
94e37bc
to
3893e8e
Compare
Add requirements.txt for pip Add ignore-workd-list for codespell Add CI cmake based project workflow
ClausKlein
force-pushed
the
feature/use-cmake-init
branch
from
March 26, 2024 12:49
5f7f60d
to
b559809
Compare
Update used tools versions on CI build
ClausKlein
force-pushed
the
feature/use-cmake-init
branch
from
March 26, 2024 18:27
f6bfdc0
to
a863ad5
Compare
Old code base not longer supported. see ClausKlein#4 |
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.
A
CMake
project may be used to verify and install a standaloneasio
interface library.The
CMake export package
is installed to and may be imported from otherCMake
projects.