Commit graph

23752 commits

Author SHA1 Message Date
Robert Schumacher
81d6426298 [vcpkg] Place VS user-wide integration into a C++ specific folder instead of for all projects.
This avoids a bug where the IDE would erroneously add x86, x64, and ARM architectures to C# projects.
2016-09-21 15:41:30 -07:00
Robert Schumacher
7f310150d6 Merge pull request #26 from corporateshark/master
Added Eigen header-only library
2016-09-21 14:26:54 -07:00
Robert Schumacher
55ac85449f Moved CONTRIBUTING.md to root. Fixes #54. 2016-09-21 13:35:51 -07:00
Robert Schumacher
cd4dce1040 Merge pull request #50 from mcmihai/glm_fix
[glm] Removed CMakeLists.txt
2016-09-21 12:46:36 -07:00
Robert Schumacher
e70a61d972 Merge branch 'master' of https://github.com/microsoft/vcpkg into KindDragon-fmt 2016-09-21 12:44:25 -07:00
Robert Schumacher
fef2ec1ff2 [fmt] Downloaded archives should include the package name 2016-09-21 12:44:06 -07:00
Alexander Karatarakis
e2f34523dd [integration] Add check that the targets file was properly copied 2016-09-21 12:32:28 -07:00
Robert Schumacher
910c367514 Merge branch 'fmt' of https://github.com/KindDragon/vcpkg into KindDragon-fmt 2016-09-21 12:27:55 -07:00
Alexander Karatarakis
794122fef3 Merge pull request #51 from ferventcoder/patch-1
FAQ Adjustment for Chocolatey
2016-09-21 12:22:32 -07:00
Alexander Karatarakis
ba3c7d3429 Merge branch 'aybassiouny-master' 2016-09-21 12:18:28 -07:00
Arkadiy Shapkin
45c65e0c90 Added fmt library https://github.com/fmtlib/fmt 2016-09-21 19:45:16 +03:00
Ahmed Mahdy
4abe1d4235 Account for when ImportBefore does not exist 2016-09-21 03:34:18 -07:00
Rob Reynolds
ad3ffe1b34 FAQ Adjustment for Chocolatey
Chocolatey is a software management platform / package manager. Adjust the wording just a bit to clarify it is not just desktop utilities. Distribution also isn't necessarily the right word as that encompasses the community package repository.
2016-09-21 04:06:18 -05:00
Ciprian-Mihai Melinescu
a8f4f05633 [glm] Removed CMakeLists.txt 2016-09-21 10:34:07 +03:00
Sergey Kosarevsky
327506e4a0 [eigen] Renamed to eigen3 2016-09-21 08:59:34 +02:00
Robert Schumacher
4897b8c156 [stb] Avoid renaming extracted archives 2016-09-20 21:10:02 -07:00
Robert Schumacher
e04ecb3dd8 Add stamp file for extracted archives.
This enables multiple archives to be correctly expanded into the same build tree. Previously, the second archive will detect as being already extracted since 'src' exists.
2016-09-20 21:09:00 -07:00
Robert Schumacher
eb4d6f311c Merge pull request #44 from KindDragon/boost-new-version
Update boost to version 1.61
2016-09-20 20:07:09 -07:00
Robert Schumacher
b706a09e50 Merge pull request #46 from Ninetainedo/Add-Sery
Added Sery 1.0.0
2016-09-20 20:05:23 -07:00
Robert Schumacher
eaeb03b246 Merge pull request #45 from Ninetainedo/Add-Rapidxml
Added RapidXml
2016-09-20 16:53:22 -07:00
Ninetainedo
1bda683b89 Added Sery 1.0.0 2016-09-21 01:52:54 +02:00
Robert Schumacher
740b3e845e Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-09-20 16:51:46 -07:00
Robert Schumacher
da184a2c6f [tiff] Updated source URL. Fixes #33 2016-09-20 16:51:38 -07:00
Ninetainedo
663f915807 Added RapidXml 2016-09-21 01:46:35 +02:00
Robert Schumacher
1da3c801a3 Merge pull request #43 from mcmihai/glm
Added glm.
2016-09-20 16:39:55 -07:00
Arkadiy Shapkin
3de9a163fb Update boost to version 1.61 2016-09-21 02:20:44 +03:00
Ciprian-Mihai Melinescu
9ff0ea9e57 Added glm. 2016-09-21 02:13:39 +03:00
Alexander Karatarakis
58bcdde2f7 [vcpkg] Improve consistency in use of %VS140COMNTOOLS% 2016-09-20 15:36:22 -07:00
Neil MacIntosh
7441443811 [gsl] Initial addition 2016-09-20 15:21:14 -07:00
Robert Schumacher
7fd253e277 Merge branch 'master' of https://github.com/Remotion/vcpkg 2016-09-20 14:32:36 -07:00
Robert Schumacher
6c9b62eea3 [vcpkg] Fix mismatch between props and targets for user integration. 2016-09-20 14:25:28 -07:00
Remotion
4c4b94d270 Using %VS140COMNTOOLS% now for the case if VS is not installed in default location. 2016-09-20 21:38:27 +02:00
Robert Schumacher
14dbb584b4 [opengl] Remove call to vcpkg_copy_pdbs 2016-09-20 10:44:43 -07:00
Robert Schumacher
e86ca6049a Update EXAMPLES.md 2016-09-20 10:37:43 -07:00
Robert Schumacher
b101bc2403 Merge pull request #30 from Ninetainedo/Rapidjson-issue
Fixed rapidjson issue
2016-09-20 10:33:32 -07:00
Ninetainedo
ac2ead9d11 Fixed rapidjson issue
This should fix issue #28
2016-09-20 17:58:09 +02:00
Sergey Kosarevsky
83f5e570f8 [eigen] Cleaned the include folder 2016-09-20 16:02:05 +02:00
Sergey Kosarevsky
a4387d514f Added Eigen header-only library 2016-09-20 15:32:29 +02:00
Alexander Karatarakis
1eb51cc427 vcpkg.exe now detects the root dir via the .vcpkg-root file 2016-09-19 19:12:46 -07:00
Alexander Karatarakis
f78c64e3a9 Remove unused function 2016-09-19 19:01:04 -07:00
Alexander Karatarakis
b9a0cee78d Powershell scripts now detect the root dir via the .vcpkg-root file 2016-09-19 18:52:17 -07:00
Alexander Karatarakis
31e7e21921 Add .vcpkg-root file that signifies the root directory 2016-09-19 18:49:38 -07:00
Robert Schumacher
6687266e3d [openssl] Fix regression in OpenSSL w.r.t. NMake and MSBuild 2016-09-19 17:39:04 -07:00
Alexander Karatarakis
fe62b41085 Improve libpng portfile 2016-09-19 16:49:44 -07:00
Alexander Karatarakis
f65d6e3dc7 [stb] Modify port file to not create empty dirs or copy the test dir 2016-09-19 16:37:31 -07:00
Alexander Karatarakis
a2148a30e6 Fix stb URL to not point to specific SHA instead of master 2016-09-19 16:18:00 -07:00
Alexander Karatarakis
d4c1445133 Merge remote-tracking branch 'corporateshark/master' 2016-09-19 16:17:05 -07:00
Alexander Karatarakis
7f04e737f3 Update EXAMPLE_fix_libpng to reflect the current state of vcpkg 2016-09-19 15:32:12 -07:00
Sergey Kosarevsky
45599349c9 Added STB header-only library 2016-09-19 23:48:06 +02:00
Alexander Karatarakis
edb8b44b13 [bootstrap.ps1] Use older-powershell-friendly way to determine path 2016-09-19 13:59:32 -07:00