[libcamera-devel] [PATCH v4 0/6] Automatic Version Generation ++
Kieran Bingham
kieran.bingham at ideasonboard.com
Thu Jul 4 16:59:36 CEST 2019
Version 4. ... because last time, I messed up both the sending, and the version
number.
My appologies.
This series incorporates Laurents tags and review updates.
In particular,
- Improvements to the version generation
- QCam: The FPS is now started and stopped with the stream
- A new patch is added to fix wrapping on Documentation/meson.build
Kieran Bingham (6):
Documentation: Make the project brief more expressive
libcamera: Auto generate version information
qcam: Move static timestamp to MainWindow
qcam: Add the version string to the title
qcam: Update window title with FPS
Documentation: Wrap extended doc_install_dir line
Documentation/Doxyfile.in | 2 +-
Documentation/conf.py | 7 ++----
Documentation/meson.build | 8 +++++--
include/libcamera/meson.build | 7 ++++++
include/libcamera/version.h.in | 22 +++++++++++++++++++
meson.build | 9 +++-----
src/libcamera/camera_manager.cpp | 8 +++++++
src/libcamera/meson.build | 1 +
src/qcam/main_window.cpp | 37 +++++++++++++++++++++++++++-----
src/qcam/main_window.h | 18 ++++++++++++++++
src/qcam/meson.build | 11 ++++++++--
utils/gen-version.sh | 37 ++++++++++++++++++++++++++++++++
12 files changed, 146 insertions(+), 21 deletions(-)
create mode 100644 include/libcamera/version.h.in
create mode 100755 utils/gen-version.sh
--
2.20.1
More information about the libcamera-devel
mailing list