aboutsummaryrefslogtreecommitdiffstats
path: root/fastos
Commit message (Collapse)AuthorAgeFilesLines
* Drop timestamp.hHenning Baldersheim2019-12-163-26/+0
|
* Drop all of TimeStamp too.Henning Baldersheim2019-12-162-74/+2
|
* GC unused timestamp in schema.Henning Baldersheim2019-12-166-111/+31
|
* Use std::chrono.Henning Baldersheim2019-12-092-42/+1
|
* GC unused codeHenning Baldersheim2019-12-062-6/+0
|
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-052-63/+17
|
* Merge pull request #11509 from vespa-engine/balder/use-system-time-in-traceHenning Baldersheim2019-12-052-3/+1
|\ | | | | Balder/use system time in trace
| * GC unused constantHenning Baldersheim2019-12-052-2/+0
| |
| * timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-1/+1
| |
* | FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-0411-43/+27
|/ | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* Ensure that we have stopped the thread.Henning Baldersheim2019-12-042-15/+9
|
* GC unused fastos code.Henning Baldersheim2019-11-2611-950/+135
|
* remove redundant if and inline simple method.Henning Baldersheim2019-11-211-3/+1
|
* And that ends the life of FastOS_Time.Henning Baldersheim2019-11-205-355/+0
|
* Remove more usage of FastOS_TimeHenning Baldersheim2019-11-208-462/+35
|
* Address comments from code review.Henning Baldersheim2019-11-201-1/+0
|
* Simplify.Henning Baldersheim2019-11-201-11/+9
|
* Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-202-15/+6
|
* Remove FastOS_Time usageHenning Baldersheim2019-11-202-0/+25
|
* Specify UTC explicitHenning Baldersheim2019-11-182-6/+66
|
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-152-25/+63
|
* White space.Henning Baldersheim2019-11-151-1/+1
|
* Remove unused code.Henning Baldersheim2019-11-151-3/+1
|
* Use ClockSteady and return TimeStamp instead of untyped int64_t without unit.Henning Baldersheim2019-11-152-3/+3
|
* Use steady_clockHenning Baldersheim2019-11-152-4/+6
|
* Use steady_clockHenning Baldersheim2019-11-152-3/+19
|
* Use a steady_clock for the stop watch.Henning Baldersheim2019-11-152-12/+24
|
* Use steady clock to ensure monotonically increasing clock.Henning Baldersheim2019-11-141-2/+0
|
* Unify on fastos::time().Henning Baldersheim2019-08-281-1/+1
|
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-262-0/+10
|
* Add missing includes.Tor Egge2019-06-111-0/+1
|
* Merge pull request #8817 from ↵Henning Baldersheim2019-03-181-2/+13
|\ | | | | | | | | vespa-engine/toregge/handle-shared-library-names-on-darwin Handle shared library names on darwin.
| * Handle shared library names on darwin.Tor Egge2019-03-181-2/+13
| |
* | Stop setting optind before calling getopt() or getopt_long().Tor Egge2019-03-183-35/+37
|/
* Use fundamental types in fastos::TimeStamp constructor.Tor Egge2019-03-121-4/+6
|
* Restore support for compiling fastos on darwin.Tor Egge2019-03-1211-3/+84
|
* Use std::error_code instead of strerror_r.Tor Egge2019-03-103-33/+17
|
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-0/+2
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-0/+0
|
* Record how long it took for you to detect that doom had already arrived.Henning Baldersheim2019-02-071-0/+1
|
* Eliminate clang warning in fastos.Tor Egge2019-02-011-1/+1
|
* GC unused code.Henning Baldersheim2019-01-1514-2584/+9
|
* Use relaxed atomics for FastOS_ThreadInterface break flagTor Brede Vekterli2019-01-102-4/+5
|
* Clean up unused codeHenning Baldersheim2018-11-141-1/+0
|
* depend on dynamic fastos and vespalibHåvard Pettersen2018-10-101-9/+0
|
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* GC unused codeHenning Baldersheim2018-05-116-318/+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-113-24/+24
|