diff options
| author | Simone Gasparini <simone.gasparini@gmail.com> | 2021-07-07 23:15:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 14:15:45 -0700 |
| commit | c55570ee6696bea297efa35829a118a05bf59b07 (patch) | |
| tree | 4a335b057aef626b17b0405a81189c55b6171cb6 /versions | |
| parent | 761c81d43335a5d5ccc2ec8ad90bd7e2cbba734e (diff) | |
| download | vcpkg-c55570ee6696bea297efa35829a118a05bf59b07.tar.gz vcpkg-c55570ee6696bea297efa35829a118a05bf59b07.zip | |
[cctag] Add new port (#16719)
* [cctag] add port
* [cctag] using version-semver
* [cctag] fix for multithreaded compilation
* [cctag] update ci.baseline
* [cctag] fix format json
* [cctag] fix version with semver
* [cctag] update version sha
* [cctag] v1.0.0-rc2
* [cctag] v1.0.0-rc3 with vcpkg_copy_tools(), much simpler
* [cctag] update port file
* [cctag] v1.0.0-rc4
* [cctag] update version file
* [cctag] v1.0.0
* [cctag] update version file v1.0.0
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/cctag.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 2d03033f9..642c0f5c4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1160,6 +1160,10 @@ "baseline": "2.5", "port-version": 7 }, + "cctag": { + "baseline": "1.0.0", + "port-version": 0 + }, "cctz": { "baseline": "2.3-2", "port-version": 0 diff --git a/versions/c-/cctag.json b/versions/c-/cctag.json new file mode 100644 index 000000000..fafc644be --- /dev/null +++ b/versions/c-/cctag.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "8abc2227c7e5fc5232f928d407d5dac772afb48b", + "version-semver": "1.0.0", + "port-version": 0 + } + ] +} |
