summaryrefslogtreecommitdiffstats
path: root/fbench/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes.Tor Egge2019-06-111-0/+1
|
* Update copyright headersJon Bratseth2017-06-148-8/+8
|
* Revert "Update copyright headers"Jon Bratseth2017-06-148-8/+8
|
* Update copyright headersJon Bratseth2017-06-148-8/+8
|
* Revert "Copyright header"Jon Bratseth2017-06-138-8/+8
|
* Copyright headerJon Bratseth2017-06-138-8/+8
|
* FindNewline -> FindNextLineArne H Juul2017-05-092-3/+3
|
* fix FileReader bugsArne H Juul2017-05-092-12/+6
| | | | | | | | * Reset() and SetFilePos() should flush old buffer * make GetFilePos() work immediately after SetFilePos() * refactor Reset() to use SetFilePos() * refactor FindNewLine() to use GetFilePos() * remove useless GetBufPos()
* super ugly add post modeArne H Juul2017-05-082-2/+13
| | | | * also, fix some logic with byte offsets and -r option
* Only require fastos where you actually use it and link staticallyHenning Baldersheim2016-11-023-885/+0
|
* use cmathArne Juul2016-06-271-4/+5
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* PublishJon Bratseth2016-06-1511-0/+1720