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
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
2017-04-25
Rework OptBool enum
Alexander Karatarakis
2017-04-12
[vcpkg] Remove+indirect nearly all uses of iostreams
Robert Schumacher
2017-04-11
Merge from master
Robert Schumacher
2017-04-11
[vcpkg] Alias out standard filesystem headers to ensure clean separation.
Robert Schumacher
2017-04-10
VcpkgCmdArguments.target_triplet -> ".triplet
Alexander Karatarakis
2017-04-10
default_target_triplet -> default_triplet
Alexander Karatarakis
2017-04-08
[vcpkg] Further work on filesystem abstraction layer.
Robert Schumacher
2017-04-08
[vcpkg] Initial addition of Filesystem abstraction to enable testing.
Robert Schumacher
2017-04-05
[vcpkg-debug] Add debugging for calls to cmd_execute_clean()
Robert Schumacher
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
optional<T> -> Optional<T>
Alexander Karatarakis
2017-04-04
expected -> Expected
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-04-04
ElapsedTime: rename function to all_lower
Alexander Karatarakis
2017-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
opt_bool->OptBool
Alexander Karatarakis
2017-04-04
Rename Metrics:: function to all_lower
Alexander Karatarakis
2017-04-04
Introduce Metrics namespace
Alexander Karatarakis
2017-03-31
Eliminate last usage of Checks::check_throw()
Robert Schumacher
2017-03-31
Rename expected::get_or_exit() to expected::value_or_exit()
Robert Schumacher
2017-03-29
[vcpkg] Fix regression introduced in 67ce764. Fixes #868. Fixes #866.
Robert Schumacher
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-28
[expected] Now uses exit variants instead of throw variants
Alexander Karatarakis
2017-03-27
Rework Paragraph parsing error handling. Add single paragraph functions
Alexander Karatarakis
2017-03-22
Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
Global variable g_debugging now declared in vcpkglib.h
Alexander Karatarakis
2017-03-04
[vcpkg] Deduplicate all timer classes.
Robert Schumacher
2017-03-04
[vcpkg] Remove more uses of iostreams. Force 'C' locale -- localization is TODO.
Robert Schumacher
2017-02-17
Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp
Alexander Karatarakis
2017-02-17
Change Info::version() to Version::version()
Alexander Karatarakis
[next]