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
/
vcpkglib.cpp
Age
Commit message (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-08-29
Add missing const
Alexander Karatarakis
2017-08-29
Remove Strings::is_empty(). Use std::string.empty()
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-25
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Robert Schumacher
2017-08-24
Introduce GlobalState struct
Alexander Karatarakis
2017-08-22
[vcpkg] Improve formatting of search and list. Fix gl2ps version.
Robert Schumacher
2017-08-16
partial end to end feature packages hdf5
Daniel Shaw
2017-06-20
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
Robert Schumacher
2017-05-04
Rename Strings:: function for utf8/utf16 conversion
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-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
write_all_lines() -> write_lines()
Alexander Karatarakis
2017-04-12
get_files_recursive()/get_files_non_recursive()
Alexander Karatarakis
2017-04-12
Files::read_lines() -> Files::read_all_lines()
Alexander Karatarakis
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] Further work on filesystem abstraction layer.
Robert Schumacher
2017-04-08
[vcpkg] Initial addition of Filesystem abstraction to enable testing.
Robert Schumacher
2017-04-04
StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFiles
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
Want: change enum constants to ALL_UPPER
Alexander Karatarakis
2017-04-04
want_t -> Want
Alexander Karatarakis
2017-04-04
InstallState: change enum constants to ALL_UPPER
Alexander Karatarakis
2017-04-04
install_state_t -> InstallState
Alexander Karatarakis
2017-04-04
Rename Metrics:: function to all_lower
Alexander Karatarakis
2017-04-04
Introduce Metrics namespace
Alexander Karatarakis
2017-04-04
cstring_view -> CStringView
Alexander Karatarakis
2017-04-01
[vcpkg] ImmutableSortedVector is actually Mutable via move.
Robert Schumacher
2017-04-01
[vcpkg] Collapse join() overloads into a single template.
Robert Schumacher
2017-03-31
Use cwstring_view in CMakeVariable
Robert Schumacher
2017-03-31
Rename expected::get_or_exit() to expected::value_or_exit()
Robert Schumacher
2017-03-31
Introduce get_installed_ports()
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-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-10
Introduce make_cmake_cmd() helper function
Alexander Karatarakis
2017-02-27
Move some functions from vcpkglib.h to Paragraphs.h
Alexander Karatarakis
2017-02-27
Use std::move to avoid a copy
Alexander Karatarakis
2017-02-27
Introduce function: load_all_ports()
Alexander Karatarakis
2017-02-27
Enclose cpp file into namespace
Alexander Karatarakis
2017-02-15
[!] Change the format of the listfile
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-25
Rename vcpkg.h/cpp to vcpkglib.h/cpp
Alexander Karatarakis