index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
vcpkg.cpp
Age
Commit message (
Expand
)
Author
2019-11-14
[vcpkg] update telemetry
dan-shaw
2019-08-16
[vcpkg] Major tool CMakeLists.txt updates
Nicole Mazzuca
2019-08-07
[vcpkg] Make Filesystem::remove_all faster #7570
Nicole Mazzuca
2019-07-18
Better error message when VCPKG_ROOT is independently defined (#7229)
Dan Nissenbaum
2019-07-01
Allow redirection of the scripts folder. (#6552)
martin-s
2019-06-27
Triplets Overlay Implementation (#7053)
Victor Romero
2019-06-12
Protect #pragma comment(lib, "foo") with _WIN32 checks (#6867)
İsmail Dönmez
2019-06-08
[vcpkg] Apply clang format (#6826)
Robert Schumacher
2019-05-18
[vcpkg] Fix regression in `--debug`. Remove old `features` featureflag. (#6507)
Robert Schumacher
2019-04-23
Add exit code (#6175)
Curtis J Bezault
2019-04-08
[vcpkg] Synchronize vcpkg-base with external repo (#5934)
Robert Schumacher
2019-02-05
[vcpkg] Respect the documented VS environment variable %VCPKG_VISUAL_STUDIO_P...
Robert Schumacher
2018-12-12
[vcpkg] Add support for muslc, static crt linkage, and forcing the system bin...
Robert Schumacher
2018-10-17
Survey times. Refactor Chrono stuff. All times UTC, unless explicitly mentioned
Alexander Karatarakis
2018-10-17
Survey prompts are now shown only for intall/remove/export/update
Alexander Karatarakis
2018-10-16
[vcpkg] Wrap all external process spawning in a Ctrl-C catcher to avoid corru...
Robert Schumacher
2018-07-09
[vcpkg] Split vcpkg::Commands::Fetch into backend and frontend
Robert Schumacher
2018-05-03
[vcpkg] Remove utf16 usage from non-Windows
Robert Schumacher
2018-04-12
[vcpkg] Mark many types noexcept. Make certain code patterns more transparent...
Robert Schumacher
2018-03-13
[vcpkg] Improve default triplets for non-windows
Robert Schumacher
2018-03-10
[vcpkg] Add VCPKG_DEFAULT_VS_PATH environment variable
Robert Schumacher
2018-02-26
[vcpkg] Initial commit of experimental compressed binary archiving behind a flag
Robert Schumacher
2018-02-26
[vcpkg] Refactor VcpkgCmdArguments to not utilize global state
Robert Schumacher
2018-02-21
[vcpkg] Enable metrics on linux
Robert Schumacher
2018-01-23
Use empty() instead of comparing with size()
Alexander Karatarakis
2018-01-23
Fix #include casing
Alexander Karatarakis
2017-12-23
Revert "clang-tidy fixes"
Robert Schumacher
2017-12-22
clang-tidy fixes
Alexander Karatarakis
2017-12-01
[vcpkg-contact-survey] Add monthly survey prompt
Robert Schumacher
2017-11-30
[vcpkg] Add --x-xunit internal command to print installation results in a VST...
Robert Schumacher
2017-11-13
[vcpkg-metrics] Replace SQM with MAC hash.
Robert Schumacher
2017-10-30
Using CP_UTF8 macro instead of magic numbers.
sdcb
2017-10-16
Don't warn for outdated vcpkg if command is autocomplete
Alexander Karatarakis
2017-10-16
[vcpkg] Push use of UTF-16 to only around Win32 call boundaries.
Robert Schumacher
2017-10-14
[vcpkg] Prefer the current vcpkg directory over the one the vcpkg.exe is loca...
Alexander Karatarakis
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-10-02
Suppress 4768 warning from shlobj.h
Alexander Karatarakis
2017-09-14
Version check is now performed before running any command
Alexander Karatarakis
2017-09-13
[vcpkg.cpp] Naming scheme
Alexander Karatarakis
2017-08-28
Add missing const keywords
Alexander Karatarakis
2017-08-25
[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644
Robert Schumacher
2017-08-25
[vcpkg] use UTF-8 for console input/output
Mikhail Paulyshka
2017-08-25
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Robert Schumacher
2017-08-24
Run cleanup before exiting instead of calling atexit
Alexander Karatarakis
2017-08-24
Introduce GlobalState struct
Alexander Karatarakis
2017-06-06
ExpectedT factory class
Daniel Shaw
2017-05-04
get_environmental_variable() -> get_environment_variable()
Alexander Karatarakis
2017-05-04
Rename Strings:: function for utf8/utf16 conversion
Alexander Karatarakis
2017-04-30
[vcpkg] Remove OptBool in favor of Optional<bool>
Robert Schumacher
2017-04-27
Run clang-foramt over tests and remaining cpp files
Alexander Karatarakis
[next]