4037 Commits

Author SHA1 Message Date
glachancecmaisonneuve
cbc3050b44 find_acquire_program fix for python2
python2 version bump
2017-09-17 02:33:44 -04:00
Alexander Karatarakis
eb0591597e Update CHANGELOG and bump version to v0.0.89 2017-09-14 16:00:02 -07:00
Alexander Karatarakis
bff6bdb53f Update CHANGELOG and bump version to v0.0.89 2017-09-14 15:57:00 -07:00
Alexander Karatarakis
c93e20de6f Merge pull request #1822 from glachancecmaisonneuve/chmlib_fix
chmlib fixes, adds and misc
2017-09-14 15:49:32 -07:00
Alexander Karatarakis
fff093029f [chmblib] Also modify VCPKG_LIBRARY_LINKAGE 2017-09-14 15:47:24 -07:00
Alexander Karatarakis
6363910319 vcpkg edit: Improve detection for VSCode - Insiders. Prefer it if available 2017-09-14 15:45:32 -07:00
Alexander Karatarakis
8339f29df5 Remove stray debugging code 2017-09-14 13:41:07 -07:00
glachancecmaisonneuve
785d3959f4 bump subversion 2017-09-14 13:22:27 -04:00
glachancecmaisonneuve
e93b7aca65 Dynamic build -> Static without failing the build 2017-09-14 13:19:50 -04:00
Robert Schumacher
aa72ecc6a4 [vcpkg] hotfix for ci/install merge
Disables accidental testing statement that was left in during the commit.
2017-09-14 08:14:41 -07:00
Alexander Karatarakis
be27ae05f0 Version check is now performed before running any command
(except vcpkg version/hash/contact)
2017-09-14 04:13:03 -07:00
Alexander Karatarakis
d55036a797 Change message of version mismach to a warning 2017-09-14 04:12:13 -07:00
Alexander Karatarakis
2d6029e41c Introduce Version::warn_if_vcpkg_version_mismatch() 2017-09-14 04:08:02 -07:00
Alexander Karatarakis
263466642f [metrics.cpp] More naming scheme and const fixes 2017-09-13 23:10:53 -07:00
Alexander Karatarakis
c6af9797fd [metrics.cpp] Naming scheme and missing const 2017-09-13 23:08:01 -07:00
Alexander Karatarakis
2d1bee6bb5 [vcpkg.cpp] Naming scheme 2017-09-13 21:48:38 -07:00
Alexander Karatarakis
d080439ce4 [commands_remove.cpp] Naming scheme and missing const 2017-09-13 21:46:48 -07:00
glachancecmaisonneuve
ac55080e02 Fixed: debug and release versions in their proper folder (was reversed)
Added: Tools included in that library
Misc: portfile cleanup, chm.vcxproj optimization switches
2017-09-14 00:41:11 -04:00
Alexander Karatarakis
d521d366b2 Rework vcpkg install (and vcpkg ci)
- Refactor install-plan-execution code to reduce duplication
- Add `vcpkg install --keep-going` option
- Add elapsed time to each invidial package and total time
- Add a counter to the install (e.g. Starting package 3/12: <name>)
2017-09-13 17:23:04 -07:00
Alexander Karatarakis
32a01e6851 [install] Naming scheme and const 2017-09-13 16:12:08 -07:00
Alexander Karatarakis
43dde3f489 Refactor package removal code to eliminate its duplication 2017-09-13 16:10:25 -07:00
Alexander Karatarakis
e4ea3bd3fa Merge pull request #1818 from szechyjs/master
Update to latest python 3.5 patch
2017-09-12 20:18:56 -07:00
Jared Szechy
e915ab0466 Update to latest python 3.5 patch 2017-09-12 20:13:34 -04:00
Alexander Karatarakis
cb239b92c0 Fix several port hashes due to github tar.gz change
It looks like github changed the version (or the generally the way)
they do tars, causing some hash mismatches. This fixes the affected
ports.
2017-09-12 13:32:26 -07:00
Alexander Karatarakis
aa3ac29406 Merge pull request #1811 from pravic/sqlite
[sqlite3] update to 3.20.1
2017-09-11 04:41:39 -07:00
Alexander Karatarakis
c48bb788b5 Merge pull request #1809 from pravic/sciter
[sciter] Update to 4.0.3.5348
2017-09-11 04:36:22 -07:00
pravic
601661ec32 [sqlite3] update to 3.20.1 2017-09-11 12:41:40 +03:00
pravic
c867fc8587 [sciter] Update to 4.0.3.5348 2017-09-11 10:47:46 +03:00
Alexander Karatarakis
ed63582f2c Merge pull request #1801 from kylemacfarlan/pybind11
[pybind11] Update pybind11 version to 2.2.0
2017-09-09 17:53:41 -07:00
Alexander Karatarakis
a8ae994edd Merge branch 'master' into pybind11 2017-09-09 17:53:17 -07:00
Alexander Karatarakis
0db8af8cd3 Merge pull request #1807 from KindDragon/boost-1.65.1
[boost] Update to version 1.65.1
2017-09-09 17:38:32 -07:00
Arkady Shapkin
3a6ad750c9 [boost] Update to version 1.65.1 2017-09-10 02:40:01 +03:00
Alexander Karatarakis
3ef9df6472 Update CHANGELOG and bump version to v0.0.88 2017-09-09 00:20:16 -07:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
Alexander Karatarakis
c7589e76c0 Update CHANGELOG and bump version to v0.0.87 2017-09-08 22:09:57 -07:00
Kyle Macfarlan
d2c045cc36 Update pybind11 version to 2.2.0 2017-09-08 21:48:10 -05:00
Alexander Karatarakis
f7b813dce8 [openssl] Actually include the patch for /Z7 2017-09-08 18:33:34 -07:00
Robert Schumacher
5a920ef760 [zeromq] Update to latest master to take advantage of CMake improvements. 2017-09-08 17:52:33 -07:00
Alexander Karatarakis
f52106a03a Merge pull request #1800 from KindDragon/protobuf-fix
[protobuf] Fix define PROTOBUF_USE_DLLS with static linking
2017-09-08 17:26:21 -07:00
Alexander Karatarakis
5a46f8e279 [openssl] Use /Z7 to embed symbols in static libs 2017-09-08 17:24:25 -07:00
Arkady Shapkin
5ad0d81875 [protobuf] Fix define PROTOBUF_USE_DLLS with static linking. Closes #1798 2017-09-09 02:58:25 +03:00
Alexander Karatarakis
6d0f750646 Merge pull request #1731 from FabienPean/PR/script_cmake_vcpkg_from_bitbucket
[cmake] add function vcpkg_from_bitbucket
2017-09-08 11:39:14 -07:00
Alexander Karatarakis
727f373671 Merge pull request #1799 from codicodi/xxhash-0.6.3
[xxhash] update to 0.6.3
2017-09-08 11:37:45 -07:00
codicodi
5d82583cf9 [xxhash] update to 0.6.3 2017-09-08 16:16:07 +02:00
Alexander Karatarakis
d2de7d3e7d [vcpkg_Build.h] Naming scheme, unneeded #include, unneeded inline 2017-09-07 16:16:30 -07:00
Robert Schumacher
3ac99b2cee Merge pull request #1792 from ShinNoNoir/qt5-removedefaultdeps
[qt5] Do not link all .lib files
2017-09-07 14:41:09 -07:00
Robert Schumacher
802bba0a75 Merge pull request #1779 from OlafvdSpek/master
Update ctemplate, use Python 3
2017-09-07 14:38:33 -07:00
Robert Schumacher
73dc1999dc Merge pull request #1773 from Mixaill/urdfdom
[urdfdom] add version 1.0.0
2017-09-07 14:33:54 -07:00
Robert Schumacher
289f61fcb8 Merge branch 'master' into Mixaill-urdfdom 2017-09-07 14:25:30 -07:00
Robert Schumacher
76f195dd85 [console-bridge] [urdfdom-headers] Move copyright location. Move CMake config location 2017-09-07 14:25:03 -07:00
Alexander Karatarakis
c1edfac2de Merge pull request #1795 from KindDragon/update-grpc
Update grpc to version 1.6.0
2017-09-07 14:17:03 -07:00
Arkady Shapkin
cccbdacc47 [grpc] Update version to 1.6.0 2017-09-07 22:16:39 +03:00
Arkady Shapkin
1a178574df [c-ares] Update version to 1.13.0 2017-09-07 22:16:39 +03:00
Arkady Shapkin
92e30b10ec [protobuf] Fix problem with define PROTOBUF_USE_DLLS 2017-09-07 22:16:39 +03:00
Alexander Karatarakis
d2514bfbc5 Merge pull request #1796 from codicodi/libuv-1.14.1
[libuv] update to 1.14.1
2017-09-07 11:53:56 -07:00
Alexander Karatarakis
b7251606f0 [openblas] Move whitespace fixes to the whistespace.patch 2017-09-07 11:42:01 -07:00
codicodi
4691924354 [libuv] update to 1.14.1 2017-09-07 20:21:52 +02:00
Alexander Karatarakis
596c17b0db Merge pull request #1794 from jwillemsen/jwi-ace-645
[ACE] 6.4.5
2017-09-07 02:20:04 -07:00
Johnny Willemsen
79838d1346
[ACE] 6.4.5 2017-09-07 09:39:12 +02:00
Alexander Karatarakis
3413115a83 [openblas] Use vcpkg_from_github() 2017-09-06 18:25:42 -07:00
Robert Schumacher
cd76396de3 [console-bridge] [urdfdom-headers] Move copyright location 2017-09-06 18:02:59 -07:00
Robert Schumacher
cc89fc7803 [urdfdom-headers] [console-bridge] Rename to remove underscores 2017-09-06 17:51:10 -07:00
Robert Schumacher
93ab504488 Revert "[vcpkg] allow underscores in package name"
This reverts commit aef3577672b469ed915a7b0680d5e1ccf36347ed.
2017-09-06 17:49:33 -07:00
Robert Schumacher
d47eb63363 Merge pull request #1790 from cyj0912/master
Update glslang shaderc spirv-tools
2017-09-06 17:35:52 -07:00
Alexander Karatarakis
23c014d43e Merge pull request #1749 from Alisayyy-Yang/master
[openblas] Fix build with white space in path
2017-09-06 16:37:28 -07:00
Alisa yang
cdff7ada17 [openblas] Bump version 2017-09-06 15:58:36 -07:00
Alisa yang
d440c5863f [openblas] Have the portfile apply the new patch 2017-09-06 15:57:13 -07:00
Alisa yang
1253ad0c62 [openblas] Add patch for whitespace 2017-09-06 15:36:55 -07:00
Alexander Karatarakis
4d7ae2fd9a Merge pull request #1793 from atkawa7/patch-1
[vcpkg] an empty delimiter causes the split function to fail
2017-09-06 11:09:13 -07:00
atkawa7
bafe4f2fe0 an empty delimiter causes the split function to fail 2017-09-06 10:33:51 -07:00
Raynor Vliegendhart
304a1561cb [qt5] Bump version to reflect change in which .libs are linked 2017-09-06 08:03:45 +02:00
Raynor Vliegendhart
cd8c8af8e8 [qt5] Do not link all .lib files
This commit moves a few .lib files to subfolders to prevent them from
automatically getting linked:

