aboutsummaryrefslogtreecommitdiff
path: root/ports/fltk/CONTROL
AgeCommit message (Collapse)Author
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-01-30[fltk] Bump version to correspond with binary layout changeRobert Schumacher
2017-01-15FLTK PortScott