index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
fs_tests.cpp
Age
Commit message (
Expand
)
Author
2022-03-03
test: Correctly decode UTF-8 literal string paths
Ryan Ofsky
2022-02-18
test: Run symlink regression tests on Windows
MarcoFalke
2022-02-17
test: Add fs_tests/create_directories unit test
Hennadii Stepanov
2022-02-14
test: Add fs_tests/rename unit test
Hennadii Stepanov
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
refactor: Add fs::PathToString, fs::PathFromString, u8string, u8path functions
Russell Yanofsky
2021-05-24
scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...
Kiminuo
2021-04-18
scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...
Kiminuo
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-15
tests: Fix fs_tests for unknown locales
Daki Carnhof
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-09-26
tests: Add test case for std::ios_base::ate
Chun Kuan Lee