aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_portsdiff.cpp
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-09-24`vcpkg portsdiff` Make output format closer to the CHANGELOG formattingAlexander Karatarakis
2017-08-31[vcpkg portsdiff] Add missing const, remove unused #includeAlexander Karatarakis
2017-08-31example -> EXAMPLEAlexander Karatarakis
2017-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-06-19[vcpkg] feature packages initial parsingDaniel Shaw
2017-05-04Rename Strings:: function for utf8/utf16 conversionAlexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-28[clang-format] Increase PenaltyReturnTypeOnItsOwnLineAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-04set_element_presence -> SetElementPresenceAlexander Karatarakis
2017-04-04updated_port -> UpdatedPortAlexander Karatarakis
2017-04-04exit_code_and_output -> ExitCodeAndOutputAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04VersionDiff.toString() -> VersionDiff.to_string()Alexander Karatarakis
2017-04-04version_diff_t -> VersionDiffAlexander Karatarakis
2017-04-04version_t -> VersionTAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-01[vcpkg] ImmutableSortedVector is actually Mutable via move.Robert Schumacher
Use fmap instead of construct/insert. Don't cache VS2015 instances since it is called once. Add ParagraphDataMap alias.
2017-03-31`update` needs to use package_specAlexander Karatarakis
2017-03-31Refactor update and portsdiffAlexander Karatarakis
2017-03-31Version_tAlexander Karatarakis
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-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13System::cmd_execute_and_capture_output() now redirects std::err to std::outAlexander Karatarakis
2017-03-10Use System::cmd_execute_clean() for `build`, `create`, `portsdiff`Alexander Karatarakis
2017-03-10`portsdiff`: Use paths.get_git_exe();Alexander Karatarakis
2017-03-10Use System::println() instead of std::coutAlexander Karatarakis
2017-02-27Remove unnecessary branchAlexander 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-17`portsdiff`: Check for --optionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-11-28[vcpkg portsdiff] Add check that commit id existsAlexander Karatarakis
2016-11-07Don't #include vcpkg.h in portsdiff.cppAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-11-06Add new command: portsdiffAlexander Karatarakis