-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[Fix uwp toolchain|world rebuild] make ninja work for uwp #22831
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
Merged
Merged
Changes from all commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
07f768b
uwp magic with ninja
Neumann-A 10fddd0
fine tuning
Neumann-A 12c87a6
more fine tuning
Neumann-A 20e35ae
more fixes
Neumann-A e7de7d7
more fixes
Neumann-A 13b6145
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A 396ce94
adjust uwp build in boost
Neumann-A 449726e
fix blas
db86cd3
version stuff
fe05c1f
more version stuff
3991cb7
fix some regressions
a9ae1ef
format stuff
f2fb380
cleanup baseline
Neumann-A 5135de2
fix physx
Neumann-A 1665365
fine tuning
26a2500
add /DNDEBUG
f63f516
setup versioning stuff
7619df2
version stuff
c79dea1
version stuff
11f4170
Merge branch 'fix_ninja_uwp' of https://github.com/Neumann-A/vcpkg in…
Neumann-A ef54a0b
fix physfs
Neumann-A 3aef0da
bump physx
Neumann-A b73af0c
fix orc
Neumann-A 813b310
fix ffmpeg ?
Neumann-A bbd9f17
loadlibrary is not available in uwp
Neumann-A 14e61ae
fix issues
Neumann-A 5231853
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A 6c599ae
fix version stuff
Neumann-A 89e140c
version stuff
Neumann-A e60be2f
CI retrigger
68791e9
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A 0915931
version stuff
Neumann-A c7f3266
Merge branch 'fix_ninja_uwp' of https://github.com/Neumann-A/vcpkg in…
Neumann-A 81edf22
Merge branch 'master' into fix_ninja_uwp
Neumann-A 1fb644a
version stuff
c47b8b3
Use vcpkg_cmake_configure
Thomas1664 7aa40af
[orc] use vcpkg_cmake_config
Thomas1664 688eae5
[physx] Fix version
Thomas1664 c01600a
[orc] update port-version
Thomas1664 7b6fa6c
version
Thomas1664 0818c99
Merge branch 'patch-2' into physx-cmake
Thomas1664 2527586
Physx cmake (#8)
Thomas1664 63f3335
update version db
Neumann-A 7653f89
fix port version
Neumann-A 276ad89
version db stuff
Neumann-A 347d9f4
Fixes
Thomas1664 f28f767
version
Thomas1664 6e020dd
Merge branch 'fix_ninja_uwp' into physx-cmake
Thomas1664 ae26d88
fix orc
Neumann-A 2564740
version db
Neumann-A 60bbdea
Preparing for merge with upstream
Neumann-A 500de7b
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
68212d8
version stuff
491e75f
Update scripts/cmake/vcpkg_build_make.cmake
Neumann-A 0b71377
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A 509bb44
fix foreach vs if
cfc5c8b
add -ZW:nostdlib to output flags of cmake_get_vars in vcpkg-cmake
363e633
version stuff
63d2a0d
Fix if again
777973d
version stuff
61427e0
forgot to save
59c68b3
only add ZW to CXX flags
Neumann-A a1fd40c
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A f193009
bump version due to merge
Neumann-A cef8bb3
version stuff
Neumann-A cba12df
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A f21e944
update version
Neumann-A 261ed4c
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
a334bc6
version stuff
221a787
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A fc27223
version stuff
Neumann-A 51461b7
Merge remote-tracking branch 'upstream/master' into fix_ninja_uwp
Neumann-A 59cbf87
reset stuff
Neumann-A b0633b0
version stuff
Neumann-A File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,13 @@ | ||
| { | ||
| "name": "libcerf", | ||
| "version-string": "1.13", | ||
| "port-version": 2, | ||
| "version": "1.13", | ||
| "port-version": 3, | ||
| "description": "A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.", | ||
| "homepage": "https://jugit.fz-juelich.de/mlz/libcerf" | ||
| "homepage": "https://jugit.fz-juelich.de/mlz/libcerf", | ||
| "dependencies": [ | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| } | ||
| ] | ||
| } |
This file contains hidden or 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 file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,13 @@ | ||
| { | ||
| "name": "liblbfgs", | ||
| "version-string": "1.10", | ||
| "port-version": 1, | ||
| "version": "1.10", | ||
| "port-version": 2, | ||
| "description": "libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)", | ||
| "homepage": "http://www.chokkan.org/software/liblbfgs/" | ||
| "homepage": "http://www.chokkan.org/software/liblbfgs/", | ||
| "dependencies": [ | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| } | ||
| ] | ||
| } |
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "version-date": "2022-04-12", | ||
| "version-date": "2022-04-21", | ||
| "license": "MIT" | ||
| } |
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.