Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-23 | Format: remove blank space at EOL | 45 | -419/+419 | ||
Change-Id: I786ac8d5be68bdf09d5bb6c883959d6e1963c1fe Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-22 | Remove Controller that is now stand alone. | 37 | -5489/+13 | ||
Also move filescan and wrap-json library into a separate submodule afb-utilities Change-Id: Ic46cceb88cd25a808cbd0e5e6da53f56f9fc786c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-22 | Fixed Lua Table to Json parsing | 1 | -2/+2 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-22 | Fixed warnings | 1 | -221/+220 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-22 | Fix Lua->json Numeric table | 2 | -75/+115 | ||
2017-08-22 | Update to latest template, rename doscript- in debug- | 5 | -109/+116 | ||
2017-08-22 | Minor Fix on LUA script search path | 7 | -321/+307 | ||
2017-08-22 | Handle LUA module checking by distro | 4 | -3/+4 | ||
Change-Id: I6703f2225cd9ec44c7bcc4f6048b1ad7c818236d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-21 | Fix debian like distro module checking (on lua...) | 3 | -4/+1 | ||
Add possibility to include cmake distro dependent files Change-Id: I6846c6068d37fef0102b350fca98e806abbc78de Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-21 | Documentation and LUA for Ubuntu | 1 | -186/+260 | ||
2017-08-21 | Documentation and LUA for Ubuntu | 5 | -150/+177 | ||
2017-08-21 | Fix Controller API | 7 | -100/+123 | ||
2017-08-21 | Fix CMake error | 1 | -4/+0 | ||
Duplicated INSTALL section now implemented in app-templates submodule. Change-Id: I9eefc067fcda4855c9a3edf5d18d68cbb666cc14 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-21 | Merge branch 'fulup-dev' | 55 | -1845/+3818 | ||
Change-Id: I7dc6859767ac5919cf383e33bd2cf3a98698d9b4 | |||||
2017-08-20 | Updated to latest App Template | 24 | -221/+719 | ||
2017-08-18 | Fix widget build, using icon/config specified | 1 | -0/+0 | ||
Change-Id: I8f1adc76a35553a7c3cf22f996aba3a21bd096f6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Added default variables from sample | 1 | -0/+6 | ||
Change-Id: I9170f9834868035ab76faaaae941f2c5decf589d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Remove BINDING_INSTALL_PREFIX/DIR variable | 6 | -8/+8 | ||
Use CMAKE_INSTALL_PREFIX by default. Change-Id: I16f8018779b624842026ff401857e198c6436ddd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Change how to define compile options | 2 | -33/+54 | ||
Move specific compilation options to the target it is related keep global compilation option in config.cmake then variable can be correctly evaluated and use with the correct values (CMAKE_INSTALL_PREFIX isn't the same before common.cmake inclusion and after.) Change-Id: Ia3c3fe6bc6fcdcb79858f233b108b9ee1e071131 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | CMake minimal version set to 3.5 | 3 | -4/+1 | ||
Change-Id: Ic0cc88d4b423deb3ba187b59f3e0caad0711fd4d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Latest app-templates features integration | 8 | -68/+17 | ||
- CMake >= 3.6 mandatory - Change DATA and HTDOCS targets methods to use macro add_input_files() - header generated from OpenAPI file using BINDINGV2 label and set_openapi_filename() macro. - Adjusted README to reflect new cmake requirement Change-Id: I8da515b98c1877d5be5e51f2bf94d691ac3cefb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-18 | Integrate OpenAPI .h file generation. | 1 | -0/+1 | ||
Change-Id: I166d5019893308f239c3485ae03e87bf4a05cc5d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # Controler-afb/CMakeLists.txt | |||||
2017-08-18 | Documented Controller standalone mode and provided a sample config. | 4 | -0/+226 | ||
2017-08-18 | Integration with Alsa HookPlugin is now working. | 36 | -459/+1329 | ||
2017-08-17 | Implemented Timer and Event from Lua | 10 | -313/+479 | ||
2017-08-16 | Fix DoScript Lua Updated Documentation. | 7 | -26/+35 | ||
2017-08-16 | Fixed LUA Nested Table Issues. Added LUA2C for User Defined Plugins | 15 | -340/+557 | ||
2017-08-16 | Merge pull request #5 from tjahnk/create_hal_unicens | 23 | -18/+2944 | ||
Introducing HAL MOST UNICENS | |||||
2017-08-16 | updated submodules | 1 | -0/+0 | ||
2017-08-16 | merge changes for new audio interface | 3 | -211/+104 | ||
2017-08-16 | implemented listconfig in UNICENS wrapper | 5 | -38/+187 | ||
2017-08-16 | Adds readme for HAL MOST UNICENS | 2 | -2/+56 | ||
2017-08-16 | project name HAL_MOST_UNICENS is now uppercase | 20 | -105/+112 | ||
2017-08-16 | MOST ALSA mixer controls now mapped to UNCENS I2C commands | 5 | -15/+61 | ||
2017-08-16 | fixes linker issue and implements volume service | 4 | -5/+44 | ||
2017-08-16 | includes lib-most-volume in HAL UNICENS | 17 | -18/+1058 | ||
2017-08-16 | implements wrapper for unicens functions | 5 | -72/+297 | ||
2017-08-16 | introduced automatic connection/start of unicens2-binding | 3 | -23/+137 | ||
2017-08-16 | added code to parse mixer control updates | 5 | -9/+1334 | ||
2017-08-16 | added custom master and playback mixer controls for hal-most-unicens | 1 | -5/+20 | ||
2017-08-16 | adds HAL for MOST/UNICENS | 3 | -0/+136 | ||
2017-08-16 | removed legacy most dependencies in nbproject | 2 | -123/+6 | ||
2017-08-16 | Moved FileConfigScan to AudioCommon and Documentation | 21 | -299/+830 | ||
2017-08-15 | Documentation | 6 | -75/+495 | ||
2017-08-15 | docall working with simple table | 10 | -72/+526 | ||
2017-08-14 | Work in Progress | 15 | -339/+399 | ||
2017-08-13 | Fix AFB_MESSAGE with null arguments | 26 | -719/+1095 | ||
2017-08-11 | Almost working version with Json Config, Lua script and sharelib callbacks. | 10 | -160/+352 | ||
2017-08-11 | Update to new Tempate | 18 | -171/+230 | ||
2017-08-10 | Work in Progress | 23 | -484/+818 | ||