summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Remove uca_camera_get_types from public APIMatthias Vogelgesang2012-10-081-13/+20
| | | | | | | | | | | | This functionality was moved to the plugin manager and could not be used anyway.
* | | Generate documentation for the base camera objectMatthias Vogelgesang2012-10-083-7/+80
| | |
* | | Fix #114: look for SISO rt in /opt/sisoMatthias Vogelgesang2012-10-012-0/+4
| | |
* | | Define plugins as C projectsMatthias Vogelgesang2012-10-016-6/+6
| | | | | | | | | | | | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
* | | Fix mock unit testMatthias Vogelgesang2012-09-281-23/+4
| | |
* | | Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-2820-167/+220
| | | | | | | | | | | | | | | | | | ... 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.
* | | Generalized log generationMatthias Vogelgesang2012-09-265-30/+27
| | |
* | | Add change log to manualMatthias Vogelgesang2012-09-264-2/+32
| | |
* | | 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.
* | | Add CMakeLists.txt for control GUIMatthias Vogelgesang2012-09-251-0/+39
| | |
* | | Move tools from test/ to tools/ directoryMatthias Vogelgesang2012-09-2513-275/+21
| | |
* | | Fix #139: Lock API functionsMatthias Vogelgesang2012-09-251-73/+111
| | |
* | | Add documentation generator and mock docsMatthias Vogelgesang2012-09-216-0/+256
| | |
* | | Port perf overhead toolMatthias Vogelgesang2012-09-212-42/+82
| | |
* | | Merge branch 'plugins'Matthias Vogelgesang2012-09-2124-892/+1107
|\ \ \
| * | | Port grab-async to new plugin managerMatthias Vogelgesang2012-09-212-12/+42
| | | |
| * | | Remove obsolete test toolsMatthias Vogelgesang2012-09-213-215/+0
| | | |
| * | | Port the unit tests to the plugin managerMatthias Vogelgesang2012-09-212-101/+107
| | | |
| * | | Port control GUI to use the plugin managerMatthias Vogelgesang2012-09-212-127/+141
| | | |
| * | | Rename g_list_free_full to list_free_fullMatthias Vogelgesang2012-09-211-3/+3
| | | | | | | | | | | | | | | | This got really implemented with GLib 2.28, so the names clash.
| * | | Update to a more readable styleMatthias Vogelgesang2012-09-211-20/+75
| | | |
| * | | Add docstringsMatthias Vogelgesang2012-09-201-4/+29
| | | |
| * | | Add notice about the plugin managerMatthias Vogelgesang2012-09-201-0/+20
| | | |
| * | | Update documentationMatthias Vogelgesang2012-09-191-29/+14
| | | |
| * | | Install plugin manager header fileMatthias Vogelgesang2012-09-191-1/+2
| | | |
| * | | Make most cameras pluginsMatthias Vogelgesang2012-09-1914-502/+435
| | | |
| * | | Add path from UCA_CAMERA_PATH environment variableMatthias Vogelgesang2012-09-191-0/+9
| | | |
| * | | Fix segfaultMatthias Vogelgesang2012-09-192-5/+5
| | | |
| * | | Initial plugin managerMatthias Vogelgesang2012-09-197-159/+511
| | | |
* | | | Merge branch 'master' of ufo.kit.edu:libucaMatthias Vogelgesang2012-09-208-12/+21
|\| | |
| * | | Bump to development version 1.1Matthias Vogelgesang2012-09-191-2/+2
| |/ /
| * | Bump to release version 1.0Matthias Vogelgesang2012-09-194-11/+4
| | |
| * | Add G_BEGIN/END_DECL to fix #131Matthias Vogelgesang2012-09-194-0/+16
| |/
* / Extend section on new camera integrationMatthias Vogelgesang2012-08-311-0/+25
|/
* Add a section about supported camerasMatthias Vogelgesang2012-08-281-1/+14
|
* Add API contentMatthias Vogelgesang2012-08-283-8/+159
|
* Use a more legible style sheetMatthias Vogelgesang2012-08-283-4/+125
|
* Add a link to the referenceMatthias Vogelgesang2012-08-271-3/+7
|
* Use current pandoc syntax for PDFMatthias Vogelgesang2012-08-271-2/+1
|
* Separate manual from referenceMatthias Vogelgesang2012-08-273-24/+283
|
* Fix `uninitialized variable' warningMatthias Vogelgesang2012-08-131-1/+1
|
* Cleanup and add correct copyright ownerMatthias Vogelgesang2012-08-101-117/+48
|
* Add gtester xslMatthias Vogelgesang2012-08-102-14/+89
|
* 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-1011-5/+736
|\ | | | | | | | | Conflicts: src/CMakeLists.txt
| * Drop REQUIRED flag from Basler dependenciesMatthias Vogelgesang2012-08-092-2/+2
| | | | | | | | If they are required, they cannot be built on machines without that dependency.
| * pack only existing header filesVolker Kaiser2012-08-072-5/+4
| |
| * enhanced spec fileVolker Kaiser2012-08-072-5/+8
| |
| * added missing 'Prefix' directiveVolker Kaiser2012-08-071-0/+1
| |