aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Files.h
AgeCommit message (Expand)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-08-30Move function to Files::find_from_PATH()Alexander Karatarakis
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location o...Alexander Karatarakis
2017-04-17Add fs::create_directories() forwarding functionAlexander Karatarakis
2017-04-12write_all_lines() -> write_lines()Alexander Karatarakis
2017-04-12get_files_recursive()/get_files_non_recursive()Alexander Karatarakis
2017-04-12Files::read_lines() -> Files::read_all_lines()Alexander Karatarakis
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert 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-04expected -> ExpectedAlexander Karatarakis
2017-03-31Remove Files::check_is_directory()Robert Schumacher
2017-03-31Rename expected.h to vcpkg_expected.hAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-01-05Use nested namespace definitionAlexander Karatarakis
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-16Pass by refAlexander Karatarakis
2016-12-15Add Files::read_all_lines() and Files::write_all_lines()Alexander Karatarakis
2016-11-30Move print_paths() to Files::Alexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-29[Files] Add functions to get all files of a dir recursively or non-recursivelyAlexander Karatarakis
2016-11-29Move file functions to vcpkg_Files.hAlexander Karatarakis
2016-09-23Add Files::has_invalid_chars_for_filesystem()Alexander Karatarakis
2016-09-21MOve recursive upwards search to FilesAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis