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_Files.cpp
Age
Commit message (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-08-30
Move function to Files::find_from_PATH()
Alexander Karatarakis
2017-08-28
Use System::println() with no args
Alexander Karatarakis
2017-06-21
[vcpkg-export] Fix nuget export. Fixes #1223.
Robert Schumacher
2017-06-06
ExpectedT factory class
Daniel Shaw
2017-04-28
[clang-format] Increase PenaltyReturnTypeOnItsOwnLine
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-18
Workaround for fs::remove_all()
Alexander Karatarakis
2017-04-17
Add fs::create_directories() forwarding function
Alexander Karatarakis
2017-04-12
Add final keyword
Alexander Karatarakis
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
[vcpkg] Remove+indirect nearly all uses of iostreams
Robert Schumacher
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
expected -> Expected
Alexander Karatarakis
2017-03-31
Remove Files::check_is_directory()
Robert Schumacher
2017-03-22
Correctly forward the line_info parameter
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-02-15
Don't capture anything in lambdas, if they don't need it
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-05
Use nested namespace definition
Alexander Karatarakis
2016-12-16
Files::get_contents() -> Files::read_contents()
Alexander Karatarakis
2016-12-16
Pass by ref
Alexander Karatarakis
2016-12-16
Use check_exit() instead of check_throw()
Alexander Karatarakis
2016-12-15
Add Files::read_all_lines() and Files::write_all_lines()
Alexander Karatarakis
2016-11-30
Move print_paths() to Files::
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-11-29
Use new Files functions
Alexander Karatarakis
2016-11-29
[Files] Add functions to get all files of a dir recursively or non-recursively
Alexander Karatarakis
2016-11-29
Move file functions to vcpkg_Files.h
Alexander Karatarakis
2016-09-23
Add Files::has_invalid_chars_for_filesystem()
Alexander Karatarakis
2016-09-21
MOve recursive upwards search to Files
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis