aboutsummaryrefslogtreecommitdiff
path: root/ports/glad
AgeCommit message (Collapse)Author
2021-05-18[glad] fix features (#17966)Alexander Neumann
* [glad] fix features * version stuff
2021-04-07[glad] Add features to support different configurations. (#16742)Carsten Rudolph
* 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>
2020-04-30[glad] Pass path to python explicitly to work on default Ubuntu 18.04 ↵Billy Robert O'Neal III
wherein 'python' is python2.
2020-04-06[angle] Improve port (#9965)Alexander Neumann
* update opengl and install all headers * improve angle * update egl-registry * fix osx regression * update baseline. * fix uwp regressions * fix osx and linux regression * add encoding patch * bump glad control * rechdeck gl visibility from native build * removed unnecessary commented code * add GL_VISIBILITY to the exported targets Co-authored-by: dan-shaw <51385773+dan-shaw@users.noreply.github.com>
2020-01-15[glad] Update to 0.1.33 (#9627)Stanislav Ershov
* [glad] Update to 0.1.33 * [glad] clean portfile, add homepage
2019-08-24[many ports] Updates 2019.07.09 (#7217)Robert Schumacher
* [many ports] Upgrades 2019.07.11 * Re-generate patches and fix build errors. * [manyport]Fix build errors. * Fix avro-c and console-bridge failures, revert curl and tesseract * fix botan failure * Fix build errors and undo some ports upgrades. * [aws-c-common,chipmunk,cxxopts,grpc]Fix build errors * Fix build errors. * [angle]Undo upgrade changes. * [directxtk]Fix UWP build error (#7233) * Revert leptonica since it cause tesseract failed * Revert jsonnet * [google-cloud-cpp] Disable parallel configure due to source directory writes * [many ports] Undo undesired changes * [bitsery] Fix indentation * [avro-c][aws-c-common][graphite2] Convert line endings to minimize PR diff * fix console-bridge and remove usockets unused patch * update ogre patch * [many ports] Revert unneeded changes w.r.t. master. Add missing write to console-bridge. * [console-bridge] Fix export macro * [avro-c] Revert upgrade; split to #7875 * [avro-c] Complete previous revert
2019-06-08[glad] update to 0.1.30 (#6819)Mark Ian Holland
2019-02-07[glad] update to v0.1.29 (#5296)kiwixz
2018-11-20[glad] Use registry ports instead of vendored copiesRobert Schumacher
2018-11-13[glad] fix python2 dependancyPhil Christensen
2018-11-12[glad] inital commitMark Ian Holland