summaryrefslogtreecommitdiff
path: root/src/libcamera/timer.cpp
AgeCommit message (Expand)Author
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-02-13libcamera: Document thread-safety attributes of core classesLaurent Pinchart
2019-10-29libcamera: object: Add connection type parameter to invokeMethod()Jacopo Mondi
2019-10-07libcamera: timer: Add start() method with absolute deadlineLaurent Pinchart
2019-10-07libcamera: timer: Forbid starting or stopping timer from another threadLaurent Pinchart
2019-10-07libcamera: timer: Allow restarting a timer before expirationLaurent Pinchart
2019-10-07libcamera: timer: Don't reset deadline after time outLaurent Pinchart
2019-10-07libcamera: timer: Remove the interval() methodLaurent Pinchart
2019-09-14libcamera: Switch to the std::chrono APILaurent Pinchart
2019-08-17libcamera: Add parent argument to constructors of Object-derived classesLaurent Pinchart
2019-08-17libcamera: timer: Bind timers to threadsLaurent Pinchart
2019-07-01libcamera: timer: Stop timer when it is deletedNiklas Söderlund
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent Pinchart
2019-01-21libcamera: Use log categoriesLaurent Pinchart
2019-01-17libcamera: timer: Fix 32 bit wrapKieran Bingham
2019-01-08libcamera: Add event notification infrastructureLaurent Pinchart