Qt5Bootstrap (dbg):
This lib is linked against a release version of the CRT and is only
meant for release builds. For debug builds, this lib should not be
linked at all.

qtmain (rel), qtmaind (dbg),
Qt5AxServer (rel), Qt5AxServerd (dbg):
These libs are mutually exclusive. The user either links against
qtmain(d) for desktop applications or against Qt5AxServer(d) for ActiveX
servers.

See https://github.com/Microsoft/vcpkg/issues/1442 for more information.
2017-09-06 07:54:32 +02:00
Robert Schumacher
929bf5c33d Merge pull request #1657 from KindDragon/tesseract
Tesseract-OCR library
2017-09-05 16:49:07 -07:00
Alexander Karatarakis
84678230c8 Merge pull request #1786 from pravic/patch-1
[meschach] Add version and description.
2017-09-05 13:29:10 -07:00
Toby Chen
471d7e2ae7 Update glslang shaderc spirv-tools
Update those ports to the versions listed in https://github.com/google/shaderc/blob/known-good/known_good.json
2017-09-05 12:58:53 -07:00
pravic
453a16d4e7 [meschach] Add version and description. 2017-09-05 19:57:06 +03:00
Olaf
f1c220d723 Update ctemplate, use Python 3 2017-09-04 11:49:03 +02:00
Alexander Karatarakis
97104258a7 Update CHANGELOG and bump version to v0.0.86 2017-09-04 02:11:41 -07:00
Alexander Karatarakis
f4ade1bf0c Merge pull request #1777 from AlexanderTaeschner/Issue1289
[cairo] Update to version 1.15.8 and revert PR1277
2017-09-04 01:55:31 -07:00
Alexander Karatarakis
83ea725c1b Merge pull request #1778 from jwillemsen/jwi-ace644fix
[ace] 6.4.4
2017-09-04 01:45:01 -07:00
Alexander Karatarakis
942d94e1d1 Merge pull request #1774 from Mixaill/nlopt
[nlopt] add master 2017-08-24
2017-09-04 01:42:49 -07:00
Alexander Karatarakis
41fa09af20 Merge pull request #1772 from atkawa7/paho-mqqt-update
[paho-mqtt] update
2017-09-04 01:35:01 -07:00
Johnny Willemsen
60c581b64e
Updated CONTROL file to list 6.4.4, portfile was updated some time ago already
* ports/ace/CONTROL:
2017-09-04 10:22:06 +02:00
Alexander Karatarakis
309fa56fd4 Merge pull request #1769 from Mixaill/tinyxml-262
[tinyxml] add version 2.6.2
2017-09-04 01:20:42 -07:00
Alexander Karatarakis
bafc391899 Merge pull request #1768 from atkawa7/guetzli
[guetzli] init port
2017-09-04 01:16:16 -07:00
Alexander Karatarakis
8a9cfa193a Merge pull request #1767 from atkawa7/bigint
[bigint] init port
2017-09-04 01:10:26 -07:00
Alexander Karatarakis
583c79c51f Merge pull request #1765 from atkawa7/piex
[piex] init port
2017-09-04 01:07:13 -07:00
Alexander Täschner
3eb193938a Update to version 1.15.8.
Revert "Merge pull request #1277 from AlexanderTaeschner/CairoInitMutex".

