aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Files.cpp
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-08-28Use System::println() with no argsAlexander Karatarakis
2017-06-21[vcpkg-export] Fix nuget export. Fixes #1223.Robert Schumacher
2017-06-06ExpectedT factory classDaniel Shaw
2017-04-28[clang-format] Increase PenaltyReturnTypeOnItsOwnLineAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-18Workaround for fs::remove_all()Alexander Karatarakis
2017-04-17Add fs::create_directories() forwarding functionAlexander Karatarakis
2017-04-12Add final keywordAlexander 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-22Correctly forward the line_info parameterAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-02-15Don't capture anything in lambdas, if they don't need itAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander 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-16Use check_exit() instead of check_throw()Alexander 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-29Use new Files functionsAlexander 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