summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests
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
* remove FastOS_ApplicationHåvard Pettersen2022-04-083-71/+15
* Make it obvious to the compiler that nullptr format string is not possibleTor Brede Vekterli2022-03-241-0/+3
* be more relaxedHåvard Pettersen2022-03-091-2/+2
* make some variables atomic to make tsan happyHåvard Pettersen2022-03-092-3/+3
* gc old process codeHåvard Pettersen2022-03-053-300/+0
* GC unused code.Henning Baldersheim2022-03-011-2/+2
* 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-0715-15/+15
* Enable fastos backtrace for aarch64.Tor Egge2021-04-281-1/+1
* - Wait for zero inactive threads before trying to start the one that shall fail.Henning Baldersheim2021-01-121-17/+12
* Reduce runtime by not testing std::stuff and also avoid extended stress test.Henning Baldersheim2021-01-123-320/+40
* GC unused code and tests with no value.Henning Baldersheim2021-01-077-216/+16
* No need to test std::this_thread::sleepHenning Baldersheim2021-01-072-59/+0
* No need to test the std::mutexHenning Baldersheim2021-01-074-224/+15
* Skip waiting as the counters are changed in same thread.Henning Baldersheim2021-01-071-4/+0
* Include thread header file when needed.Tor Egge2021-01-041-0/+1
* GC unused timestamp in schema.Henning Baldersheim2019-12-163-22/+28
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-047-20/+23
* GC unused fastos code.Henning Baldersheim2019-11-261-164/+1
* Remove more usage of FastOS_TimeHenning Baldersheim2019-11-207-452/+32
* Restore support for compiling fastos on darwin.Tor Egge2019-03-123-3/+5
* GC unused code.Henning Baldersheim2019-01-154-874/+0
* GC unused codeHenning Baldersheim2018-05-113-164/+0
* Remove redundant code.Henning Baldersheim2018-05-111-22/+11
* Ensure zero termination.Henning Baldersheim2018-05-111-0/+11
* Help compiler understand that we are within boundsHenning Baldersheim2018-05-112-23/+23
* Revert "Revert "Toregge/use standard locks in fastos""Arnstein Ressem2017-11-028-129/+126
* Revert "Toregge/use standard locks in fastos"Harald Musum2017-10-318-126/+129
* Stop using FastOS_Mutex and FastOS_Cond in fastos unit tests.Tor Egge2017-10-306-113/+115
* Remove unused member variable.Tor Egge2017-10-301-2/+0
* Use std::mutex and std::condition_variable instead of FastOS_Mutex andTor Egge2017-10-303-16/+13
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-9/+2
* Remove some includes not needed.Henning Baldersheim2017-08-181-0/+1
* NULL -> nullptrHenning Baldersheim2017-08-1819-101/+101
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-1/+2
* Include only what you need.Henning Baldersheim2017-08-184-36/+4
* Update copyright headersJon Bratseth2017-06-1422-22/+22
* Revert "Update copyright headers"Jon Bratseth2017-06-1422-22/+22
* Update copyright headersJon Bratseth2017-06-1422-22/+22
* Revert "Copyright header"Jon Bratseth2017-06-1322-22/+22
* Copyright headerJon Bratseth2017-06-1322-22/+22
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-015-6/+6
* ISO C++1z does not allow ‘register’ storage class specifier (gcc 7)Henning Baldersheim2017-05-051-9/+4
* remove FastOS_Socket::getHostNameHaavard2017-04-191-68/+0
* Use overrideHenning Baldersheim2017-04-0416-67/+50
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+6