summaryrefslogtreecommitdiffstats
path: root/plugins/pf
Commit message (Collapse)AuthorAgeFilesLines
* fix plugin revisionsMihael Koep2013-11-061-1/+1
|
* Include directory where config.h is locatedMatthias Vogelgesang2013-10-311-1/+2
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-1/+1
| | | | | | 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.
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-1/+1
|
* Provide binning default and let cameras use thatMatthias Vogelgesang2013-07-171-20/+0
|
* Release version 1.2Matthias Vogelgesang2013-04-161-1/+1
|
* PF: Implement stub triggerMatthias Vogelgesang2013-03-251-0/+6
|
* uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-11/+13
|
* Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-151-0/+3
| | | | This will use the information provided by each plugin.
* Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-131-51/+107
|
* Implement experimental histogram viewMatthias Vogelgesang2012-10-101-0/+1
|
* Define plugins as C projectsMatthias Vogelgesang2012-10-011-1/+1
| | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-283-0/+455
... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.