[libcamera-devel,v4,0/6] Automatic Version Generation ++
mbox series

Message ID 20190704145942.17879-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Automatic Version Generation ++
Related show

Message

Kieran Bingham July 4, 2019, 2:59 p.m. UTC
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