Alexander Karatarakis
|
73bf8306b2
|
Pass by const ref
|
2016-12-16 20:11:58 -08:00 |
|
Alexander Karatarakis
|
aad0cc4c04
|
Files::get_contents() -> Files::read_contents()
|
2016-12-16 19:40:58 -08:00 |
|
Alexander Karatarakis
|
b666e90c32
|
Pass by ref
|
2016-12-16 19:38:02 -08:00 |
|
Alexander Karatarakis
|
fdec39f452
|
Use check_exit() instead of check_throw()
|
2016-12-16 19:37:11 -08:00 |
|
Alexander Karatarakis
|
e4571e75c2
|
Do the trim and empty string erase in separate passes
|
2016-12-16 17:48:37 -08:00 |
|
Alexander Karatarakis
|
843e390c94
|
Replace reading lines and ignoring empty lines with the new functions
Namely:
Files::read_all_lines();
Strings::trim_all_and_remove_whitespace_strings()
|
2016-12-16 16:20:27 -08:00 |
|
Alexander Karatarakis
|
a5c3fddfe7
|
Add Strings::trim_all_and_remove_whitespace_strings()
|
2016-12-16 16:02:19 -08:00 |
|
Alexander Karatarakis
|
bd50778cb5
|
[install_command] now overwrites files if they are already present
The listfile checks ensures that no other package claims ownership
of the particular file
|
2016-12-16 15:42:15 -08:00 |
|
Alexander Karatarakis
|
38859d5c91
|
Improve code that filters out the directories from a vector of paths
|
2016-12-15 18:41:01 -08:00 |
|
Alexander Karatarakis
|
15ca6919ad
|
Use Files::write_all_lines()
|
2016-12-15 18:24:06 -08:00 |
|
Alexander Karatarakis
|
e4548a8cf4
|
Add Files::read_all_lines() and Files::write_all_lines()
|
2016-12-15 18:19:22 -08:00 |
|
Alexander Karatarakis
|
8f397bb8d1
|
Add Strings::trim() function
|
2016-12-15 17:09:14 -08:00 |
|
Alexander Karatarakis
|
b2859c6512
|
Merge branch 'master' of https://github.com/Microsoft/vcpkg
|
2016-12-15 14:29:51 -08:00 |
|
Alexander Karatarakis
|
88daca5f54
|
[listfile] When reading a listfile, add / at the end of directories
|
2016-12-15 14:28:43 -08:00 |
|
Robert Schumacher
|
96e08d924a
|
Merge pull request #422 from codicodi/fix-fastlz
[fastlz] specify correct source path
|
2016-12-15 13:31:22 -08:00 |
|
Robert Schumacher
|
43262d24da
|
[fastlz] Name downloaded archive to avoid conflicts with future versions
|
2016-12-15 13:30:48 -08:00 |
|
Robert Schumacher
|
5c92a3fe62
|
Merge branch 'fix-fastlz' of https://github.com/codicodi/vcpkg into codicodi-fix-fastlz
|
2016-12-15 13:29:48 -08:00 |
|
codicodi
|
786d591cc3
|
[fastlz] specify correct source path
|
2016-12-15 21:11:27 +01:00 |
|
Alexander Karatarakis
|
5d54e079f7
|
Refactor writing of listfile
|
2016-12-14 16:52:23 -08:00 |
|
Alexander Karatarakis
|
4300197a03
|
Merge branch 'mmassing-boost_with_zlib'
|
2016-12-14 14:23:11 -08:00 |
|
Alexander Karatarakis
|
6507a1ea32
|
[boost] Bump version
|
2016-12-14 12:25:34 -08:00 |
|
Alexander Karatarakis
|
fdbfee0aeb
|
Merge branch 'boost_with_zlib' of https://github.com/mmassing/vcpkg into mmassing-boost_with_zlib
|
2016-12-14 12:24:31 -08:00 |
|
Alexander Karatarakis
|
b1681d0838
|
Avoid copying struct
|
2016-12-13 19:02:02 -08:00 |
|
Alexander Karatarakis
|
c9b310c165
|
Minor code clarity change
|
2016-12-13 16:35:06 -08:00 |
|
Alexander Karatarakis
|
dd8cbba38b
|
Update CHANGELOG and bump version to v0.0.65
|
2016-12-12 18:13:32 -08:00 |
|
Alexander Karatarakis
|
e523668cce
|
Change signature to std::string& (from char*)
|
2016-12-12 15:13:24 -08:00 |
|
Alexander Karatarakis
|
9796e2532c
|
Use System::println(std::string&) overload
|
2016-12-12 15:10:29 -08:00 |
|
Alexander Karatarakis
|
c77be8f221
|
[vcpkg_System] Add missing const keywords
|
2016-12-12 15:08:26 -08:00 |
|
Alexander Karatarakis
|
852acbc263
|
[vcpkg_Input] Use std::string instead of char*
|
2016-12-12 15:05:49 -08:00 |
|
Alexander Karatarakis
|
b629cd9044
|
[vcpkg_cmd_arguments] Use std::string instead of char*
|
2016-12-12 15:03:36 -08:00 |
|
Alexander Karatarakis
|
d02fe9bdae
|
Add System::println(std::string) overloads
|
2016-12-12 14:58:38 -08:00 |
|
Robert Schumacher
|
ad42f30904
|
Merge branch 'master' of https://github.com/microsoft/vcpkg
|
2016-12-12 14:03:15 -08:00 |
|
Robert Schumacher
|
1310e9e052
|
Add SQM User Id to metrics
|
2016-12-12 14:03:13 -08:00 |
|
Alexander Karatarakis
|
c715f5c043
|
Merge branch 'gknowles-master'
|
2016-12-12 13:36:49 -08:00 |
|
Alexander Karatarakis
|
37ec5a1419
|
Merge branch 'master' of https://github.com/gknowles/vcpkg into gknowles-master
|
2016-12-12 13:29:53 -08:00 |
|
Alexander Karatarakis
|
5d0a88259a
|
Merge pull request #409 from ab-acx/http-parser
Adding http-parser library
|
2016-12-12 13:23:01 -08:00 |
|
gknowles
|
7b111b87a8
|
Add dimcli
|
2016-12-12 12:05:20 -08:00 |
|
Alexander Karatarakis
|
a9b7685718
|
Merge branch 'codicodi-sdl2-static'
|
2016-12-11 19:08:11 -08:00 |
|
codicodi
|
48ca773907
|
[sdl2] enable static build
|
2016-12-11 14:04:59 +01:00 |
|
Robert Schumacher
|
1726d62911
|
Merge pull request #404 from cguebert/CurlWithSSH2
Patch curl to find the libssh2 library
|
2016-12-09 14:20:39 -08:00 |
|
Robert Schumacher
|
c10e7e4960
|
[curl] Bump version and require libssh2
|
2016-12-09 14:20:03 -08:00 |
|
Robert Schumacher
|
daec252787
|
Merge branch 'CurlWithSSH2' of https://github.com/cguebert/vcpkg into cguebert-CurlWithSSH2
|
2016-12-09 12:42:28 -08:00 |
|
Robert Schumacher
|
1abda7dd2a
|
Merge pull request #406 from codeandroid/397-fix-boost-nomangle
[boost] unset BOOST_AUTO_LINK_NOMANGLE flag
|
2016-12-08 08:19:42 -08:00 |
|
codeandroid
|
2307fa6274
|
[boost] unset BOOST_AUTO_LINK_NOMANGLE flag (fixes #397). This was a remnant of a previously enabled system install option which has been disabled in the meantime.
|
2016-12-08 17:03:45 +01:00 |
|
Christophe Guébert
|
93d83e0a60
|
Add a patch for curl to find the libssh2 library
|
2016-12-08 09:00:16 +01:00 |
|
Robert Schumacher
|
ebe2ce7281
|
Merge pull request #403 from codicodi/add-sfml
[sfml] intial commit
|
2016-12-07 22:00:07 -08:00 |
|
Robert Schumacher
|
0d81422f34
|
Merge pull request #399 from cguebert/CharLS
Add CharLS.
|
2016-12-07 21:44:19 -08:00 |
|
Robert Schumacher
|
451c1abcd7
|
Merge pull request #396 from JasonYang-MSFT/azurestorage
Add Microsoft Azure Storage Client Library for C++ 2.5.0
|
2016-12-07 21:43:08 -08:00 |
|
Robert Schumacher
|
31b713ca1f
|
[vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use VCPKG_CMAKE_SYSTEM_NAME instead.
|
2016-12-07 21:40:36 -08:00 |
|
Robert Schumacher
|
97b0479db0
|
Merge pull request #395 from stammen/uwp-sqlite
UWP: use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME
|
2016-12-07 21:34:44 -08:00 |
|