summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: add .0 to namespace versionMatthias Vogelgesang2018-01-241-1/+1
|
* Revert "Install RUNTIME into libdir"Matthias Vogelgesang2017-06-121-1/+1
| | | | This reverts commit 2d34dce48e688da8fb2c8ce45fdbba82b262cc87.
* Install RUNTIME into libdirMatthias Vogelgesang2017-06-091-1/+1
|
* Revert "Install runtime things only on Windows"Matthias Vogelgesang2017-06-081-5/+0
| | | | This reverts commit 5720d2d8a15d72257c1d073fae6e51e1222b650d.
* Install runtime things only on WindowsMatthias Vogelgesang2017-05-181-0/+5
|
* Use GNUInstallDirs to set install pathsMatthias Vogelgesang2017-04-041-6/+6
|
* ADD: Runtime installation target for WindowsSai Sasidhar Maddali2016-03-151-0/+1
|
* Remove old GtkDoc-based docsMatthias Vogelgesang2015-03-311-78/+0
|
* Use pkg-config to determine GI supportMatthias Vogelgesang2015-03-261-3/+8
|
* Add Python support code to release GIL on grabMatthias Vogelgesang2014-10-241-0/+14
| | | | | A compile time switch WITH_PYTHON_MULTITHREADING has been added that toggles GIL releasing.
* Silence g-ir-scanner toolMatthias Vogelgesang2014-03-051-0/+1
|
* Make ring buffer publicMatthias Vogelgesang2013-12-101-1/+4
|
* Fix installation path of header filesMatthias Vogelgesang2013-10-301-1/+1
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-18/+10
| | | | | | 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-27/+20
|
* Fix typelib versionMatthias Vogelgesang2013-07-241-1/+1
|
* Fix ABI versioningMatthias Vogelgesang2013-07-241-2/+2
|
* Provide a macro for generating the enumsMatthias Vogelgesang2013-05-131-23/+3
|
* Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang2013-04-101-0/+3
|
* Merge branch 'dexela'Matthias Vogelgesang2013-03-211-3/+3
|\ | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
| * Improve libuca package compatibility with RPM systems.Mihael Koep2013-03-211-3/+3
| |
* | Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfigMatthias Vogelgesang2012-12-191-1/+1
| |
* | Add error and enum types to gir and doc generationMatthias Vogelgesang2012-11-051-0/+3
|/
* Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-091-12/+1
|
* Generate introspection filesMatthias Vogelgesang2012-10-081-0/+57
| | | | | | 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().
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-281-163/+39
| | | | | | ... 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.
* Merge branch '1.0'Matthias Vogelgesang2012-09-261-1/+1
|\
| * Set SO version to major not minor versionMatthias Vogelgesang2012-09-261-1/+1
| | | | | | | | | | Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0.
* | Install plugin manager header fileMatthias Vogelgesang2012-09-191-1/+2
| |
* | Make most cameras pluginsMatthias Vogelgesang2012-09-191-46/+58
| |
* | Initial plugin managerMatthias Vogelgesang2012-09-191-3/+9
|/
* Revert doc building changesMatthias Vogelgesang2012-08-101-11/+5
| | | | | Instead of switching WITH_REFERENCE we have to use WITH_GTK_DOC that can also be disabled at configure time.
* Merge branch 'ipe-basler'Matthias Vogelgesang2012-08-101-2/+23
|\ | | | | | | | | Conflicts: src/CMakeLists.txt
| * enabled DESTDIRVolker Kaiser2012-08-071-1/+1
| |
| * added support for libuca.spec.inVolker Kaiser2012-08-021-1/+6
| |
| * added variables with which building of test/control and reference ↵Volker Kaiser2012-08-021-2/+5
| | | | | | | | documentation can be disabled
| * using LIBDIRVolker Kaiser2012-08-021-0/+1
| |
| * fixed pylon buildVolker Kaiser2012-08-011-2/+2
| |
| * reduced differences to masterVolker Kaiser2012-08-011-1/+0
| |
| * extracted pylon_camera C-wrapper into own project; enhanced cmake build for ↵Volker Kaiser2012-08-011-5/+4
| | | | | | | | pylon cameras
| * SCHNEIDE-255 (ROI support basler)Volker Kaiser2012-07-261-6/+6
| |
| * working on baslerVolker Kaiser2012-07-261-2/+3
| |
| * basler camera worksVolker Kaiser2012-07-261-3/+4
| |
| * pylon (basler) camera addedVolker Kaiser2012-07-261-3/+18
| |
* | added custom spec fileVolker Kaiser2012-08-081-2/+9
|/
* Install glade file into prefix/share/libucaMatthias Vogelgesang2012-07-181-1/+1
|
* Add installation instructions and ignore git filesMatthias Vogelgesang2012-07-181-1/+1
|
* Generate enum types from sourceMatthias Vogelgesang2012-06-121-2/+26
| | | | | | | | | It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type.
* Install camera-specific headersMatthias Vogelgesang2012-06-011-6/+14
|
* Don't install camera headersMatthias Vogelgesang2012-04-201-9/+1
|