aboutsummaryrefslogtreecommitdiff
path: root/ports/glew/CONTROL
AgeCommit message (Collapse)Author
2021-07-07[glew] Improve messages for system opengl dependency (#18672)Phoebe
* [glew] Fix the dependency * Update baseline version * Adress the review suggestions * Update the baseline revision
2021-02-10[glfw3/glew] Fix pkgconfig (#16166)Jack·Boos·Yu
* [glfw3/glew] Fix pkgconfig * update version record
2020-10-13[glew] Add dependency (#13993)Phoebe
* [glew] Add dependency * Update ports/glew/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-07-30Mingw port fixes (#12103)Todor Prokopov
* [openal-soft] MinGW build fixes * [glew] MinGW build fixes * [protobuf] MinGW build fixes * [protobuf] Update to 3.12.3 * [protobuf] Preserve existing cross-compilation behavior (e.g. android) Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-02-11[many ports] Support building with MinGW toolchain (#8940)Todor Prokopov
* Some package fixes necessary to build with MinGW toolchain * [libraqm] Fix build error caused by trying to write to source directory * [tmxparser] Fix build failure when tmx port is intalled before tmxparser port System include path was added first on compiler command line. This leads to build failure when there is a tmx.h header file in system include path. * [qt5-base][angle] Trigger CI rebuild * [kd-soap] Fix build error * Update ci.baseline Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2019-09-06[VTK/GLEW] Fix Regression of VTK with newer CMake Versions (#7967)Alexander Neumann
* Add glew variables lost by cmakes new FindGLEW to wrapper The variables are required by ports like VTK * fix file location. * completly refactor wrapper. Static case was not handled correctly * add singular variables for pangolin
2019-07-31Add PREFER_NINJA to many ports (#7468)Phoebe
* Add PREFER_NINJA to many ports
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-12[glew] Disable the link option /nodefaultlib and /noentry (#6853)Cheney Wang
* [glew] Disable the link option /nodefaultlib and /noentry * [glew] Combine with vcpkg_extract_source_archive_ex
2019-04-05[glew][octomap][roaring] fix parallel config (#5958)Phil Christensen
* [glew][octomap][roaring] fix parallel config fix CMake Error: Could not open file for write in copy operation * [anax] fix parallel config
2019-03-30[glew] Do not build utilities (#5859)Sean Warren
* [glew] Do not build utilities
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-13update glew to 2.1.0jasjuang
2017-06-21[glew] Move source dir to avoid conflicts with previous source version. ↵Robert Schumacher
Rename static -> dynamic.
2017-01-13[glew] Avoid renaming DLLs, because LIBs reference them by name. Prefer ↵Robert Schumacher
using vcpkg_copy_pdbs().
2016-10-20Updated Glew to version 2.0.0sol-prog
2016-09-18Initial commitAlexander Karatarakis