summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Release version 2.3.0Matthias Vogelgesang2018-04-201-2/+2
|
* Raise minimum GLib version to 2.38Matthias Vogelgesang2018-02-081-4/+7
|
* Remove unused CPack bitsMatthias Vogelgesang2017-10-161-22/+0
|
* Release version 2.2.1Matthias Vogelgesang2017-05-101-1/+1
|
* Fix plugin dirMatthias Vogelgesang2017-04-071-1/+1
|
* Use GNUInstallDirs to set install pathsMatthias Vogelgesang2017-04-041-3/+5
|
* Release version 2.2.0Matthias Vogelgesang2016-12-161-1/+1
|
* Enable -fPIC by defaultMatthias Vogelgesang2016-12-151-1/+1
|
* Set CMake policy for recent CMake versionsMatthias Vogelgesang2016-11-251-0/+9
|
* Specify link directory for better Windows supportMatthias Vogelgesang2016-02-101-0/+2
|
* Raise GLib dependency to 2.28Matthias Vogelgesang2016-02-101-4/+4
| | | | g_list_free_full is only available since that version.
* Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep2015-08-061-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.0Matthias Vogelgesang2015-06-101-1/+1
|
* Release version 2.0Matthias Vogelgesang2015-04-241-2/+2
|
* Use pkg-config to determine GI supportMatthias Vogelgesang2015-03-261-0/+1
|
* Post-release version bump to 1.7.0-devMatthias Vogelgesang2014-09-191-1/+1
|
* Post-release version bump to 1.6.0-devMatthias Vogelgesang2014-07-221-1/+1
|
* Add configured install path to plugin search pathMatthias Vogelgesang2014-02-121-1/+0
|
* improve package file namingMihael Koep2013-11-061-2/+2
|
* Post-release bumpMatthias Vogelgesang2013-10-291-1/+1
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-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.txtMatthias Vogelgesang2013-10-291-30/+29
|
* Bump versionMatthias Vogelgesang2013-07-241-1/+1
|
* Fix ABI versioningMatthias Vogelgesang2013-07-241-4/+9
|
* Remove leftover text that slipped throughMatthias Vogelgesang2013-05-131-1/+0
|
* Provide a macro for generating the enumsMatthias Vogelgesang2013-05-131-0/+30
|
* Bump version to 1.3.0Matthias Vogelgesang2013-04-161-2/+2
|
* Release version 1.2Matthias Vogelgesang2013-04-161-1/+1
|
* Move binaries to bin and make ring buffer a libMatthias Vogelgesang2013-04-111-4/+2
|
* Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang2013-04-101-2/+3
|
* Merge branch 'dexela'Matthias Vogelgesang2013-03-211-8/+6
|\ | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
| * Improve libuca package compatibility with RPM systems.Mihael Koep2013-03-211-3/+0
| |
| * Trying to improve dexela plugin packaging.Mihael Koep2013-03-051-5/+6
| |
* | Merge branch 'dexela_simple_packaging'Matthias Vogelgesang2013-03-151-0/+6
|\| | | | | | | | | Conflicts: .gitignore
| * Merge remote branch 'origin/1.1' into dexelaMihael Koep2013-02-211-1/+1
| |\
| * | Include CPack in the build process and set the package file name correctly.Mihael Koep2012-10-301-0/+4
| | |
| * | Add configuring of the spec-file.Mihael Koep2012-10-301-0/+2
| | |
* | | Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-131-2/+6
| | |
* | | Bump to development version 1.2Matthias Vogelgesang2012-10-261-2/+2
| |/ |/|
* | Update documentation and release 1.1Matthias Vogelgesang2012-10-261-1/+1
|/
* Generate introspection filesMatthias Vogelgesang2012-10-081-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 projectsMatthias Vogelgesang2012-10-011-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 camsMatthias Vogelgesang2012-09-281-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 docsMatthias Vogelgesang2012-09-211-0/+1
|
* Bump to development version 1.1Matthias Vogelgesang2012-09-191-2/+2
|
* Bump to release version 1.0Matthias Vogelgesang2012-09-191-2/+2
|
* added custom spec fileVolker Kaiser2012-08-081-0/+3
|
* Add installation instructions and ignore git filesMatthias Vogelgesang2012-07-181-4/+0
|
* Generate documentation with gtk-docMatthias Vogelgesang2012-04-181-1/+0
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-1/+1
|