-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[GTL] Add new port #23400
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
[GTL] Add new port #23400
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1e35bd2
[parallel-hashmap] update version to 1.34
greg7mdp 3ff9dae
run `vcpkg x-add-version --all` and change `version-string` to `version`
greg7mdp 7e9bb09
make suggested changes
greg7mdp db7b4b3
add changes suggested by @JonLui1993
greg7mdp d11feb7
ran `vcpkg x-add-version --all ` as suggested
greg7mdp a8dad8f
update version
JonLiu1993 fd6f30f
update parallel-hashmap.json
JonLiu1993 412bffc
Merge branch 'microsoft:master' into master
greg7mdp aa31a83
initial version
greg7mdp ace3be7
finish adding gtl port
greg7mdp 3c0e612
add suggested changes (quotes around paths)
greg7mdp fddc849
Update gtl.json
greg7mdp 3b3f8da
add quotes to paths as suggested.
greg7mdp bccc76d
Update vcpkg.json
greg7mdp 96781b3
Merge branch 'microsoft:master' into master
greg7mdp 22b9b10
fix error: Error: String `1.00` is not a valid Relaxed version string…
greg7mdp a8fa0bc
Revert "add quotes to paths as suggested."
greg7mdp ba81f70
Update gtl.json
greg7mdp 3463fa5
remove old version as suggested by @Thomas1664
greg7mdp 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #header-only library | ||
|
|
||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO greg7mdp/gtl | ||
| REF 1.00 | ||
| SHA512 842a5e2634919a04fdd87995a8ada2f949c51a070a7c175043e0f9105a93248325023f85b28f9406276c2912a0fb4015a2e9ba30113d4a0214492da0dc5e5716 | ||
| HEAD_REF main | ||
| ) | ||
|
|
||
| # Use greg7mdp/gtl's own build process, skipping examples and tests | ||
| vcpkg_cmake_configure( | ||
| SOURCE_PATH "${SOURCE_PATH}" | ||
| ) | ||
| vcpkg_cmake_install() | ||
|
|
||
| # Delete redundant directories | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib" "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/share/doc") | ||
|
|
||
| # Put the licence file where vcpkg expects it | ||
| file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) | ||
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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "gtl", | ||
| "version": "1.0.0", | ||
| "description": "Greg's Template Library of useful classes.", | ||
| "license": "Apache-2.0", | ||
| "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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "versions": [ | ||
| { | ||
| "git-tree": "52665bb6e7f0bbe30ffabc59521a937072ecc9e2", | ||
| "version": "1.0.0", | ||
| "port-version": 0 | ||
| } | ||
| ] | ||
| } |
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.