Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #71: remove pco, pf and ufo plugins | Matthias Vogelgesang | 2015-06-26 | 1 | -42/+0 |
| | |||||
* | Camera plugins now require libuca >= 2.0 so update their versions too | Mihael Koep | 2015-05-18 | 1 | -2/+2 |
| | | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt | ||||
* | pco: update to Siso RT 5.2.2 | Matthias Vogelgesang | 2015-04-15 | 1 | -6/+6 |
| | |||||
* | Fix #20: don't query props if pco is recording | Matthias Vogelgesang | 2013-12-12 | 1 | -2/+2 |
| | |||||
* | Fix bit depth information of pco cameras | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Include directory where config.h is located | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+3 |
| | |||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 1 | -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.txt | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Add plugin summaries for pco and mock | Matthias Vogelgesang | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Expose storage mode and set it to FIFO buffer | Matthias Vogelgesang | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 1 | -3/+9 |
| | |||||
* | Build package flags inside package-plugin.sh.in | Matthias Vogelgesang | 2013-03-15 | 1 | -0/+3 |
| | | | | This will use the information provided by each plugin. | ||||
* | Define plugins as C projects | Matthias Vogelgesang | 2012-10-01 | 1 | -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 cams | Matthias Vogelgesang | 2012-09-28 | 1 | -0/+30 |
... 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. |