summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* common: exit early on errorMatthias Vogelgesang2017-07-211-1/+4
|
* Ignore deprecated declarationsMatthias Vogelgesang2017-07-181-0/+3
|
* gui: add Meson build supportMatthias Vogelgesang2017-07-032-0/+30
|
* gui: use glib-resources to bake in UIMatthias Vogelgesang2017-07-035-32/+65
|
* gui: rename source fileMatthias Vogelgesang2017-07-032-1/+1
|
* Add architecture overview to READMEMatthias Vogelgesang2017-06-301-0/+2
|
* docs: add general overview imageMatthias Vogelgesang2017-06-306-1/+441
|
* Fix softlink locationMatthias Vogelgesang2017-06-281-1/+1
|
* Add gcc to install listMatthias Vogelgesang2017-06-281-1/+1
| | | | | Apparently, it is sometimes installed as a dependency of make and sometimes it is not ...
* Update Windows build instructionsMatthias Vogelgesang2017-06-271-40/+24
|
* 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.
* Support meson build systemMatthias Vogelgesang2017-06-088-0/+133
|
* Install runtime things only on WindowsMatthias Vogelgesang2017-05-181-0/+5
|
* Release version 2.2.1Matthias Vogelgesang2017-05-102-1/+18
|
* Fix plugin dirMatthias Vogelgesang2017-04-071-1/+1
|
* control: fix load path of UI fileMatthias Vogelgesang2017-04-072-2/+2
|
* Use prop string array to initialize parametersMatthias Vogelgesang2017-04-052-5/+2
|
* Use GNUInstallDirs to set install pathsMatthias Vogelgesang2017-04-049-121/+27
|
* Fix #80: trigger must not block on the access_lockMatthias Vogelgesang2017-01-131-2/+0
| | | | | This defeats the purpose of software triggers which in most cases have to happen in a thread different from the one grabbing actual frames.
* mock: use g_thread_new for GLib >= 2.32Matthias Vogelgesang2016-12-191-1/+5
|
* mock: emulate correct software trigger behaviourMatthias Vogelgesang2016-12-191-2/+20
|
* Release version 2.2.0Matthias Vogelgesang2016-12-162-1/+31
|
* Install plugin .dll files in plugin directoryMarius Elvert2016-12-162-2/+4
|
* Enable -fPIC by defaultMatthias Vogelgesang2016-12-151-1/+1
|
* Set CMake policy for recent CMake versionsMatthias Vogelgesang2016-11-251-0/+9
|
* Merge pull request #77 from ufo-kit/degree-valueMatthias Vogelgesang2016-11-181-0/+19
|\ | | | | Add new property to mock-camera for testing the temperature conversio…
| * Add new property to mock-camera for testing the temperature conversion in ↵MariaMatveeva2016-11-181-0/+19
|/ | | | Concert
* Merge pull request #76 from ufo-kit/docsMatthias Vogelgesang2016-08-2615-58/+389
|\ | | | | Update documentation
| * Update documentationMariaMatveeva2016-08-2615-58/+389
|/
* Fix unused variable warningsMatthias Vogelgesang2016-07-192-4/+0
|
* mock: replace create-random with fill-data policyMatthias Vogelgesang2016-07-191-51/+35
| | | | | This makes it a bit easier to profile different setups. Moreover, the sensor size is now much larger but by default is reduced to the old 512x512 window.
* Add TIMEOUT error codeMatthias Vogelgesang2016-07-132-1/+3
|
* TANGO: cover uint64 typesMatthias Vogelgesang2016-07-121-0/+1
|
* TANGO: do not stop if encountering errors in testMatthias Vogelgesang2016-07-071-4/+5
|
* TANGO: allow testing software triggeringMatthias Vogelgesang2016-07-011-0/+7
|
* grab: set trigger source explicitlyMatthias Vogelgesang2016-06-221-2/+3
|
* tango: add stress test scriptMatthias Vogelgesang2016-06-031-0/+52
|
* info: size name column according to longest nameMatthias Vogelgesang2016-06-031-1/+10
|
* info: do not list property if name not givenMatthias Vogelgesang2016-06-031-2/+2
|
* Add uca-info tool to print current prop valuesMatthias Vogelgesang2016-06-032-2/+123
|
* Restructure building command line toolsMatthias Vogelgesang2016-06-031-14/+6
|
* file: fix reading of 32 bit TIFFsMatthias Vogelgesang2016-05-111-3/+1
|
* docs: improve layout a bitMatthias Vogelgesang2016-05-041-8/+10
|
* docs: add Windows build instructionsMatthias Vogelgesang2016-05-041-2/+61
|
* benchmark: fix unref if camera was not instantiatedMatthias Vogelgesang2016-05-041-2/+4
|
* Update rtd linkMatthias Vogelgesang2016-04-281-1/+1
|
* Fix assignment when no property is givenMatthias Vogelgesang2016-04-261-1/+1
|
* Add debug output of plugin module locationMatthias Vogelgesang2016-04-261-0/+1
|