summaryrefslogtreecommitdiff
path: root/test/timer.cpp
AgeCommit message (Expand)Author
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2019-10-07test: timer: Test start() with absolute deadlineLaurent Pinchart
2019-10-07test: timer: Test that a timer can be restarted before it expiresLaurent Pinchart
2019-10-07test: timer: Test that deadline() isn't reset upon time outLaurent Pinchart
2019-09-14libcamera: Switch to the std::chrono APILaurent Pinchart
2019-08-19test: Get event dispatcher from current threadLaurent Pinchart
2019-07-01test: timer: Add dynamically allocated timer testLaurent Pinchart
2019-01-17test: timer: Add a 32 bit wraparound testKieran Bingham
2019-01-17test: timer: Initialise all variablesKieran Bingham
2019-01-08test: Add timer testLaurent Pinchart