This reverts commit 2aa83904eac9d11b69f09e9f0af85350fea472d9, reversing
changes made to 748e8b6e7495f06253eb21236bf3abf38b897b63.
2017-09-04 10:04:55 +02:00
Alexander Karatarakis
51f6657770 Merge pull request #1764 from atkawa7/lodepng
[lodepng] init port
2017-09-04 01:01:41 -07:00
Alexander Karatarakis
95da2dfdb3 Merge pull request #1760 from atkawa7/Meschach
[meschach] init
2017-09-04 00:51:13 -07:00
Alexander Karatarakis
2dd7926fee Merge pull request #1759 from atkawa7/fadbad
[fadbad] init port
2017-09-04 00:45:14 -07:00
Alexander Karatarakis
6ce4908f69 Merge pull request #1758 from atkawa7/PicoSHA2
[picosha2] init
2017-09-04 00:39:04 -07:00
Alexander Karatarakis
ee976fb377 Merge pull request #1757 from atkawa7/microhttpd
[libmicrohttpd] init port
2017-09-04 00:29:49 -07:00
Alexander Karatarakis
8c289213cc Merge pull request #1756 from atkawa7/tinythread
[tinythread] init
2017-09-04 00:22:37 -07:00
Alexander Karatarakis
27b8519330 Merge pull request #1755 from atkawa7/libunibreak
[libunibreak] init port
2017-09-04 00:15:37 -07:00
Alexander Karatarakis
4df8482aaf Merge pull request #1754 from atkawa7/gumbo
[gumbo] init port
2017-09-04 00:05:14 -07:00
Alexander Karatarakis
319dd85ebc Merge pull request #1753 from atkawa7/libstemmer
[libstemmer] init
2017-09-04 00:01:33 -07:00
Alexander Karatarakis
04ccdf9512 Merge pull request #1750 from thierryba/protobuf3.4
protobuf: switching to 3.4
2017-09-03 23:57:55 -07:00
Thierry Bastian
a64bc4a8be code review 2017-09-04 08:38:26 +02:00
Mikhail Paulyshka
f6a5f35320 [nlopt] add master 2017-08-24 2017-09-04 01:27:17 +03:00