Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise GLib dependency to 2.28 | Matthias Vogelgesang | 2016-02-10 | 1 | -4/+4 |
| | | | | g_list_free_full is only available since that version. | ||||
* | Remove ANKA plugins and change versioning scheme for bundled plugins | Mihael Koep | 2015-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | ANKA plugins are developed and distributed separately like other plugins depending on vendor SDKs. The bundled plugins use libuca version as their version and depend on it directly. This ensures that they always match the libuca version and makes versioning more transparent for the end users. Conflicts: plugins/mock/CMakeLists.txt | ||||
* | Release version 2.1.0 | Matthias Vogelgesang | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | Release version 2.0 | Matthias Vogelgesang | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | Use pkg-config to determine GI support | Matthias Vogelgesang | 2015-03-26 | 1 | -0/+1 |
| | |||||
* | Post-release version bump to 1.7.0-dev | Matthias Vogelgesang | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Post-release version bump to 1.6.0-dev | Matthias Vogelgesang | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | Add configured install path to plugin search path | Matthias Vogelgesang | 2014-02-12 | 1 | -1/+0 |
| | |||||
* | improve package file naming | Mihael Koep | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | Post-release bump | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+4 |
| | | | | | | 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 | -30/+29 |
| | |||||
* | Bump version | Matthias Vogelgesang | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Fix ABI versioning | Matthias Vogelgesang | 2013-07-24 | 1 | -4/+9 |
| | |||||
* | Remove leftover text that slipped through | Matthias Vogelgesang | 2013-05-13 | 1 | -1/+0 |
| | |||||
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 1 | -0/+30 |
| | |||||
* | Bump version to 1.3.0 | Matthias Vogelgesang | 2013-04-16 | 1 | -2/+2 |
| | |||||
* | Release version 1.2 | Matthias Vogelgesang | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Move binaries to bin and make ring buffer a lib | Matthias Vogelgesang | 2013-04-11 | 1 | -4/+2 |
| | |||||
* | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | 2013-04-10 | 1 | -2/+3 |
| | |||||
* | Merge branch 'dexela' | Matthias Vogelgesang | 2013-03-21 | 1 | -8/+6 |
|\ | | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt | ||||
| * | Improve libuca package compatibility with RPM systems. | Mihael Koep | 2013-03-21 | 1 | -3/+0 |
| | | |||||
| * | Trying to improve dexela plugin packaging. | Mihael Koep | 2013-03-05 | 1 | -5/+6 |
| | | |||||
* | | Merge branch 'dexela_simple_packaging' | Matthias Vogelgesang | 2013-03-15 | 1 | -0/+6 |
|\| | | | | | | | | | Conflicts: .gitignore | ||||
| * | Merge remote branch 'origin/1.1' into dexela | Mihael Koep | 2013-02-21 | 1 | -1/+1 |
| |\ | |||||
| * | | Include CPack in the build process and set the package file name correctly. | Mihael Koep | 2012-10-30 | 1 | -0/+4 |
| | | | |||||
| * | | Add configuring of the spec-file. | Mihael Koep | 2012-10-30 | 1 | -0/+2 |
| | | | |||||
* | | | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 1 | -2/+6 |
| | | | |||||
* | | | Bump to development version 1.2 | Matthias Vogelgesang | 2012-10-26 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Update documentation and release 1.1 | Matthias Vogelgesang | 2012-10-26 | 1 | -1/+1 |
|/ | |||||
* | Generate introspection files | Matthias Vogelgesang | 2012-10-08 | 1 | -0/+1 |
| | | | | | | Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera(). | ||||
* | Define plugins as C projects | Matthias Vogelgesang | 2012-10-01 | 1 | -0/+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 | -4/+42 |
| | | | | | | ... 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. | ||||
* | Add documentation generator and mock docs | Matthias Vogelgesang | 2012-09-21 | 1 | -0/+1 |
| | |||||
* | Bump to development version 1.1 | Matthias Vogelgesang | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | Bump to release version 1.0 | Matthias Vogelgesang | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | added custom spec file | Volker Kaiser | 2012-08-08 | 1 | -0/+3 |
| | |||||
* | Add installation instructions and ignore git files | Matthias Vogelgesang | 2012-07-18 | 1 | -4/+0 |
| | |||||
* | Generate documentation with gtk-doc | Matthias Vogelgesang | 2012-04-18 | 1 | -1/+0 |
| | |||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Sane(r) so version | Matthias Vogelgesang | 2012-02-29 | 1 | -4/+2 |
| | |||||
* | Generate RPM and DEB packages | Matthias Vogelgesang | 2012-02-22 | 1 | -0/+13 |
| | |||||
* | Add: soname | Matthias Vogelgesang | 2011-12-15 | 1 | -0/+10 |
| | |||||
* | Fix: configure error without C++ compiler | Matthias Vogelgesang | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 1 | -2/+2 |
| | |||||
* | Release version 0.3.1 with old API | Matthias Vogelgesang | 2011-04-26 | 1 | -2/+2 |
| | |||||
* | Install pkg-config information file | Matthias Vogelgesang | 2011-03-25 | 1 | -0/+2 |
| | |||||
* | Bump to new development version | Matthias Vogelgesang | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | Add publishing script and propagate version from top directory | Matthias Vogelgesang | 2011-03-16 | 1 | -0/+4 |
| | |||||
* | Add extensive documentation | Matthias Vogelgesang | 2011-03-15 | 1 | -0/+1 |
| |