-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bring modules branch up-to-date #11
Merged
Merged
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
Note that this fixes some compile errors that were showing up in the tests on more recent compiler versions (MSVC & Clang) with 8.1.1.
Update to 9.0.0
This is due to a conflict between msvc's standard library and fmt when using `format_to` using C++20 flags. The issue have been reported: fmtlib/fmt#3224 Recent and older versions of msvc will work as expected.
…ages Multi-package repository (fixes build2-packaging#6)
… to directly control modular build toggle.
…ule, to permit #include usage.
…ng handling of std module (build2 complains if building package with clang on Windows).
…the module fix PRs, but they're yet to make an upstream release.
Add gtest and gmock dependencies via build2 packages. Begun to map the logic from upstream CMake; added static library test-main and some initial tests to a basics subfolder.
…ath failures on CI.
Removed install module from fmt-tests bootstrap.build.
… rather than format_parse_context alias which is not exported by the fmt module.
Revert upstream to master branch.
This reverts commit 10d6a2a.
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.
This just brings the outdated
modules
branch into line with the v11 PR, with the intention to use this branch going forwards for continuing module support updates.