summaryrefslogtreecommitdiffstats
path: root/fastlib
Commit message (Collapse)AuthorAgeFilesLines
* Only install a single fastlib library.Henning Baldersheim2022-05-133-6/+4
|
* Drop runtime dependency on fastlib_fast_testsuiteHenning Baldersheim2022-05-131-1/+0
|
* GC fastlib_util library and move wildcard_match.h to juniper.Henning Baldersheim2022-05-139-195/+0
|
* Just use default allocator unless there is anything special.Henning Baldersheim2022-05-121-1/+1
|
* remove FastOS_ApplicationHåvard Pettersen2022-04-0810-67/+9
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-272-67/+35
|
* Add [[nodiscard]] to Read() tooHenning Baldersheim2022-01-261-1/+1
|
* Add [[nodiscard]] to Write2 and CheckedWrite tooHenning Baldersheim2022-01-263-7/+8
|
* Add [[nodiscard]] to Close() and Sync()Henning Baldersheim2022-01-261-2/+2
|
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-262-16/+13
| | | | | | | - Check result of Close() - Check result of Sync() - Scope FastOS_File to avoid explicit Close(). - NULL -> nullptr
* Update 2017 copyright notices.gjoranv2021-10-0762-62/+62
|
* avoid naked exitArne Juul2020-07-031-2/+0
|
* Move fastlib testsuite into namespace fast::testsuite.Tor Egge2020-05-253-0/+16
|
* cleanup unusedArne Juul2019-11-281-0/+0
|
* Use abort in Fast_BufferedFile::SetPosition.Tor Egge2019-08-021-5/+5
|
* Fix format string in fastlib module.Tor Egge2019-03-131-1/+2
|
* GC unused code.Henning Baldersheim2019-01-1523-2438/+0
|
* remove fastlib webserverHåvard Pettersen2019-01-1524-2529/+0
|
* add and use HDR_ABORT insteadArne Juul2018-06-201-1/+2
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Use fallthrough attributes.Tor Egge2018-05-271-1/+1
|
* Use std::lock_guard instead of std::unique_lock.Tor Egge2017-11-132-10/+10
|
* Use std::mutex instead of FastOS_Mutex.Tor Egge2017-10-271-15/+15
|
* Use std::mutex and std::condition_variable instead of FastOS_Cond.Tor Egge2017-10-272-45/+46
|
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-2014-168/+51
|
* Include only what you need.Henning Baldersheim2017-08-185-0/+6
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
|
* Update copyright headersJon Bratseth2017-06-1496-90/+96
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1496-96/+90
|
* Update copyright headersJon Bratseth2017-06-1496-90/+96
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Encode boundary characters as octetsJon Bratseth2017-06-141-1/+3
|
* Revert "Revert "Encode as UTF-8""Jon Bratseth2017-06-144-5/+5
|
* Revert "Encode as UTF-8"Tor Egge2017-06-144-5/+5
|
* Encode as UTF-8Jon Bratseth2017-06-144-5/+5
|
* Revert "Copyright header"Jon Bratseth2017-06-1396-103/+97
|
* Copyright headerJon Bratseth2017-06-1396-97/+103
|
* Repair what CLion destroyed.Henning Baldersheim2017-06-011-2/+2
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0112-595/+12
|
* Reduce fastos.h dependency.Henning Baldersheim2017-05-2919-59/+59
|
* remove some useless @version and @file commentsArne H Juul2017-05-0417-46/+1
|
* fix author fieldsArne H Juul2017-05-0416-36/+36
|
* reindentArne H Juul2017-05-0457-7580/+7527
|
* Merge pull request #2349 from yahoo/balder/normal-include-fastlibHenning Baldersheim2017-05-038-265/+28
|\ | | | | Fix warnings hidden earlier due to including application headers as s…
| * Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-028-265/+28
| | | | | | | | includes
* | Add missing fileHenning Baldersheim2017-05-021-0/+138
|/
* misc cleanup from BaldersheimArne H Juul2017-05-029-114/+60
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-249-60/+114
|