aboutsummaryrefslogtreecommitdiff
path: root/ports/fltk
AgeCommit message (Collapse)Author
2021-08-18[fltk] Update fltk to version 1.3.7 (#19584)Mohammed Alyousef
* update fltk port to versin 1.3.7 * update versions file * use vcpkg_from_github * update version database
2021-05-21[fltk] Update to 1.3.6 rc1 and fix osx build (#17586)Jack·Boos·Yu
* [fltk] Update to 1.3.6 rc1 * [fltk] Fix osx build failure * update patch * update version record
2021-04-09[fltk] Fix link to system libs (#17094)Jack·Boos·Yu
* [fltk] Fix link to system libs * update version record
2020-07-30[fltk] Force static library due to global variables. Fix CMake Targets. (#12273)ras0219
* [fltk] Force static library due to global variables. Fix CMake Targets. * [fltk] Add include directory to exported targets * [fltk] Update ports/fltk/CONTROL Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Update ports/fltk/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-03-10[fltk] Fix build error on Linux (#10018)Lily
* [fltk] Fix build error on Linux * [fltk] Modify ci.baseline.txt * [fltk] Fix build error * [fltk] Fix build error * [fltk] Fix build error * [fltk] Fix build error on MACOS
2019-10-28update FLTK to v1.3.5 (#8457)Neil McNeight
* Update to fltk-1.3.5 * Update to fltk-1.3.5 * Update ports/fltk/portfile.cmake Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-09-05modernize many ports (#7986)Phoebe
* modernize many ports * Update the code to handle copyright * Retriger to build qt5-gamepad
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-04-29[fltk] Windows ARM/ARM64 support (#6241)driver1998
* update fltk for arm/arm64-windows * add windows libraries for arm/arm64
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-09[fltk] force import macro to either 0 or 1codicodi
2017-05-23[fltk] Place fluid.exe into tools/fltk. Remove static import libs in shared ↵Robert Schumacher
builds.
2017-05-22Added fluid.exe to output tools Scott
This is added as per the conversion here https://github.com/Microsoft/vcpkg/pull/551#issuecomment-303247813 If this should not be in the vcpkg output, please close the PR.
2017-01-30[fltk] Bump version to correspond with binary layout changeRobert Schumacher
2017-01-29Fixed incorrect naming of filesScott
Reverting the naming to stick with how the FLTK library naturally decided to name their files. There was an error in the renaming where the incorrect libraries were being renamed. Reverting this fixes build linking issues
2017-01-19[fltk] Avoid renaming DLLs -- they are referred to by name in LIBs.Robert Schumacher
2017-01-15FLTK PortScott