index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
commands_portsdiff.cpp
Age
Commit message (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-09-24
`vcpkg portsdiff` Make output format closer to the CHANGELOG formatting
Alexander Karatarakis
2017-08-31
[vcpkg portsdiff] Add missing const, remove unused #include
Alexander Karatarakis
2017-08-31
example -> EXAMPLE
Alexander Karatarakis
2017-06-20
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
Robert Schumacher
2017-06-19
[vcpkg] feature packages initial parsing
Daniel Shaw
2017-05-04
Rename Strings:: function for utf8/utf16 conversion
Alexander Karatarakis
2017-04-28
[clang-format] Cpp11BracedListStyle: true
Alexander Karatarakis
2017-04-28
[clang-format] Increase PenaltyReturnTypeOnItsOwnLine
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander 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-04
set_element_presence -> SetElementPresence
Alexander Karatarakis
2017-04-04
updated_port -> UpdatedPort
Alexander Karatarakis
2017-04-04
exit_code_and_output -> ExitCodeAndOutput
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
VersionDiff.toString() -> VersionDiff.to_string()
Alexander Karatarakis
2017-04-04
version_diff_t -> VersionDiff
Alexander Karatarakis
2017-04-04
version_t -> VersionT
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-04-01
[vcpkg] ImmutableSortedVector is actually Mutable via move.
Robert Schumacher
2017-03-31
`update` needs to use package_spec
Alexander Karatarakis
2017-03-31
Refactor update and portsdiff
Alexander Karatarakis
2017-03-31
Version_t
Alexander Karatarakis
2017-03-31
Move Environment:: functions into vcpkg_paths. Remove Environment.h/cpp
Robert Schumacher
2017-03-22
[commands] Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
System::cmd_execute_and_capture_output() now redirects std::err to std::out
Alexander Karatarakis
2017-03-10
Use System::cmd_execute_clean() for `build`, `create`, `portsdiff`
Alexander Karatarakis
2017-03-10
`portsdiff`: Use paths.get_git_exe();
Alexander Karatarakis
2017-03-10
Use System::println() instead of std::cout
Alexander Karatarakis
2017-02-27
Remove unnecessary branch
Alexander Karatarakis
2017-02-27
Introduce extract_port_names_and_versions()
Alexander Karatarakis
2017-02-27
Fix #include of Paragraph.h
Alexander Karatarakis
2017-02-27
Move some functions from vcpkglib.h to Paragraphs.h
Alexander Karatarakis
2017-02-27
Use load_all_ports() in `portsdiff`
Alexander Karatarakis
2017-02-17
`portsdiff`: Check for --options
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-12
Reorganize commands, each in its own namespace
Alexander Karatarakis
2017-01-12
Introduce Command namespace. Refactoring
Alexander 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 exists
Alexander Karatarakis
2016-11-07
Don't #include vcpkg.h in portsdiff.cpp
Alexander Karatarakis
2016-11-07
Refactor: create new Paragraphs.h/cpp
Alexander Karatarakis
2016-11-06
Add new command: portsdiff
Alexander Karatarakis