aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg.cpp
AgeCommit message (Expand)Author
2017-09-14Version check is now performed before running any commandAlexander Karatarakis
2017-09-13[vcpkg.cpp] Naming schemeAlexander Karatarakis
2017-08-28Add missing const keywordsAlexander Karatarakis
2017-08-25[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644Robert Schumacher
2017-08-25[vcpkg] use UTF-8 for console input/outputMikhail Paulyshka
2017-08-25[vcpkg] Trap Ctrl-C, enable thread safety for global data structuresRobert Schumacher
2017-08-24Run cleanup before exiting instead of calling atexitAlexander Karatarakis
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-06-06ExpectedT factory classDaniel Shaw
2017-05-04get_environmental_variable() -> get_environment_variable()Alexander Karatarakis
2017-05-04Rename Strings:: function for utf8/utf16 conversionAlexander Karatarakis
2017-04-30[vcpkg] Remove OptBool in favor of Optional<bool>Robert Schumacher
2017-04-27Run clang-foramt over tests and remaining cpp filesAlexander Karatarakis
2017-04-25Rework OptBool enumAlexander Karatarakis
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-11Merge from masterRobert Schumacher
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
2017-04-10VcpkgCmdArguments.target_triplet -> ".tripletAlexander Karatarakis
2017-04-10default_target_triplet -> default_tripletAlexander 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-04color -> ColorAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04optional<T> -> Optional<T>Alexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04ElapsedTime: rename function to all_lowerAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04opt_bool->OptBoolAlexander Karatarakis
2017-04-04Rename Metrics:: function to all_lowerAlexander Karatarakis
2017-04-04Introduce Metrics namespaceAlexander Karatarakis
2017-03-31Eliminate last usage of Checks::check_throw()Robert Schumacher
2017-03-31Rename 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-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-03-22Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Global variable g_debugging now declared in vcpkglib.hAlexander 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-17Change Info::email() to Contact::email(). Remove vcpkg_info.h/cppAlexander Karatarakis
2017-02-17Change Info::version() to Version::version()Alexander Karatarakis
2017-02-14System::get_environmental_variable() now returns optional<>Alexander Karatarakis
2017-02-14Rename wdupenv_str to get_environmental_variable()Alexander Karatarakis
2017-02-01Enhance the opt_bool typeAlexander Karatarakis
2017-01-31[opt_bool] Make members ALL_CAPSAlexander Karatarakis
2017-01-25Rename main.cpp to vcpkg.cppAlexander Karatarakis