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
/
vcpkg.cpp
Age
Commit message (
Collapse
)
Author
2017-04-04
Introduce Metrics namespace
Alexander Karatarakis
2017-03-31
Eliminate last usage of Checks::check_throw()
Robert Schumacher
2017-03-31
Rename expected::get_or_exit() to expected::value_or_exit()
Robert Schumacher
2017-03-29
[vcpkg] Fix regression introduced in 67ce764. Fixes #868. Fixes #866.
Robert Schumacher
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-28
[expected] Now uses exit variants instead of throw variants
Alexander Karatarakis
2017-03-27
Rework Paragraph parsing error handling. Add single paragraph functions
Alexander Karatarakis
2017-03-22
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
Global variable g_debugging now declared in vcpkglib.h
Alexander Karatarakis
2017-03-04
[vcpkg] Deduplicate all timer classes.
Robert Schumacher
2017-03-04
[vcpkg] Remove more uses of iostreams. Force 'C' locale -- localization is TODO.
Robert Schumacher
2017-02-17
Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp
Alexander Karatarakis
2017-02-17
Change Info::version() to Version::version()
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-02-01
Enhance the opt_bool type
Alexander Karatarakis
2017-01-31
[opt_bool] Make members ALL_CAPS
Alexander Karatarakis
2017-01-25
Rename main.cpp to vcpkg.cpp
Alexander Karatarakis
2017-01-25
Rename vcpkg.h/cpp to vcpkglib.h/cpp
Alexander Karatarakis
2017-01-05
Introduce ImmutableSortedVector
Alexander Karatarakis
2016-12-24
Fix signed/unsigned mismatch warning
nekko1119
2016-12-16
Files::get_contents() -> Files::read_contents()
Alexander Karatarakis
2016-12-16
Replace reading lines and ignoring empty lines with the new functions
Alexander Karatarakis
Namely: Files::read_all_lines(); Strings::trim_all_and_remove_whitespace_strings()
2016-12-15
Improve code that filters out the directories from a vector of paths
Alexander Karatarakis
2016-12-15
Use Files::write_all_lines()
Alexander Karatarakis
2016-12-15
[listfile] When reading a listfile, add / at the end of directories
Alexander Karatarakis
2016-12-13
Avoid copying struct
Alexander Karatarakis
2016-12-01
get_installed_files() now filters out the directories
Alexander Karatarakis
2016-12-01
Introduce function get_installed_files()
Alexander Karatarakis
2016-12-01
Remove unused function
Alexander Karatarakis
2016-12-01
Remove unused #include directives
Alexander Karatarakis
2016-12-01
Move install_package() and deinstall_package() to the files of the
Alexander Karatarakis
appropriate commands
2016-12-01
Remove unused variable
Alexander Karatarakis
2016-12-01
[install-command] Verify files will not overwrite existing files
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-11-29
Remove unused function
Alexander Karatarakis
2016-11-29
Extract local variable
Alexander Karatarakis
2016-11-15
Major refactor/rework of dependency resolution
Alexander Karatarakis
2016-11-08
Skip BUILD_INFO file on install
Alexander Karatarakis
2016-11-07
Move search_file() to commands_own.cpp
Alexander Karatarakis
2016-11-07
Move listfile_path() to vcpkg_paths.h
Alexander Karatarakis
2016-11-07
Move shorten_description to vcpkglib_helpers
Alexander Karatarakis
2016-11-07
Move Dependency-related functions from vcpkg.h to vcpkg_Dependencies.h
Alexander Karatarakis
2016-11-07
Move functions that are only used by `import` out of vcpkg.h/cpp
Alexander Karatarakis
2016-11-07
Merge lib.cpp and vcpkg.cpp -> vcpkg.cpp
Alexander Karatarakis
2016-11-07
Refactor: create new Paragraphs.h/cpp
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis
[prev]