index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libcamera
/
geometry.h
Age
Commit message (
Expand
)
Author
2021-12-03
libcamera: Move compiler.h to base/
Laurent Pinchart
2021-11-24
libcamera: Convert to pragma once
Kieran Bingham
2021-10-15
libcamera: geometry: Add Size members to grown or shrink by a margin
Laurent Pinchart
2021-02-04
libcamera: geometry: Mark const functions with __nodiscard
Laurent Pinchart
2020-10-27
libcamera: Add geometry helper functions
David Plowman
2020-08-03
libcamera: geometry: Add isNull() function to Rectangle class
Jacopo Mondi
2020-07-15
libcamera: geometry: Provide in-place versions of the Size helpers
Laurent Pinchart
2020-07-15
libcamera: geometry: Make Size and Rectangle usable as constexpr
Laurent Pinchart
2020-07-15
libcamera: geometry: Turn Size and Rectangle into classes
Laurent Pinchart
2020-07-15
libcamera: geometry: Give constructors to Rectangle
Laurent Pinchart
2020-07-15
libcamera: geometry: Define Rectangle after Size
Laurent Pinchart
2020-07-15
libcamera: geometry: Add helper functions to the Size class
Laurent Pinchart
2020-06-29
libcamera: geometry: Add isNull() function to Size class
Laurent Pinchart
2020-05-22
libcamera: geometry: Set steps to 0 in default SizeRange constructor
Laurent Pinchart
2020-04-26
libcamera: geometry: Rename Rectangle fields
Jacopo Mondi
2020-03-19
libcamera: geometry: Construct SizeRange from Size
Laurent Pinchart
2019-06-19
libcamera: geometry: SizeRange: Add contains()
Niklas Söderlund
2019-06-19
libcamera: geometry: SizeRange: Add toString()
Niklas Söderlund
2019-06-19
libcamera: geometry: SizeRange: Extend with step information
Niklas Söderlund
2019-06-19
libcamera: geometry: SizeRange: Add constructor for a single size
Niklas Söderlund
2019-04-30
libcamera: Use the Size class through libcamera
Laurent Pinchart
2019-04-18
libcamera: geometry: Add comparison operators to geometry classes
Laurent Pinchart
2019-04-18
libcamera: geometry: Use Size to store min and max in SizeRange
Laurent Pinchart
2019-04-18
libcamera: geometry: Sort classes alphabetically
Laurent Pinchart
2019-04-05
libcamera: Make geometry.h a public header
Niklas Söderlund