aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-20[utfcpp] Initial additionArkadiy Shapkin
2016-10-14Merge pull request #163 from origin/Add_glogRobert Schumacher
glog port file
2016-10-14[glog] Add upstream version, require gflags to ensure full functionalityRobert Schumacher
2016-10-14Merge pull request #161 from sdcb/libmysqlclientRobert Schumacher
Add libmysql
2016-10-14Merge pull request #162 from sdcb/mongo-client-fixRobert Schumacher
Improve mongo client port.
2016-10-14Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-10-14Use coff_file_reader for checking the architecture of libs/dllsAlexander Karatarakis
2016-10-14Add coff_file_reader to extract info/from dll/lib files without dumpbinAlexander Karatarakis
Calling dumpbin was very slow in some cases (e.g. boost). With coff_file_reader we directly examine the binary for the few bits we need.
2016-10-14Add MachineType enumAlexander Karatarakis
2016-10-14[Stopwatch] Microseconds now displayed as us instead of microsAlexander Karatarakis
2016-10-14glog port fileEric Mittelette
2016-10-14Merge pull request #158 from sdcb/nanodbc-fixRobert Schumacher
Fix nanodbc unicode issues and code optimize.
2016-10-14Merge pull request #159 from KindDragon/boost-release-pdbRobert Schumacher
[boost] Enable debug symbols for release build. Closes #151
2016-10-14Merge pull request #144 from vlj/masterRobert Schumacher
Add freetype support for harfbuzz
2016-10-14[harfbuzz] Case-correction in control fileRobert Schumacher
2016-10-14Merge branch 'master' of https://github.com/vlj/vcpkg into vlj-masterRobert Schumacher
2016-10-14Fix overload of Checks::exit_with_messageAlexander Karatarakis
2016-10-14Add freetype support for harfbuzz.Vincent Lejeune
2016-10-15fix some lib, pdb and dll path.flysha
2016-10-14Add libmysqlsdcb
2016-10-14[boost] Enable debug symbols for release build. Closes #151Arkadiy Shapkin
2016-10-14Improve nanodbc 2 issues.sdcb
2016-10-14Improve mongo client port.flysha
2016-10-13Merge pull request #152 from muemart/iconvRobert Schumacher
Improve iconv port
2016-10-13Add ability to build static libraries and copy correct license fileMartin Müller
2016-10-13Merge pull request #153 from sdcb/nanodbcRobert Schumacher
Add nanodbc
2016-10-13[nanodbc] Switch USE_UNICODE to ON to match upstream's build.bat.Robert Schumacher
2016-10-13Merge branch 'nanodbc' of https://github.com/sdcb/vcpkg into sdcb-nanodbcRobert Schumacher
2016-10-13Merge pull request #154 from sgreenlay/masterRobert Schumacher
Add cppwinrt
2016-10-13Removed HEADER_PATHScott Greenlay
2016-10-13added cppwinrtScott Greenlay
2016-10-13Add nanodbc.sdcb
2016-10-12Remove unused headers and filesMartin Müller
2016-10-12Merge pull request #139 from ZeroCrunch/masterRobert Schumacher
Add double-conversion
2016-10-12[double-conversion] Reduce work done during deploymentRobert Schumacher
2016-10-12Patch files directly instead of copying or modifying with CMakeMartin Müller
2016-10-12Merge branch 'master' of https://github.com/ZeroCrunch/vcpkg into ↵Robert Schumacher
ZeroCrunch-master
2016-10-12Merge pull request #148 from sdcb/mongo-clientRobert Schumacher
Add MongoDB C++ driver.
2016-10-13Add libbson, mongo-c-driver, mongo-cxx-driverflysha
2016-10-11Merge pull request #142 from adam4813/loggersRobert Schumacher
Adds spdlog and log4cplus
2016-10-11[spdlog] Initial additionAdam Martin
2016-10-11[log4cplus] Initial additionAdam Martin
2016-10-11Updating based off feedback from @ras0219-msft for PR #6.Jamie Kenyon
2016-10-11Rename lint_status::ERROR to lint_status::ERROR_DETECTEDAlexander Karatarakis
This is because windows.h defines an ERROR macro
2016-10-11[vcpkg] Force compiler character set to UTF-8. Fixes #141.Robert Schumacher
2016-10-11Merge pull request #140 from Morten242/masterRobert Schumacher
Use -noprofile to avoid loading powershell profiles
2016-10-11Use -noprofile to avoid loading powershell profilesMårten Nordheim
2016-10-11Adding double-conversion package.Jamie Kenyon
2016-10-11[vcpkg] Tweak default compiler flags to match the VS new project defaults ↵Robert Schumacher
where appropriate
2016-10-11Merge branch 'release-pdbs'Robert Schumacher