summaryrefslogtreecommitdiff
path: root/py/CMakeLists.txt
AgeCommit message (Collapse)Author
2017-01-03py: Reorganize source directoryLaurent Pinchart
Separate the Python bindings sources from the test scripts. While at it, remove the unneeded run.sh script. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2016-11-22py: Add OmapCard & OmapFramebuffer supportTomi Valkeinen
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2016-08-11add basic cmake install systemTomi Valkeinen
2016-06-16py: add pyvidTomi Valkeinen
2016-05-23File/dir renamesTomi Valkeinen
2016-05-23split py filesTomi Valkeinen
2016-05-23Use pybind11 instead of SWIGTomi Valkeinen
2016-04-21depend on python 3.x, not 3.4Tomi Valkeinen
2016-04-16add -Wextra & fix warningsTomi Valkeinen
2016-03-17Use globbing to add .py test filesTomi Valkeinen
2015-10-23pykms: add iact.pyTomi Valkeinen
2015-10-23pykms: use -builtinTomi Valkeinen
2015-10-03py: add db testTomi Valkeinen
2015-10-01move test utils to libkmstest libraryTomi Valkeinen
2015-09-28Initial versionTomi Valkeinen