-
Notifications
You must be signed in to change notification settings - Fork 284
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
meson backports for 0.28.x #2815
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
meson: basic cmake conf is questionable. It's incomplete and errors on missing cmake. |
Codecov Report
@@ Coverage Diff @@
## 0.28.x #2815 +/- ##
==========================================
+ Coverage 63.92% 63.98% +0.05%
==========================================
Files 103 103
Lines 22306 22338 +32
Branches 10796 10821 +25
==========================================
+ Hits 14259 14292 +33
+ Misses 5827 5824 -3
- Partials 2220 2222 +2
|
Do you want to include this in v0.28.1? |
yeah |
If you rebase it then hopefully the tests will all pass. |
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 8361b92)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 8588024)
MSVCRT requires wide string APIs, which were removed. Instead of dealing with this, just error out on it. MSVCRT is deprecated anyway. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit e61e3d5)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit cfe041e)
Moved files in normal headers for simplicity. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit db25f13)
Makes the main one smaller. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit ec561bb)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit fcc45a3)
(cherry picked from commit 3a1baf0)
Also make video support properly optional. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 6621332)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit dde0b4a)
CMake can't install properly for some reason. Nuke. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit d7e064c)
apt is having some reliability issues. Cache the packages to speed up workflow and fix this. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 796a102)
The update to 3.11 seems to have fixed meson crashing. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 9e42c6a)
Reduces verbosity when installing packages. Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 0831c81)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit e1c94a1)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit bec05da)
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 11 to 12. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](mymindstorm/setup-emsdk@v11...v12) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 6e3dfe5)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 4f548c6)
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 0de650d)
kevinbackhouse
approved these changes
Nov 4, 2023
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.
No description provided.