Commit Graph

4267 Commits

Author SHA1 Message Date
Alexander Karatarakis
c2a735f6be Merge pull request #1842 from nholthaus/master
new package - units
2017-09-18 18:50:19 -07:00
Nic Holthaus
2e6bb72599 git push clean-up of portfile 2017-09-18 19:15:16 -04:00
Nic Holthaus
0b10f30a99 Add port for nholthaus/units 2017-09-18 19:12:32 -04:00
Alexander Karatarakis
03a50fc6f5 Merge pull request #1827 from TheCycoONE/lfs-17
Bump luafilesystem to 1.7.0.2
2017-09-18 15:13:22 -07:00
Stephen E. Baker
a197e4d353 Bump luafilesystem to 1.7.0.2 2017-09-17 07:58:03 -04:00
glachancecmaisonneuve
cbc3050b44 find_acquire_program fix for python2
python2 version bump
2017-09-17 02:33:44 -04:00
Alexander Neumann
cf516e08f3 patch is no longer needed with changed CONFIG_PATH 2017-09-15 23:07:08 +02:00
Alexander Neumann
e1909d56a4 Removed old hashes 2017-09-15 11:19:16 +02:00
Alexander Neumann
bfd37745f3 fix so that the cmake patch is applied correctly 2017-09-15 11:16:58 +02:00
Alexander Neumann
8dc765259b Merge remote-tracking branch 'upstream/master' into benchmark_update 2017-09-15 11:01:41 +02:00
Alexander Neumann
b1b72eaef5 updatedgoogle benchmark to current trunk due to problems with variadic templated benchmarks with visual studio 2017-09-15 11:00:36 +02: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
Guillaume Dumont
6a2d5adf6a [caffe2] Added caffe2 port (CPU only, no OpenCV) 2017-09-12 14:52:41 -04: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