summaryrefslogtreecommitdiff
path: root/test/object-invoke.cpp
AgeCommit message (Expand)Author
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-01-20libcamera: bound_method: Avoid deadlock with ConnectionTypeBlockingLaurent Pinchart
2020-01-07test: object-invoke: Test invoking a non-void methodLaurent Pinchart
2020-01-07test: object-invoke: Test direct invocationLaurent Pinchart
2020-01-03test: object-invoke: Test invocation of method taking a reference argumentLaurent Pinchart
2019-11-27test: object-invoke: Delete InvokeObject after thread terminationLaurent Pinchart
2019-10-29test: object-invoke: Invoke method in blocking modeJacopo Mondi
2019-10-29libcamera: object: Add connection type parameter to invokeMethod()Jacopo Mondi
2019-08-19test: Get event dispatcher from current threadLaurent Pinchart
2019-08-17test: Add Object::invokeMethod() testLaurent Pinchart
'utf-8').read() + '\n\n' template = jinja2.Template(open(template, 'r', encoding='utf-8').read()) string = template.render(year=year, path=path, source=source) f = open(output, 'w', encoding='utf-8').write(string) return 0 if __name__ == '__main__': sys.exit(main(sys.argv))