Commit History

Author SHA1 Message Date
  Ben Langmuir 6f641ccd0e Add vfs::recursive_directory_iterator 11 years ago
  NAKAMURA Takumi 207443bcfa VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to appease msc17. 11 years ago
  NAKAMURA Takumi fd7d4660dc Reformat. 11 years ago
  Ben Langmuir 93d4222c22 Fix test issues from r211623 and remove test-only API 11 years ago
  Ben Langmuir 2f672ba97b Disable the bits of r211623 that broke the bots 11 years ago
  Ben Langmuir cd6ef194d0 Add directory_iterator for (non-recursive) iteration of VFS directories 11 years ago
  Rafael Espindola 1b302fa914 Update for llvm api change. 11 years ago
  Rafael Espindola 5471ad06e1 Refer to error_code with the std prefix. 11 years ago
  Rafael Espindola 3d9d8de878 Fix msvc unittest build. 11 years ago
  Rafael Espindola 534f692b4d Use std::error_code instead of llvm::error_code. 11 years ago
  Craig Topper b23b499237 [C++11] Use 'nullptr'. Unittests edition. 11 years ago
  Rafael Espindola a7025137ce There is no std::errc:success, remove the llvm one. 11 years ago
  Rafael Espindola 68a8353941 Use make_error_code in preparation for making errc an enum class. 11 years ago
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 years ago
  Ben Langmuir 75f094ca56 Attempt to re-enable the VFS unittests on Windows 11 years ago
  NAKAMURA Takumi 2accf9a27f Disable BasicTests/VFS on win32 for now. Investigating. 11 years ago
  Ben Langmuir e40e43d033 Add a 'use-external-names' option to VFS overlay files 11 years ago
  Ben Langmuir 2e63a1199a Allow multi-component paths in VFS file nodes 11 years ago
  Ben Langmuir 7af2a8f9c8 Improve some gtest assertions 11 years ago
  Ben Langmuir 02ed638412 Pass through context for DiagHandler in VFS 11 years ago
  Ben Langmuir 9298d56cfb Add a VFSFromYAML class and a parser to create it 11 years ago
  Ben Langmuir d7596d6412 Recommit virtual file system 11 years ago
  Juergen Ributzka 6c03a38d81 Reverting the virtual file system implementation, because it triggers an assertion 11 years ago
  Ben Langmuir c482cba289 Fix some test issues in VirtualFileSystemTest 11 years ago
  Ben Langmuir 2dc42ea140 Attempt to appease C++11 buildbots 11 years ago
  Ben Langmuir 0d3cd059d7 Add an OverlayFileSystem class 11 years ago