summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-08Support meson build systemMatthias Vogelgesang
2017-05-18Install runtime things only on WindowsMatthias Vogelgesang
2017-05-10Release version 2.2.1Matthias Vogelgesang
2017-04-07Fix plugin dirMatthias Vogelgesang
2017-04-07control: fix load path of UI fileMatthias Vogelgesang
2017-04-05Use prop string array to initialize parametersMatthias Vogelgesang
2017-04-04Use GNUInstallDirs to set install pathsMatthias Vogelgesang
2017-01-13Fix #80: trigger must not block on the access_lockMatthias Vogelgesang
This defeats the purpose of software triggers which in most cases have to happen in a thread different from the one grabbing actual frames.
2016-12-19mock: use g_thread_new for GLib >= 2.32Matthias Vogelgesang
2016-12-19mock: emulate correct software trigger behaviourMatthias Vogelgesang
2016-12-16Release version 2.2.0Matthias Vogelgesang
2016-12-16Install plugin .dll files in plugin directoryMarius Elvert
2016-12-15Enable -fPIC by defaultMatthias Vogelgesang
2016-11-25Set CMake policy for recent CMake versionsMatthias Vogelgesang
2016-11-18Merge pull request #77 from ufo-kit/degree-valueMatthias Vogelgesang
Add new property to mock-camera for testing the temperature conversio…
2016-11-18Add new property to mock-camera for testing the temperature conversion in ↵MariaMatveeva
Concert
2016-08-26Merge pull request #76 from ufo-kit/docsMatthias Vogelgesang
Update documentation
2016-08-26Update documentationMariaMatveeva
2016-07-19Fix unused variable warningsMatthias Vogelgesang
2016-07-19mock: replace create-random with fill-data policyMatthias Vogelgesang
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.
2016-07-13Add TIMEOUT error codeMatthias Vogelgesang
2016-07-12TANGO: cover uint64 typesMatthias Vogelgesang
2016-07-07TANGO: do not stop if encountering errors in testMatthias Vogelgesang
2016-07-01TANGO: allow testing software triggeringMatthias Vogelgesang
2016-06-22grab: set trigger source explicitlyMatthias Vogelgesang
2016-06-03tango: add stress test scriptMatthias Vogelgesang
2016-06-03info: size name column according to longest nameMatthias Vogelgesang
2016-06-03info: do not list property if name not givenMatthias Vogelgesang
2016-06-03Add uca-info tool to print current prop valuesMatthias Vogelgesang
2016-06-03Restructure building command line toolsMatthias Vogelgesang
2016-05-11file: fix reading of 32 bit TIFFsMatthias Vogelgesang
2016-05-04docs: improve layout a bitMatthias Vogelgesang
2016-05-04docs: add Windows build instructionsMatthias Vogelgesang
2016-05-04benchmark: fix unref if camera was not instantiatedMatthias Vogelgesang
2016-04-28Update rtd linkMatthias Vogelgesang
2016-04-26Fix assignment when no property is givenMatthias Vogelgesang
2016-04-26Add debug output of plugin module locationMatthias Vogelgesang
2016-04-01cli: pass -p/--property assignment to constructorMatthias Vogelgesang
2016-04-01Fix reference to wrong function nameMatthias Vogelgesang
2016-03-16Use consistent syntax in ConfigurePaths moduleMatthias Vogelgesang
2016-03-15Merge pull request #75 from saisasidhar/masterMatthias Vogelgesang
Building libuca for Windows
2016-03-15ADD: Camera Readout mode for benchmark toolSai Sasidhar Maddali
MIN: Moved start and stop timers to individual functions so they can be used when appropriately needed MIN: Updated exported symbol name in uca plugin - file
2016-03-15Win specific configure path for library installation pathSai Sasidhar Maddali
2016-03-15FIX: Symbol name exported by plugin is causing a recursive call in WindowsSai Sasidhar Maddali
2016-03-15ADD: Runtime installation target for WindowsSai Sasidhar Maddali
2016-02-16mock: remove binningsMatthias Vogelgesang
2016-02-16Remove binnings testMatthias Vogelgesang
2016-02-16Move sensor binnings array out to pluginMatthias Vogelgesang
2016-02-15grab: fix resource cleanup orderMatthias Vogelgesang
2016-02-15Do not stop camera when closing the objectMatthias Vogelgesang
This is an undocumented and in some cases unwanted side effect.