aboutsummaryrefslogtreecommitdiff
path: root/ports/flann
AgeCommit message (Collapse)Author
2021-05-26[FLANN] Allow to be build as shared lib (#16724)Lars Glud
* Allow FLANN to be build as shared lib * Fix openmvg linking to FLANN * Fix pcl linking to FLANN
2020-12-28[cmake] update to 3.19.2 (#14716)Jack·Boos·Yu
* [cmake] update to 3.19.0 * update vmss * [cmake] update to 3.19.1 * [solid3] Fix configure error, fix static definition * [flann] Add feature hdf5 and fix it * [highfive] Fix dependency hdf5 * [simage] Fix configure error * [aws-c-common] Fix configure error * [cmake] Update to 3.19.2 * Revert changes about cmake bug * [VMSS] Update cmake path on Windows * [cmake] Update cmake hash * [minc] Fix dependency hdf5 * [cmake] Update cmake package name and path on MacOS Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2019-07-02[flann]Change the version tag to the corresponding time of commit id. (#7125)JackBoosY
2019-06-27[flann] fix flaky config (#7073)Phil Christensen
2019-06-24[flann]Upgrade version to 1.9.1 and fix build error. (#6931)JackBoosY
* [flann]Upgrade version to 1.9.1 and fix build error. * [flann]apply new patches. * [flann]Regenerate patches. * [flann]Combine all patches.
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-18[lz4, flann] port patches from #5169 (#6294)Stefano Sinigardi
* [lz4, flann] port patches from #5169 * [lz4] use vcpkg_fixup_cmake_targets * [flann] improve target handling * [lz4] remove unnecessary debug message * [openmvg] many many fixes to build it on windows * [pcl] use official FLANN cmake config file instead of custom module * [pcl] fix patch for flann targets * [pcl] Bump CONTROL version
2019-03-14fixed flann for linuxAlexander Neumann
2018-10-25[flann] Fix parallel configureRobert Schumacher
2018-05-16[flann] Fix platform branching VCPKG_CMAKE_SYSTEM_NAMEAlexander Karatarakis
2018-05-15[flann] Fix build on linuxArkady Shapkin
2017-11-03Fix rename libraries of FLANNTsukasa Sugiura
Fix rename libraries of FLANN.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-11fix hdf5 compile errorjasjuang
2017-07-14[flann] Restore rename behaviorRobert Schumacher
2017-07-13Add suffix to debug libraries of FLANNTsukasa Sugiura
Add suffix (-gd) to debug libraries of FLANN. The release libraries and the debug libraries should be the another names.
2017-06-16[flann] Add HEAD_REF, rename static libs to appear dynamicRobert Schumacher
2017-06-17Remove static lib for dynamic build.Sean Li
2017-06-17Revert previous patch rather than deleting it.Sean Li
2017-06-17Substitue vcpkg_from_github for vcpkg_download_distfile.Sean Li
2017-06-16Remove import libraries in static build.Sean Li
2017-06-16Add WINDOWS_EXPORT_ALL_SYMBOLS property to flann_cpp only.Sean Li
2017-06-16Remove dll for static build.Sean Li
2017-06-16flann: Add compilation of dll and flann_cpp.Sean Li
2017-06-11check in flannmmazaherit