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_integrate.cpp
Age
Commit message (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-10-02
[vcpkg] Fix use of UNICODE-sensitive Windows APIs
Robert Schumacher
2017-08-31
[vcpkg integrate] Change regex to static const, add missing consts
Alexander Karatarakis
2017-08-31
[vcpkg integrate] Naming convention fixes
Alexander Karatarakis
2017-08-31
example -> EXAMPLE
Alexander Karatarakis
2017-08-31
Function naming convention
Alexander Karatarakis
2017-05-04
get_environmental_variable() -> get_environment_variable()
Alexander Karatarakis
2017-04-28
[clang-format] Cpp11BracedListStyle: true
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-23
[vcpkg-integrate-project] Escape backticks. Fixes #964.
Robert Schumacher
2017-04-21
`Integrate project`: Change authors to `vcpkg`
Alexander Karatarakis
2017-04-21
Function renames. Make string static constexpr
Alexander Karatarakis
2017-04-14
Merge from master
Robert Schumacher
2017-04-13
Use Util::erase_remove_if()
Alexander Karatarakis
2017-04-13
Revert "Use Util::keep_if()"
Robert Schumacher
2017-04-12
Merge from master
Robert Schumacher
2017-04-12
[vcpkg] Remove+indirect nearly all uses of iostreams
Robert Schumacher
2017-04-12
Use Util::keep_if()
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
elevation_prompt_user_choice -> ElevationPromptChoice
Alexander Karatarakis
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
expected -> Expected
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
Alexander Karatarakis
2017-03-31
Move Environment:: functions into vcpkg_paths. Remove Environment.h/cpp
Robert Schumacher
2017-03-31
Move Environment::get_program_files() to System::get_program_files()
Robert Schumacher
2017-03-31
Rename optional::get_or_exit() to optional::value_or_exit()
Robert Schumacher
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-22
[commands] Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-22
Use Checks::exit_with_message()
Alexander Karatarakis
2017-03-22
Use Checks::check_exit()
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
Checks::unreachable() now needs LineInfo as an argument
Alexander Karatarakis
2017-03-10
Use System::cmd_executeClean()
Alexander Karatarakis
2017-03-10
`integrate`: Use paths.get_nuget_exe()
Alexander Karatarakis
2017-02-28
Use Checks::check_exit()
Alexander Karatarakis
2017-02-28
Remove fs::exists() call
Alexander Karatarakis
2017-02-28
Improve implementation of `vcpkg integrate remove`
Alexander Karatarakis
2017-02-28
Re-use variable instead of re-calling function returning it
Alexander Karatarakis
2017-02-17
`integrate`: checks for --options
Alexander Karatarakis
2017-02-16
Improve message of `vcpkg integrate install`
Alexander Karatarakis
2017-02-14
Add functions to find the Program Files folders on the C++ side. Resolves #606
Alexander Karatarakis
2017-02-14
System::get_environmental_variable() now returns optional<>
Alexander Karatarakis
2017-02-14
Rename wdupenv_str to get_environmental_variable()
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
2017-01-12
Rename commands_integration.cpp to commands_integrate.cpp
Alexander Karatarakis