diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-10 23:18:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 14:18:06 -0700 |
| commit | cda50b3ecc8f0b1dcfcffe46c394deaab115aa6c (patch) | |
| tree | 9ee94552342b47522ce54fa65a0e1df2643eaacf /versions | |
| parent | e33819fe06879a833ca02236432034136525ebe5 (diff) | |
| download | vcpkg-cda50b3ecc8f0b1dcfcffe46c394deaab115aa6c.tar.gz vcpkg-cda50b3ecc8f0b1dcfcffe46c394deaab115aa6c.zip | |
[David-Haim/concurrencpp] Add new port (#19997)
* [David-Haim/concurrencpp] Add new package
* Format vcpkg.json
* Add baseline
* Fix version
* Update CI baseline
* Revert "Update CI baseline"
This reverts commit 8e3ed430f239e50a94a4afaaaee47e0f15998b06.
* Add patch to make linkage configurable
* Update git-tree hash
* Add patch to set -fcoroutines flag
* Update git-tree hash
* Revert "Update git-tree hash"
This reverts commit b3ccdb2c61f705f7802da880fa0659ece5f1a723.
* Revert "Add patch to set -fcoroutines flag"
This reverts commit a23c736df9d2ca407204ea57bf977932c4704e41.
* Revert "Revert "Update CI baseline""
This reverts commit a50ed32a97fb19311cb13807af70cb5a9aa4b793.
* Add supports attribute to manifest, disallow dynamic linkage on Windows
* Update git-tree hash
* Apply suggestions from code review
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Fix whitespace
* Update git-tree hash
* Add vcpkg-cmake dependencies to vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Adapt for version 0.1.3, address suggestions
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/concurrencpp.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index b7955aa1b..b45104c5f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1396,6 +1396,10 @@ "baseline": "3.6.4", "port-version": 0 }, + "concurrencpp": { + "baseline": "0.1.3", + "port-version": 0 + }, "concurrentqueue": { "baseline": "1.0.3", "port-version": 0 diff --git a/versions/c-/concurrencpp.json b/versions/c-/concurrencpp.json new file mode 100644 index 000000000..269d3c43f --- /dev/null +++ b/versions/c-/concurrencpp.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "a6aa7450d44761622be41ef803ef3b92c6388f23", + "version-string": "0.1.3", + "port-version": 0 + } + ] +} |
