Commit Graph

2470 Commits

Author SHA1 Message Date
Han Hu
c31c026c12 install cmake config files for glog 2017-04-19 13:48:01 +08:00
Alexander Karatarakis
86e2c35725 [grpc] Extract GRPC_VERSION variable 2017-04-18 17:29:24 -07:00
Alexander Karatarakis
b5d6089676 Merge pull request #945 from Outurnate/master
Add mdnsresponder port
2017-04-18 17:03:30 -07:00
Alexander Karatarakis
2849141cd1 Merge pull request #946 from traversaro/patch-4
[qwt] Install headers in the qwt subdirectory
2017-04-18 16:56:15 -07:00
Alexander Karatarakis
c2a9d018ca Reduce verbosity of vcpkg remove when purging the package 2017-04-18 14:50:25 -07:00
Alexander Karatarakis
5a4e7ff1b6 Workaround for fs::remove_all() 2017-04-18 14:49:50 -07:00
Alexander Karatarakis
11d6aa60b2 Merge pull request #948 from saedrna/master
Update the patch file of geographiclib
2017-04-18 13:52:56 -07:00
Alexander Karatarakis
85c3e41a01 Merge pull request #949 from dada2048/master
Fixed eigen3 version.
2017-04-18 13:43:23 -07:00
Dada
ea96a44f4f Merge pull request #1 from dada2048/dada2048-fix-eigen3-version
Fixed version to what is actually downloaded.
2017-04-18 07:55:04 -04:00
Han Hu
9f9c3ac442 fix patch file due to missing some not commited changes. 2017-04-18 19:07:44 +08:00
Alexander Karatarakis
80825d491f Use read-only pattern for InstallationDirs 2017-04-17 19:06:25 -07:00
Alexander Karatarakis
4da39c6ca6 InstallationDirs struct now checks/create the needed dirs 2017-04-17 19:04:17 -07:00
Alexander Karatarakis
c8ff4e39ba Add fs::create_directories() forwarding function 2017-04-17 19:04:00 -07:00
Alexander Karatarakis
9b5275bb85 Make install_and_write_listfile() public
(also rename it)
2017-04-17 19:03:51 -07:00
Alexander Karatarakis
d52ddf8263 Variable rename and formatting 2017-04-17 19:03:47 -07:00
Alexander Karatarakis
547455ca3a Introduce InstallationDirs stuct 2017-04-17 19:03:43 -07:00
Alexander Karatarakis
0cc9748b2a Remove unused #include 2017-04-17 19:03:32 -07:00
Alexander Karatarakis
21fb6d0741 Add SortedVector.cbegin() and .cend() 2017-04-17 13:59:58 -07:00
Alexander Karatarakis
1a65c26a3f ci: pretty print the package build times 2017-04-17 12:41:22 -07:00
Alexander Karatarakis
2b0f187035 Fix bootstrap-vcpkg.bat to work with space in path 2017-04-17 12:15:07 -07:00
Alexander Karatarakis
a715caf5fd Formatting 2017-04-17 12:03:06 -07:00
Silvio Traversaro
8ec185f69f [qwt] Bump version 2017-04-16 19:58:00 +02:00
Silvio Traversaro
11f672e3a1 [qwt] Install headers in the qwt subdirectory
This is the location used by the upstream installation procedure, as it is possible to see by the layout of the package in Debian: https://packages.debian.org/sid/amd64/libqwt-headers/filelist .
2017-04-16 19:32:12 +02:00
Joseph D
55cbb96fa0 Add mdnsresponder port 2017-04-15 14:24:29 -04:00
Robert Schumacher
e1f5fe728d Merge pull request #941 from codicodi/fix-vorbis
[libvorbis] enable static builds & fix symbol duplication
2017-04-14 19:08:47 -07:00
Robert Schumacher
583abfa178 [openblas] Fix missing write to cblas.h 2017-04-14 18:52:19 -07:00
Robert Schumacher
8f245259b9 Merge pull request #931 from saedrna/master
Add openblas and clapack for blas and lapack backend, respectively
2017-04-14 18:37:02 -07:00
Han Hu
fe054b98c6 improve geographiclib by install cmake files. 2017-04-14 18:35:52 -07:00
Han Hu
804a882695 add clapack port for lapack
add dependency

[clapack] Use COPYING from sources instead of checked in license.
2017-04-14 18:30:59 -07:00
Han Hu
6d052e3dc0 Add openblas and only the blas part is compiled. Because no gfortran things is included, openblas is BSD
[openblas] Reduce checked in headers, prefer to install from sources
2017-04-14 18:30:23 -07:00
Robert Schumacher
20397fc845 Merge branch 'dev/roschuma/fs-testing' 2017-04-14 16:07:54 -07:00
Robert Schumacher
1c08a42091 Merge from master 2017-04-14 16:01:19 -07:00
Robert Schumacher
8183671a49 Merge pull request #930 from horenmar/catch-1.9.1
Update Catch to 1.9.1
2017-04-14 15:47:42 -07:00
Alexander Karatarakis
aeaccc7814 Rework print_plan() for remove and install 2017-04-14 14:31:45 -07:00
Alexander Karatarakis
55f554eea1 Introduce Util::group_by() 2017-04-14 14:31:45 -07:00
Alexander Karatarakis
392b3a50ea Use Util::find_if/not() 2017-04-14 14:31:45 -07:00
Alexander Karatarakis
66017aa2c3 Add Util::find_if() and Util::find_if_not() 2017-04-14 14:31:45 -07:00
Alexander Karatarakis
e3f4e09342 Remove explicit keyword from constructor 2017-04-14 14:31:45 -07:00
Alexander Karatarakis
5405d4d587 Rename p->plan and formatting 2017-04-14 14:31:45 -07:00
Alexander Karatarakis
fbc8b86426 Use Strings::join() 2017-04-14 14:31:44 -07:00
Dada
4405ccc7ba Fixed version to what is actually downloaded. 2017-04-14 11:14:12 -04:00
codicodi
120718b78b [libvorbis] enable static builds & fix symbol duplication 2017-04-14 16:11:30 +02:00
Robert Schumacher
b3541eff15 [uwebsockets] Update to 0.14.2 2017-04-13 19:11:04 -07:00
Robert Schumacher
0074703e9a [libbson] [mongo-c-driver] [mongo-cxx-driver] Update to latest (1.6.2/1.6.2/3.1.1) 2017-04-13 19:00:15 -07:00
Robert Schumacher
bfb76e52a4 [vcpkg] Fix getWindowsSDK to correctly handle the new optional c++ desktop deployment of the Windows SDK. 2017-04-13 18:59:13 -07:00
Robert Schumacher
2fa9be1977 Merge pull request #929 from ebasconp/master
Added picojson 1.3.1
2017-04-13 18:18:22 -07:00
Alexander Karatarakis
46999d38be Use Util::erase_remove_if() 2017-04-13 15:49:33 -07:00
Alexander Karatarakis
294159bfd1 keep_if (wrong name) renamed to erase_remove_if 2017-04-13 15:37:24 -07:00
Robert Schumacher
d193dae2ce Merge pull request #936 from ras0219/master
Revert "Use Util::keep_if()"
2017-04-13 02:21:38 -07:00
Robert Schumacher
c92623216d Revert "Use Util::keep_if()"
This reverts commit 3739e8e0b9.
2017-04-13 02:15:42 -07:00