summaryrefslogtreecommitdiff
path: root/src/libcamera/geometry.cpp
AgeCommit message (Expand)Author
2019-06-19libcamera: geometry: SizeRange: Add contains()Niklas Söderlund
2019-06-19libcamera: geometry: SizeRange: Add toString()Niklas Söderlund
2019-06-19libcamera: geometry: SizeRange: Extend with step informationNiklas Söderlund
2019-06-19libcamera: geometry: SizeRange: Add constructor for a single sizeNiklas Söderlund
2019-06-11libcamera: geometry: Fix SizeRange constructor styleKieran Bingham
2019-04-30libcamera: Use the Size class through libcameraLaurent Pinchart
2019-04-19libcamera: Include header related to source file firstLaurent Pinchart
2019-04-19libcamera: Document documentation style and update the code accordinglyLaurent Pinchart
2019-04-18libcamera: geometry: Add comparison operators to geometry classesLaurent Pinchart
2019-04-18libcamera: geometry: Use Size to store min and max in SizeRangeLaurent Pinchart
2019-04-18libcamera: geometry: Sort classes alphabeticallyLaurent Pinchart
2019-04-05libcamera: Make geometry.h a public headerNiklas Söderlund
2019-04-03libcamera: geometry: Add Size structureJacopo Mondi
2019-04-03libcamera: geometry: Add 0-initialized SizeRange constructorJacopo Mondi
2019-04-02libcamera: geometry: Add toString to RectangleJacopo Mondi
2019-03-02libcamera: v4l2_subdevice: Implement ENUM_FRAME_SIZESJacopo Mondi
2019-02-06libcamera: Add geometry.hJacopo Mondi