aboutsummaryrefslogtreecommitdiff
path: root/src/test/fs_tests.cpp
AgeCommit message (Expand)Author
2023-12-14Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanupAva Chow
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-12-11Add tests for C++20 std::u8stringMarcoFalke
2023-10-26Remove DirIsWritable, GetUniquePathMarcoFalke
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-23refactor: Extract util/fs_helpers from util/systemBen Woosley
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-03-03test: Correctly decode UTF-8 literal string pathsRyan Ofsky
2022-02-18test: Run symlink regression tests on WindowsMarcoFalke
2022-02-17test: Add fs_tests/create_directories unit testHennadii Stepanov
2022-02-14test: Add fs_tests/rename unit testHennadii Stepanov
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05refactor: Add fs::PathToString, fs::PathFromString, u8string, u8path functionsRussell Yanofsky
2021-05-24scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...Kiminuo
2021-04-18scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...Kiminuo
2021-02-04Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...Kiminuo
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-15tests: Fix fs_tests for unknown localesDaki Carnhof
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-09-26tests: Add test case for std::ios_base::ateChun Kuan Lee