summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-12Add new API call uca_camera_is_recordingMatthias Vogelgesang
2013-12-12Fix annotations and docstringsMatthias Vogelgesang
2013-12-12Fix g_test_init call by making argv non-constMatthias Vogelgesang
2013-12-12Use correct size, otherwise it crashes on 32 bitMatthias Vogelgesang
2013-12-12Guard property list with NULLMatthias Vogelgesang
2013-12-10Add ring buffer testMatthias Vogelgesang
2013-12-10Test the ring buffer on TravisMatthias Vogelgesang
2013-12-10Make ring buffer publicMatthias Vogelgesang
2013-11-08Output the list of built pluginsMatthias Vogelgesang
2013-11-08Fix #18: compile xkit if C++ compiler existsMatthias Vogelgesang
2013-11-07Mention the current configure styleMatthias Vogelgesang
2013-11-07Fix include path in documentationMatthias Vogelgesang
2013-11-06fix plugin revisionsMihael Koep
2013-11-06improve package file namingMihael Koep
2013-11-06Package binary programs in a 'tools' package.Mihael Koep
Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
2013-11-06Make dexela plugin require libuca 1.3.0Mihael Koep
2013-11-06Improve package information of pylon plugin.Mihael Koep
2013-11-06Many updates and bugfixes to pylon camera plugin.Mihael Koep
2013-11-06Fix pylon discovery.Mihael Koep
2013-11-06Return current width and height as roi.Mihael Koep
2013-11-06Make dexela plugin-ready and bump version.Mihael Koep
2013-11-06Merge pull request #16 from ufo-kit/get_coordsMariaMatveeva
Add more statistics
2013-11-06Add more statisticsMaria
2013-11-05Fix uninitialized variablesMatthias Vogelgesang
2013-11-05Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang
2013-10-31Fix bit depth information of pco camerasMatthias Vogelgesang
2013-10-31Do not trigger in live previewMatthias Vogelgesang
This was added for the UFO camera but is technically not correct as we require the trigger mode to be set to AUTO anyway. The pco.4000 will not return a frame if it is triggered in AUTO mode.
2013-10-31Fix config pathMatthias Vogelgesang
2013-10-31Include directory where config.h is locatedMatthias Vogelgesang
2013-10-30Fix installation path of header filesMatthias Vogelgesang
2013-10-29Post-release bumpMatthias Vogelgesang
2013-10-29Fix Glade pathMatthias Vogelgesang
2013-10-29Release version 1.4Matthias Vogelgesang
2013-10-29Use ConfigurePaths to get installation pathsMatthias Vogelgesang
The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier.
2013-10-29Cleanup CMakeLists.txtMatthias Vogelgesang
2013-10-28Merge pull request #11 from ufo-kit/build-debug-releaseMatthias Vogelgesang
Travis: build debug and release
2013-10-28Travis: build debug and releaseMatthias Vogelgesang
For now the Clang/Release combination is excluded as it gets stuck in a futex deadlock. Apparently, this has something to do with the way a GModule is called.
2013-10-25Call pco_request_image only in non-readout modeMatthias Vogelgesang
This should improve performance by 25 per cent.
2013-10-25Read properties in one goMatthias Vogelgesang
2013-10-25pco: simplify buffer size handlingMatthias Vogelgesang
2013-10-25Fix #2: thorough error checking on all occasionsMatthias Vogelgesang
2013-10-24Merge pull request #10 from ufo-kit/pco-add-is-recordingMatthias Vogelgesang
pco: fix #9, override is-recording property
2013-10-23pco: fix #9, override is-recording propertyMatthias Vogelgesang
2013-10-22Initialize result variableMatthias Vogelgesang
Thanks clang!
2013-10-22Ignore all kinds of build directoriesMatthias Vogelgesang
2013-10-22Enable both gcc and clangMatthias Vogelgesang
2013-10-22Merge pull request #8 from ufo-kit/travis-ciMatthias Vogelgesang
Add .travis.yml
2013-10-22Markdownify READMEMatthias Vogelgesang
2013-10-22Add .travis.ymlMatthias Vogelgesang
2013-10-22Add plugin summaries for pco and mockMatthias Vogelgesang