Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include directory where config.h is located | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -20/+0 |
| | |||||
* | Release version 1.2 | Matthias Vogelgesang | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | PF: Implement stub trigger | Matthias Vogelgesang | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 1 | -11/+13 |
| | |||||
* | 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. | ||||
* | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 1 | -51/+107 |
| | |||||
* | Implement experimental histogram view | Matthias Vogelgesang | 2012-10-10 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -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. |