aboutsummaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/filetest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::filesystem::copy_file. Remove FastOS_FileInterface::CopyFile.Tor Egge2022-06-241-111/+0
* Remove unused code for creating / removing directories andTor Egge2022-06-241-183/+12
* gc old process codeHÃ¥vard Pettersen2022-03-051-2/+0
* Add [[nodiscard]] to Read() tooHenning Baldersheim2022-01-261-1/+2
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-7/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Restore support for compiling fastos on darwin.Tor Egge2019-03-121-0/+2
* Help compiler understand that we are within boundsHenning Baldersheim2018-05-111-2/+2
* NULL -> nullptrHenning Baldersheim2017-08-181-2/+2
* Include only what you need.Henning Baldersheim2017-08-181-0/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Use overrideHenning Baldersheim2017-04-041-4/+5
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+6
* - If hugetlb is not working try without.Henning Baldersheim2016-12-191-3/+4
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-20/+16
* follow review feedbackArne H Juul2016-07-011-24/+6
* use ProgressI64 with file sizes/positionsArne H Juul2016-06-301-11/+9
* use Progress even moreArne H Juul2016-06-301-34/+34
* use Progress() to catch problemsArne H Juul2016-06-301-57/+33
* reindent and style-fixArne H Juul2016-06-301-803/+755
* cleanup rest of file testsArne H Juul2016-06-301-36/+52
* return 0 only if all okArne H Juul2016-06-301-1/+1
* PublishJon Bratseth2016-06-151-0/+907