summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-08Introspection has to be in the NEWSMatthias Vogelgesang
2012-10-08Generate introspection filesMatthias Vogelgesang
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().
2012-10-08Remove uca_camera_get_types from public APIMatthias Vogelgesang
This functionality was moved to the plugin manager and could not be used anyway.
2012-10-08Generate documentation for the base camera objectMatthias Vogelgesang
2012-10-01Fix #114: look for SISO rt in /opt/sisoMatthias Vogelgesang
2012-10-01Define plugins as C projectsMatthias Vogelgesang
Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
2012-09-28Fix mock unit testMatthias Vogelgesang
2012-09-28Fix #146: Make a new top-level directory for camsMatthias Vogelgesang
... 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.
2012-09-26Generalized log generationMatthias Vogelgesang
2012-09-26Add change log to manualMatthias Vogelgesang
2012-09-26Merge branch '1.0'Matthias Vogelgesang
2012-09-26Set SO version to major not minor versionMatthias Vogelgesang
Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0.
2012-09-25Add CMakeLists.txt for control GUIMatthias Vogelgesang
2012-09-25Move tools from test/ to tools/ directoryMatthias Vogelgesang
2012-09-25Fix #139: Lock API functionsMatthias Vogelgesang
2012-09-21Add documentation generator and mock docsMatthias Vogelgesang
2012-09-21Port perf overhead toolMatthias Vogelgesang
2012-09-21Merge branch 'plugins'Matthias Vogelgesang
2012-09-21Port grab-async to new plugin managerMatthias Vogelgesang
2012-09-21Remove obsolete test toolsMatthias Vogelgesang
2012-09-21Port the unit tests to the plugin managerMatthias Vogelgesang
2012-09-21Port control GUI to use the plugin managerMatthias Vogelgesang
2012-09-21Rename g_list_free_full to list_free_fullMatthias Vogelgesang
This got really implemented with GLib 2.28, so the names clash.
2012-09-21Update to a more readable styleMatthias Vogelgesang
2012-09-20Add docstringsMatthias Vogelgesang
2012-09-20Add notice about the plugin managerMatthias Vogelgesang
2012-09-20Merge branch 'master' of ufo.kit.edu:libucaMatthias Vogelgesang
2012-09-19Update documentationMatthias Vogelgesang
2012-09-19Install plugin manager header fileMatthias Vogelgesang
2012-09-19Make most cameras pluginsMatthias Vogelgesang
2012-09-19Add path from UCA_CAMERA_PATH environment variableMatthias Vogelgesang
2012-09-19Fix segfaultMatthias Vogelgesang
2012-09-19Initial plugin managerMatthias Vogelgesang
2012-09-19Bump to development version 1.1Matthias Vogelgesang
2012-09-19Bump to release version 1.0Matthias Vogelgesang
2012-09-19Add G_BEGIN/END_DECL to fix #131Matthias Vogelgesang
2012-08-31Extend section on new camera integrationMatthias Vogelgesang
2012-08-28Add a section about supported camerasMatthias Vogelgesang
2012-08-28Add API contentMatthias Vogelgesang
2012-08-28Use a more legible style sheetMatthias Vogelgesang
2012-08-27Add a link to the referenceMatthias Vogelgesang
2012-08-27Use current pandoc syntax for PDFMatthias Vogelgesang
2012-08-27Separate manual from referenceMatthias Vogelgesang
2012-08-13Fix `uninitialized variable' warningMatthias Vogelgesang
2012-08-10Cleanup and add correct copyright ownerMatthias Vogelgesang
2012-08-10Add gtester xslMatthias Vogelgesang
2012-08-10Revert doc building changesMatthias Vogelgesang
Instead of switching WITH_REFERENCE we have to use WITH_GTK_DOC that can also be disabled at configure time.
2012-08-10Merge branch 'ipe-basler'Matthias Vogelgesang
Conflicts: src/CMakeLists.txt
2012-08-09Drop REQUIRED flag from Basler dependenciesMatthias Vogelgesang
If they are required, they cannot be built on machines without that dependency.
2012-08-09Merge branch 'iss-master'Matthias Vogelgesang