aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_build.cpp
AgeCommit message (Expand)Author
2017-04-14Merge from masterRobert Schumacher
2017-04-13Use Util::erase_remove_if()Alexander Karatarakis
2017-04-13Revert "Use Util::keep_if()"Robert Schumacher
2017-04-12Merge from masterRobert Schumacher
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-12Use Util::keep_if()Alexander Karatarakis
2017-04-12Simplify Install plan generationAlexander Karatarakis
2017-04-11Merge from masterRobert Schumacher
2017-04-10`build` target_triplet -> tripletAlexander Karatarakis
2017-04-10PackageSpec.target_triplet() -> ".triplet()Alexander Karatarakis
2017-04-10default_target_triplet -> default_tripletAlexander Karatarakis
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-07Remove unneeded to_string() callsAlexander Karatarakis
2017-04-07Remove PackageSpec.display_name()Alexander Karatarakis
2017-04-07Remove to_printf_args(PackageSpec)Alexander Karatarakis
2017-04-06Don't suppress output of setting the environemnt on --debugAlexander Karatarakis
2017-04-04PacakgeSpec.toString() -> PackageSpec.to_string()Alexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04toolset_t -> ToolsetAlexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04Enums::toString() -> Enums::to_string()Alexander Karatarakis
2017-04-04package_spec_with_install_plan -> PackageSpecWithInstallPlanAlexander Karatarakis
2017-04-04install_plan_type -> InstallPlanTypeAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04ElapsedTime: rename function to all_lowerAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-04-04Rename Metrics:: function to all_lowerAlexander Karatarakis
2017-04-04Introduce Metrics namespaceAlexander Karatarakis
2017-04-03[vcpkg-env] Added internal 'env' command to help diagnose environment issues.Robert Schumacher
2017-04-01[vcpkg] Merge search for dumpbin and toolchain (they are the same).Robert Schumacher
2017-03-31Move Environment:: functions into vcpkg_paths. Remove Environment.h/cppRobert Schumacher
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-17Fix error messageAlexander Karatarakis
2017-03-15[vcpkg] Fix regression with dependency qualifiers.Robert Schumacher
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-10Use System::cmd_execute_clean() for `build`, `create`, `portsdiff`Alexander Karatarakis
2017-03-10`build`: Use make_cmake_cmd() and paths.get_cmake/git_exe()Alexander Karatarakis
2017-03-04[vcpkg] Deduplicate all timer classes.Robert Schumacher
2017-02-27Fix #include of Paragraph.hAlexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-23Use System::set_environmental_variable()Alexander Karatarakis
2017-02-23[vcpkg] Fix bug when building v141@64-bit from a v140@32-bit promptRobert Schumacher
2017-02-21Merge branch 'master' into masterRobert 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-17[build_command] Extract function for calculations after Input processingAlexander Karatarakis
2017-02-17[build-command] Reorder input processingAlexander Karatarakis