| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-01 | [GEOS] Generate debug library names with `d` suffix (#3371) | Mateusz Loskot | |
| * [GEOS] Generate debug library names with `d` suffix Currently geos.lib name is used for both, debug and optimised GEOS libraries. This leads to situation when: ``` find_library(GEOS_LIBRARY_DEBUG NAMES geos) find_library(GEOS_LIBRARY_RELEASE NAMES geos) ``` finds the same library for both ``` GEOS_LIBRARY_DEBUG=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib GEOS_LIBRARY_RELEASE=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib ``` This is minimal patch that works around the problem. Next, complete fix should be submitted to GEOS upstream, preferably using exported targets. * [libspatialite] Add missing geos suffixes in static builds | |||
| 2017-10-04 | [geos] bump version | atkawa7 | |
| 2017-10-04 | [geos] remove build_cmake | atkawa7 | |
| 2017-10-03 | [geos] Bump version for previous PR | Robert Schumacher | |
| 2017-10-03 | [geos] allow geos_c static library cretation (libgeos_c.lib) v2 | alex85k | |
| 2017-09-26 | [geos] Update port to latest GEOS 3.6.2 | Mateusz Loskot | |
| * Bump GEOS version wherever necessary * Update download package and checksum. * Replace download from SVN with official release source package. * Remove generating of geos_svn_revision.h as unnecessary - released source package includes the header. * Explain status of the missing CMake modules. * Remove CMake option -DBUILD_TESTING as unused. GEOS is important dependency of GDAL (updated in #1879; GDAL 2.2.2 can still work with GEOS earlier than 3.6.2). | |||
| 2017-09-09 | vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵ | Alexander Karatarakis | |
| libs (/Z7) | |||
| 2016-12-07 | [geos] Extract SOURCE_PATH variable | Alexander Karatarakis | |
| 2016-11-08 | triplet is now automatically included before portfiles. | Alexander Karatarakis | |
| Also remove trailing whitespaces from portfiles | |||
| 2016-10-31 | Remove portfile branching of vcpkg_copy_pdbs() | Alexander Karatarakis | |
| 2016-10-17 | added geos | Charles Barto | |
