aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_build.cpp
AgeCommit message (Expand)Author
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
2017-02-16Fix build command not printing out the missing dependencies on failAlexander Karatarakis
2017-02-15Add BuildResul_Values and rename NULLVALUE constAlexander Karatarakis
2017-02-15Change parameter from std::string to package_specAlexander Karatarakis
2017-02-15Extract create_user_troubleshooting_message(). CI doesn't call it, interactiv...Alexander Karatarakis
2017-02-15Swap parameters of Build::create_error_message()Alexander Karatarakis
2017-02-15Restore dependency check in build_package()Alexander Karatarakis
2017-02-15Separate dependency check from build_package()Alexander Karatarakis
2017-02-15Trivial print out changeOleksii Mandrychenko
2017-02-10Remove unused #includeAlexander Karatarakis
2017-02-10Fix error messageAlexander Karatarakis
2017-02-10build_package() modified to return the result of the buildAlexander Karatarakis
2017-02-01Rename files in PostBuildLint namespaceAlexander Karatarakis
2017-01-30Rename fieldAlexander Karatarakis
2017-01-30[package_spec] Make toString() a member functionAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis