diff options
| author | Carsten Rudolph <18394207+Aschratt@users.noreply.github.com> | 2021-04-07 22:33:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:33:59 -0700 |
| commit | 827bfad29a3d2c9bdee0d5af4efa96741bfa32b1 (patch) | |
| tree | 1d3b1a4a0ac80d606d9df14b7d8903ecccc61c4b /versions | |
| parent | 5f77fef68d9f2f5ddc921432914dcbf92b31e989 (diff) | |
| download | vcpkg-827bfad29a3d2c9bdee0d5af4efa96741bfa32b1.tar.gz vcpkg-827bfad29a3d2c9bdee0d5af4efa96741bfa32b1.zip | |
[glad] Add features to support different configurations. (#16742)
* Replace control file with manifest.
* Update portfile and add features.
* Added support for multiple specs.
* Added OpenGL API features.
* Fixed gles1/glsc2 format.
* Fixed invalid invoke with default arguments.
* Apply format.
* Always use compatibility profile.
* Replace deprecated cmake commands.
* Use `vcpkg_check_features` for no-loader and extensions features.
* Add patch to ignore python detection.
* Update glad port version.
* Remove `core-profile` feature from manifest.
* Bump glad port version.
* Only set profile, if not provided.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Added note about custom triplet.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Use string-append to build spec list.
* Invert loader feature and use it by default.
* Reset port version.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Use `version` instead of `version-string`.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Made API version features inter-dependent.
* Also added dependencies if major version jumps.
Note that only the latest verison gets passed to the generator anyway.
* Apply format conventions.
* Bump glad version.
* Add note about wgl and glx compatibility.
* Bump glad version.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/glad.json | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index d792dd4a4..754031830 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2229,7 +2229,7 @@ "port-version": 0 }, "glad": { - "baseline": "0.1.33-1", + "baseline": "0.1.34", "port-version": 0 }, "glbinding": { diff --git a/versions/g-/glad.json b/versions/g-/glad.json index d1411e042..8f9bf92c0 100644 --- a/versions/g-/glad.json +++ b/versions/g-/glad.json @@ -1,6 +1,16 @@ { "versions": [ { + "git-tree": "bea697f07b65eddfb003dc98637caaaa66a773fa", + "version": "0.1.34", + "port-version": 0 + }, + { + "git-tree": "d222f56675de6eedfc3a25e5a4b93fee39747f49", + "version-string": "0.1.34", + "port-version": 2 + }, + { "git-tree": "abaac8ade7697e7f6ae4a82c981aafa2cc6a5359", "version-string": "0.1.33-1", "port-version": 0 |
