Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | Replace uses of boost::filesystem with fs | Wladimir J. van der Laan | |
Step two in abstracting away boost::filesystem. To repeat this, simply run: ``` git ls-files \*.cpp \*.h | xargs sed -i 's/boost::filesystem/fs/g' ``` | |||
2017-04-03 | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan | |
This is step one in abstracting the use of boost::filesystem. | |||
2016-03-11 | Move GetTempPath() to testutil. | Mustafa | |
2016-03-11 | Add a source file for unit test utils. | Mustafa | |