summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21libcamera: camera_manager: Use std::unique_ptr to store event dispatcherLaurent Pinchart
2019-01-21Documentation: coding_style: Add object ownership rulesLaurent Pinchart
2019-01-21libcamera: signal: Enable documentation generation from signal.h fileLaurent Pinchart
2019-01-21Documentation: coding_style: Add move semantics to C++11 featuresLaurent Pinchart
2019-01-19libcamera: utils: Don't use C++17 nested namespacesLaurent Pinchart
2019-01-17test: v4l2_device: Add test suite and initial testKieran Bingham
2019-01-17libcamera: Add V4L2 Device objectKieran Bingham
2019-01-17libcamera: event_dispatcher_poll: Fix trivial spellingKieran Bingham
2019-01-17libcamera: log: Fix coding style warningsKieran Bingham
2019-01-17libcamera: timer: Fix 32 bit wrapKieran Bingham
2019-01-17test: timer: Add a 32 bit wraparound testKieran Bingham
2019-01-17test: timer: Initialise all variablesKieran Bingham
2019-01-17include: linux: Import V4L2 uAPI headers from Linux v4.19Kieran Bingham
2019-01-16Documentation: coding_style: Allow C++11 variadic templatesLaurent Pinchart
2019-01-16libcamera: camera_manager: Turn enumerator into a unique_ptr<>Laurent Pinchart
2019-01-16libcamera: utils: Implement C++14 make_unique<>()Laurent Pinchart
2019-01-16libcamera: device_enumerator: Don't mark the search() function as constLaurent Pinchart
2019-01-16libcamera: event_dispatcher_poll: Constify argument to processNotifiersLaurent Pinchart
2019-01-16libcamera: pipeline_handler: Rename handlers() method to factories()Laurent Pinchart
2019-01-16Documentation: Exclude pipeline handlers directoryLaurent Pinchart
2019-01-16libcamera: camera_manager: Improve class documentationLaurent Pinchart
2019-01-16libcamera: pipeline_handler: Don't index factories by nameLaurent Pinchart
2019-01-15meson: Utilise default compiler optionsKieran Bingham
2019-01-15libcamera: Debug printouts fixesJacopo Mondi
2019-01-15libcamera: Add debug printoutsJacopo Mondi
2019-01-14libcamera: log: Fix unknown log level representationKieran Bingham
2019-01-14test: media_device: Add link handling testJacopo Mondi
2019-01-14test: media_device: Make MediaDeviceTest a MediaDevicePrintTestJacopo Mondi
2019-01-14test: media_device: Convert to foreachKieran Bingham
2019-01-14Documentation: quieten sphinx-build outputKieran Bingham
2019-01-11Documentation: Add placeholder for Doxygen-generated API documentationLaurent Pinchart
2019-01-11Documentation: Update copyright yearsLaurent Pinchart
2019-01-11Documentation: Link to the API documentation generated by DoxygenLaurent Pinchart
2019-01-11Documentation: Make the toctree more web-friendlyLaurent Pinchart
2019-01-11Documentation: Add custom themeLaurent Pinchart
2019-01-10libcamera: device_enumerator: Fix memory leak in error pathLaurent Pinchart
2019-01-10libcamera: Document missing parameters and return valuesLaurent Pinchart
2019-01-10libcamera: Update libcamera.hLaurent Pinchart
2019-01-09libcamera: Add link handling functionsJacopo Mondi
2019-01-08libcamera: media_device: Add functions to get a MediaLinkJacopo Mondi
2019-01-08libcamera: Add pointer to MediaDevice to MediaObjectJacopo Mondi
2019-01-08test: Add event notifier testLaurent Pinchart
2019-01-08test: Add timer testLaurent Pinchart
2019-01-08test: Add signal/slot testLaurent Pinchart
2019-01-08test: Rename list test to list-camerasLaurent Pinchart
2019-01-08libcamera: Add a poll-based event dispatcherLaurent Pinchart
2019-01-08libcamera: Add event notification infrastructureLaurent Pinchart
2019-01-08libcamera: Add signal/slot communication mechanismLaurent Pinchart
2019-01-08libcamera: camera_manager: Make the class a singletonLaurent Pinchart
2019-01-08libcamera: log: Pad timestamp fields with zerosLaurent Pinchart