aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2017-02-27Remove unnecessary branchAlexander Karatarakis
2017-02-27Use load_all_ports() in `ci`Alexander Karatarakis
2017-02-27Introduce extract_port_names_and_versions()Alexander Karatarakis
2017-02-27Fix #include of Paragraph.hAlexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-27Use load_all_ports() in `portsdiff`Alexander Karatarakis
2017-02-27Use std::move to avoid a copyAlexander Karatarakis
2017-02-27Introduce function: load_all_ports()Alexander Karatarakis
2017-02-27Enclose cpp file into namespaceAlexander Karatarakis
2017-02-24Throw error is PROGRAMFILES env variable is not foundAlexander 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-22Use check_exit() instead of check_throw()Alexander Karatarakis
2017-02-22Improve error message and use check_exit() instead of check_throw()Alexander Karatarakis
2017-02-21Use std::vector.empty() instead of checking for size() = 0Alexander Karatarakis
2017-02-21Add `search --graph` optionAlexander Karatarakis
2017-02-21Merge branch 'master' into masterRobert Schumacher
2017-02-17STRINGIFY: use __VA_ARGS__ to avoid C4003 and double quote hackAlexander Karatarakis
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-17Remove unused functionAlexander Karatarakis
2017-02-17`hash` check for --optionsAlexander Karatarakis
2017-02-17`contact`/`help`/`version`: Check for --optionsAlexander Karatarakis
2017-02-17`portsdiff`: Check for --optionsAlexander Karatarakis
2017-02-17`integrate`: checks for --optionsAlexander Karatarakis
2017-02-17`owns`: check for --optionsAlexander Karatarakis
2017-02-17`cache`/`list`/`own`/`search`: check for --optionsAlexander Karatarakis
2017-02-17`create`/`edit`: check for --optionsAlexander Karatarakis
2017-02-17`update`: check for --optionsAlexander Karatarakis
2017-02-17`ci`: Check for --options, delay loading status_db, refactorAlexander Karatarakis
2017-02-17`install`: check for --options and delay loading of status_dbAlexander Karatarakis
2017-02-17Remove try_load_port() overloadAlexander Karatarakis
2017-02-17`build-external` now calls code from `build` after input processingAlexander Karatarakis
2017-02-17[build_command] Extract function for calculations after Input processingAlexander Karatarakis
2017-02-17Add vcpkg_cmd_arguments::check_no_optional_arguments()Alexander Karatarakis
2017-02-17[build-command] Reorder input processingAlexander Karatarakis
2017-02-17[remove-command] Reorder input processingAlexander Karatarakis
2017-02-16Improve message of `vcpkg integrate install`Alexander Karatarakis
2017-02-16CMake: Bump version to 3.8.0 to resolve VS2017 UWP build issuesAlexander Karatarakis
2017-02-16Use ElapsedTime instead of StopwatchAlexander Karatarakis
2017-02-16Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cppAlexander Karatarakis
2017-02-16Introduce ElapsedTime classAlexander Karatarakis
2017-02-16Specify type explicitlyAlexander Karatarakis
2017-02-16Use ascii_to_lowercase()Alexander Karatarakis
2017-02-16Fix build command not printing out the missing dependencies on failAlexander Karatarakis
2017-02-15Add comment for tolower_char()Alexander Karatarakis
2017-02-15Add tolower_char(char)->char. Avoids C4244 for char<->int conversionAlexander Karatarakis
2017-02-15Use Strings::ascii_to_lowercase()Alexander Karatarakis
2017-02-15Fix C4018 warningAlexander Karatarakis
2017-02-15[!] Change the format of the listfileAlexander Karatarakis