Andrew Short
594446c72b
Use CMake to build Eigen3
...
Since 3.3.3, Eigen has included an INTERFACE target. Use CMake to build Eigen so the generated target can be imported in your project using `target_link_libraries` rather than having to distribute `FindEigen3.cmake` with your project.
find_package(Eigen3)
target_link_libraries(myproject Eigen3::Eigen)
2017-05-07 15:16:29 +10:00
Alexander Karatarakis
e8c23168fa
Merge pull request #1031 from muemart/eol
...
Force LF line endings for patch files
2017-05-05 13:42:39 -07:00
Alexander Karatarakis
8dea147fff
Merge pull request #1032 from codicodi/bump-zstd
...
[zstd] update to 1.2.0
2017-05-05 13:38:04 -07:00
codicodi
4cc8c7c493
[zstd] update to 1.2.0
2017-05-05 12:10:49 +02:00
Martin Müller
1c70d26ad1
Force LF line endings for patch files
2017-05-05 11:45:04 +02:00
Robert Schumacher
adb9c23984
[snappy] Use vcpkg_fixup_cmake_targets()
2017-05-05 00:45:08 -07:00
Robert Schumacher
fcb60f7259
Merge branch 'master' into KindDragon-snappy
2017-05-05 00:26:51 -07:00
Arkadiy Shapkin
dc2bdbd4ad
[snappy] Initial commit for Google Snappy library
2017-05-05 02:23:54 +03:00
codicodi
61a5a8a943
[pango] fix exports
2017-05-04 17:47:22 +02:00
Robert Schumacher
9d7e859143
Merge pull request #985 from Mixaill/pango-static
...
[pango] update to 1.40.5, enable static build
2017-05-03 12:59:30 -07:00
Robert Schumacher
d6599a56e9
[ms-gsl][gnusl][gsl] Rename gnusl->gsl, gsl->ms-gsl.
2017-05-03 11:25:35 -07:00
Robert Schumacher
c38f2b69fa
[wt] Update to 3.3.7
2017-05-03 08:02:12 -07:00
Robert Schumacher
939d89c7c3
[gtest] Use vcpkg_from_github
2017-05-03 05:13:09 -07:00
Robert Schumacher
bf483dde89
[gsl] Update to 8b320e4f5
2017-05-03 05:06:12 -07:00
Robert Schumacher
38c717d7c1
[box2d] Use vcpkg_from_github
2017-05-03 04:57:23 -07:00
Robert Schumacher
ca26510f03
[beast] Use vcpkg_from_github
2017-05-03 04:49:43 -07:00
Robert Schumacher
d56a88295c
[nana] Use vcpkg_from_github
2017-05-03 04:44:22 -07:00
Robert Schumacher
f8c44bcd03
[opencv] Disable searching for LAPACK -- Fixes #1011
2017-05-03 04:21:43 -07:00
Robert Schumacher
4633c5e0ea
[vcpkg] Add support for installing from HEAD
2017-05-03 04:12:28 -07:00
Robert Schumacher
8c1b8b5ed7
[azure-storage-cpp] Depend on atlmfc stub port
2017-05-02 17:48:03 -07:00
Robert Schumacher
d4151730fb
Merge pull request #992 from tobiaskohlbau/qt5.8
...
[qt5] bumped to qt5.8
2017-05-02 17:41:32 -07:00
Robert Schumacher
b58deb23cc
Merge branch 'move-boost-test-exec-monitor'
2017-05-02 00:18:25 -07:00
Robert Schumacher
c5b654ea79
Merge pull request #1009 from muemart/gsl
...
Add port for gnu scientific library
2017-05-02 00:14:51 -07:00
Martin Müller
d75fcbb431
Rename port from libgsl to gnusl
2017-05-02 09:10:21 +02:00
Martin Müller
910f46f7e1
Make formatting consistent
2017-05-02 09:01:54 +02:00
Robert Schumacher
e2ee2ffd03
Merge pull request #1001 from jumpinjackie/gdal-extra-format-support
...
[gdal] extra format/capabilities support
2017-05-02 00:01:24 -07:00
Robert Schumacher
0c2f66c49b
[boost] Move boost_test_exec_monitor into manual-link subdirectory. Fixes #352 .
2017-05-01 23:45:36 -07:00
Martin Müller
cd9fc74776
Correctly export all symbols, and use properties to set the dll define
2017-05-01 17:48:48 +02:00
Martin Müller
4b702645bd
Add port for gnu scientific library
2017-05-01 15:51:14 +02:00
Alexander Karatarakis
a0d5b94495
Merge pull request #1007 from bagong/libsndfile
...
Add libsndfile to vcpkg
2017-05-01 02:17:58 -07:00
Alexander Karatarakis
50433c2a7c
Merge pull request #993 from trazme/add-giflib
...
giflib port
2017-05-01 02:04:14 -07:00
Alexander Karatarakis
58fda0a5fa
Merge pull request #1006 from codicodi/bump-pcre
...
[pcre] update to 8.40
2017-05-01 01:48:14 -07:00
Alexander Karatarakis
6fbe1b3ad3
Merge pull request #1005 from codicodi/bump-modplug
...
[libmodplug] update to 0.8.9.0
2017-04-30 18:55:15 -07:00
bagong
c6faf060c2
Add libsndfile to vcpkg
2017-04-30 17:18:46 +02:00
codicodi
f6281ea002
[pcre] update to 8.40
2017-04-30 16:34:53 +02:00
codicodi
55257f292c
[gdk-pixbuf] update to 2.36.6
2017-04-30 14:04:21 +02:00
codicodi
e895c13f87
[libmodplug] update to 0.8.9.0
2017-04-30 13:10:07 +02:00
Mikhail Paulyshka
880cf74983
[pango] enable static build
2017-04-29 21:33:55 +03:00
Jackie Ng
65fff24ff5
[gdal] Add dependencies for openjpeg, libwebp, libxml2 and liblzma
...
This enables support for 2 additional raster data formats and enables extra capabilities on certain format drivers
2017-04-29 14:38:35 +10:00
Jackie Ng
83686b514c
[gdal]: Build with support for sqlite3, curl, expat, libpq and libmysql sibling ports. This activates GDAL support for 14 additional vector data formats and 6 additonal raster data formats
2017-04-29 00:54:01 +10:00
Robert Schumacher
50af29ade6
[qt5] Restore trailing spaces to uncorrupt patches.
2017-04-28 01:35:31 -07:00
Robert Schumacher
34bc15130b
Merge pull request #971 from jumpinjackie/gdal-geos-support
...
Light up GEOS support in GDAL
2017-04-27 19:44:26 -07:00
Robert Schumacher
58b0560f89
Merge pull request #994 from jbhelm/taglib
...
add ports/taglib
2017-04-27 19:27:44 -07:00
Robert Schumacher
f6b74a9e4c
[taglib] Use copyright from sources. Do not assume Latin-1 filenames.
2017-04-27 19:22:27 -07:00
Christopher Warrington
e8c4f36b87
Upgrade Bond to 5.3.1
...
* Updated to the 5.3.1 release of Bond.
* Removed now-redundant 0003_rename_gbc_during_install.patch.
* Regenerated other patches.
2017-04-27 16:18:28 -07:00
Alexander Karatarakis
68726d313f
Merge pull request #990 from codicodi/fix-icu
...
[icu] fix build with 64bit msys
2017-04-27 14:24:53 -07:00
Sergey Popov
99efc9c216
add giflib port
2017-04-28 00:03:15 +07:00
Joshua Helm
e7aadfa216
add ports/taglib
2017-04-27 11:12:00 -04:00
Tobias Kohlbau
5a32a97de1
[qt5] bumped to qt5.8
...
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-04-27 15:39:59 +02:00
codicodi
f3e520b2d7
[libflac] fix build with MSBuild generator
2017-04-27 14:17:29 +02:00