Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-11 | libcamera: buffer: Rename buffer.h to framebuffer.h | Laurent Pinchart | |
libcamera names header files based on the classes they define. The buffer.h file is an exception. Rename it to framebuffer.h. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> | |||
2021-07-11 | test: message: Test recursive Thread::dispatchMessages() calls | Laurent Pinchart | |
The Thread::dispatchMessages() function needs to support recursive calls, for instance to allow flushing de/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2019, Google Inc. * * version.h - Library version information * * This file is auto-generated. Do not edit. */ #ifndef __LIBCAMERA_VERSION_H__ #define __LIBCAMERA_VERSION_H__ #define LIBCAMERA_VERSION_MAJOR @LIBCAMERA_VERSION_MAJOR@ #define LIBCAMERA_VERSION_MINOR @LIBCAMERA_VERSION_MINOR@ #define LIBCAMERA_VERSION_PATCH @LIBCAMERA_VERSION_PATCH@ #endif /* __LIBCAMERA_VERSION_H__ */ |