aboutsummaryrefslogtreecommitdiff
path: root/ports/corrade
AgeCommit message (Collapse)Author
2021-10-11[corrade] Fix build error on vs2019 (#20655)NancyLi1013
2021-09-02[corrade/magnum/-plugins] Fix build, minor cleanup and minor warning fix in ↵Jonathan Hale
vcpkg CMake scripts (#19435) * [magnum/-plugins] Remove obsolete patches that no longer apply Signed-off-by: Squareys <squareys@googlemail.com> * [corrade] Make feature to flag translation consistent to fix warning Consistent with magnum & magnum-plugins Signed-off-by: Squareys <squareys@googlemail.com> * Fix warning message for dlls without matching pdbs always displayed Signed-off-by: Squareys <squareys@googlemail.com> * Fix the baseline version * Revert the changes in vcpkg_copy_pdbs.cmake Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-04-19[corrade] Fix VS2019 build error (#17356)NancyLi1013
* [corrade] Fix VS2019 build error * Update versions
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2020-07-14[corrade,magnum,*-plugins,*-extras,*-integration] Update to v2020.06 (#12211)Jonathan Hale
* [magnum] Improve maintainability of feature to cmake flag conversion * [magnum] Ignore features not supported on current platform Allows `vcpkg install magnum[*]` on any platform. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Add cglcontext and windowlesscglapplication features * docs: Update valid VCPKG_CMAKE_SYSTEM_NAME values Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Replace deprecated basisu with archive download Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add meshoptimizersceneconverter feature Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Also use vcpkg_check_features Analog to magnum port. Signed-off-by: Squareys <squareys@googlemail.com> * [corrade,magnum,*-plugins,*-extras,*-integration] Update to v2020.06 Signed-off-by: Squareys <squareys@googlemail.com> * [meshoptimizer] Add initial port Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Replace meshoptimizer download with feature dependency Signed-off-by: Squareys <squareys@googlemail.com> * [corrade,magnum-*] Fix license installation command Signed-off-by: Squareys <squareys@googlemail.com> * [meshoptimizer] Use vcpkg_fixup_cmake_targets Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-03-27[magnum/magnum-plugins] Fix patches for --head builds (#10158)Jonathan Hale
* [magnum] Update patches for --head builds Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Remove obsolete patch Since basisu port has been updated, we can now use it without patching the magnum-plugins code for compatibility. Signed-off-by: Squareys <squareys@googlemail.com> * [corrade] Remove obsolete warning and flag Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Rename patches to reflect order of application Signed-off-by: Squareys <squareys@googlemail.com> * [corrade/magnum/magnum-plugins] Update port versions Signed-off-by: Squareys <squareys@googlemail.com>
2019-10-25Update magnum ports to new version (#8742)Jonathan Hale
* [corrade/magnum-*] Remove obsolete patches Signed-off-by: Squareys <squareys@googlemail.com> * [corrade/magnum-*] Update to 2019.10 Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add new features Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-integration] Add new features Signed-off-by: Squareys <squareys@googlemail.com>
2019-08-06Corrade: Drop vs2017 workaround when building HEAD for vs2019 (#7566)tarcila
* Corrade: Make sure to drop vs2017 workaround when building HEAD for vs2019 Otherwise building HEAD is broken. Also add a warning about current Corrade release not supporting vs2019, suggesting to use HEAD instead. * [corrade] this option name is wrong.
2019-07-09[corrade] Workaroud for vs 2017 is still applicable for vs 2019 (#7025)tarcila
Fixes compilation issue due to ambiguous declaration in ArrayView class.
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-10[vcpkg] Add optional 'Homepage' field to CONTROL (#6844)Phil Christensen
* [control file] Add optional 'Homepage' tag This allows a 'Homepage' tag to be added to a port in order to support changes such as PR #2933. It currently does not do anything with it. * [docs] Add Homepage to the control file documentation * move urls from descriptions to homepage field.
2019-02-11[corrade,magnum,-integration,-extras,-plugins] Update Magnum to v2019.01 (#5312)Jonathan Hale
* [corrade] Update to v2019.01 Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Update to v2019.01, remove shapes and glutapplication features These features were deprecated in earlier versions and now removed. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-(extras,plugins,integration)] Update to v2019.01, add imgui feat. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Improve dependencies to corrade Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add faad2audioimporter - faad2 is currently not in vcpkg, hence commented out - The commented out empty line is required to have vcpkg parse the file without issues Signed-off-by: Squareys <squareys@googlemail.com>
2019-02-06[corrade] Add the /permissive- option (#5126)Cheney Wang
2018-10-25[corrade/magnum/-extras/-integration/-plugins] Update to 2018.10 (#4556)Jonathan Hale
Signed-off-by: Squareys <squareys@googlemail.com>
2018-07-04Corrade and Magnum on Linux (#3611)lecopivo
* Corrade and Magnum on Linux Removed ".exe" extension for executables on Linux. Removed default feature magnum[windowlesswglapplication] which works only on Windows. * Switched to CMAKE_EXECUTABLE_SUFFIX * [corrade] Remove use of CMAKE_EXECUTABLE_SUFFIX * [magnum] Avoid usages of CMAKE_EXECUTABLE_SUFFIX
2018-05-02[corrade] Update to v2018.04Squareys
Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-16[corrade,magnum,-plugins,-extras,-integration] Update to latest and support ↵Jonathan Hale
feature packages (#2687) [corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages
2018-01-10Update magnum, magnum-plugins and corrade to latestJoel Clay
2017-09-12Fix several port hashes due to github tar.gz changeAlexander Karatarakis
It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-15[corrade][magnum][magnum-plugins] Updated to upstream, enabled more features ↵sigman
in [magnum] Removed plugin location defines. Fixed tools search path in FindCorrade, FindMagnum cmake modules.
2017-06-09[corrade][magnum-plugins][magnum] Use vcpkg_from_github()Robert Schumacher
2017-06-09[Magnum][Corrade] Cleanup and Audio supportsigman
Enabled audio support in magnum by default via openal-soft dependency.
2017-06-08[Magnum] Fix static library buildsigman
Fixes cmake scripts to build a static version of the libraries.
2017-06-07Magnum OpengGL 3d library portsigman
Added ports to support Magnum C++ OpenGL engine http://mosra.cz/blog/magnum.php and its direct dependencies