Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-13 | First working version as submodule | Fulup Ar Foll | 12 | -113/+283 | |
2018-12-13 | 1st V2/pre-V3 version | fulup | 13 | -464/+886 | |
2018-12-13 | fix target name | Fulup Ar Foll | 2 | -2/+2 | |
2018-12-13 | Documentation | Fulup Ar Foll | 1 | -1/+1 | |
2018-12-13 | Remove Netbeans | Fulup Ar Foll | 13 | -353/+0 | |
2018-12-13 | Doc update | Fulup Ar Foll | 2 | -1/+2 | |
2018-12-13 | Initial Commit as submodule | Fulup Ar Foll | 58 | -3746/+1021 | |
2018-12-13 | Use public URL for submodule afb-utilities | Ronan Le Martret | 1 | -1/+1 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | add packaging | Ronan Le Martret | 7 | -0/+206 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | add dependency lua5.3 for deb | Ronan Le Martret | 2 | -1/+5 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | Fix cmake build | Ronan Le Martret | 1 | -5/+5 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | ctl-plugin: adjust deps; update app-templates | Stephane Desneux | 2 | -1/+0 | |
ctl-plugin must not be linked with ctl-binder. Otherwise, this produces some error like this depending on cmake version: ----- CMake Error at ctl-plugin/CMakeLists.txt:44 (TARGET_LINK_LIBRARIES): Target "afb-controller" of type MODULE_LIBRARY may not be linked into another target. One may link only to STATIC or SHARED libraries, or to executables with the ENABLE_EXPORTS property set. ----- Change-Id: I514b01e51da108c6a2ba09a96159779fe6e6797f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh> | |||||
2018-12-13 | update afb-utilities | Ronan Le Martret | 1 | -0/+0 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | Fix strncat funct | Ronan Le Martret | 2 | -15/+15 | |
I: Statement might be overflowing a buffer in strncat. Common mistake: BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it takes the left over size as 3rd argument GOOD: strncat(buffer,charptr,sizeof(buffer)-strlen(buffer)-1) Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | Add *.tar.gz to .gitignore | Ronan Le Martret | 1 | -0/+1 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | update app-templates | Ronan Le Martret | 1 | -0/+0 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | update config.cmake | Ronan Le Martret | 1 | -11/+31 | |
* add link option Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | Fixed spelling. | Sebastien Douheret | 1 | -14/+14 | |
2018-12-13 | Fixed LUA_CHECKER binary for debian/ubuntu | Sebastien Douheret | 1 | -0/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-12-13 | Fix: handle packaging deps | Romain Forlot | 3 | -2/+2 | |
See app-templates commit description. Change-Id: Ie994acc2021818c7be293d9bc3eca597fc30bb68 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Cleanup in repo names | fulup | 2 | -0/+14 | |
Change-Id: I16d9705dcc325910f0dd2b4ff5af587130193ecc | |||||
2018-12-13 | Update to new app-templates | Fulup Ar Foll | 1 | -0/+0 | |
2018-12-13 | Clean | Romain Forlot | 1 | -5/+0 | |
Change-Id: I3688d9891e7f3daafdaabf05943d2e1b988a3dac Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Fixed Netbeans Configuration | Fulup Ar Foll | 1 | -13/+0 | |
2018-12-13 | Merge Conflict | Fulup Ar Foll | 1 | -1/+0 | |
2018-12-13 | Attend to merfe with Master | Fulup Ar Foll | 3 | -0/+19 | |
2018-12-13 | Fulup Error Message at Lua level | Fulup Ar Foll | 1 | -7/+86 | |
2018-12-13 | Fix include issue on plugin | Fulup Ar Foll | 2 | -5/+23 | |
2018-12-13 | Cleanup in reop names | fulup | 4 | -140/+8 | |
2018-12-13 | Clean up module naming | Fulup Ar Foll | 3 | -89/+178 | |
2018-12-13 | Remove Audio mentions from log messages | Romain Forlot | 1 | -2/+2 | |
Change-Id: I2a3a2b0ad51c479d463eed7f827b07693e55a657 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Updated README | Romain Forlot | 1 | -48/+62 | |
Change-Id: Ic5aa7a887cd796b551ed60b5f3c3695400f84671 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Fulup Error Message at Lua level | Fulup Ar Foll | 2 | -9/+88 | |
2018-12-13 | Fix include issue on plugin | Fulup Ar Foll | 2 | -6/+24 | |
2018-12-13 | Cleanup in reop names | fulup | 11 | -91/+23 | |
2018-12-13 | Clean up module naming | Fulup Ar Foll | 6 | -151/+232 | |
2018-12-13 | MD linting and merge json.d README to the root one | Romain Forlot | 2 | -14/+39 | |
Change-Id: I1fd36c2f23743d746b91d61084bea0a39a1ce074 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Update .gitignore | Romain Forlot | 1 | -0/+1 | |
Change-Id: I1eaf22401e27647fcd4ba86ebbfda1a8b683dc4d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Format | Romain Forlot | 1 | -4/+4 | |
Change-Id: I16191ded40a96d7803ccf0631fee2afbedefe4e1 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Update README (fix md format and renaming project) | Romain Forlot | 1 | -76/+92 | |
Change-Id: I94221384207b5e103247adbbbd97b97cf2184b65 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Added sample for synchronous control request and update documentation | Fulup Ar Foll | 5 | -7/+17 | |
to support monitoring. | |||||
2018-12-13 | conf.d/cmake: use 00-default-osconfig.cmake for all distro except debian-based | Stephane Desneux | 4 | -1/+0 | |
Change-Id: I4bf5b9c13d42a26d8116a81fe1eb1b366056b19e Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh> | |||||
2018-12-13 | Fix: missing linked default libraries | Romain Forlot | 1 | -0/+1 | |
Change-Id: I07d2004dcf1511b0502c52a65f291f5374f69ab2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Fix: link dependency issue with afb-utilities | Romain Forlot | 1 | -0/+5 | |
Change-Id: Iabea3e725a65575b53133f7963b1f7ffda6bb326 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Format: Remove spaces at EOL | Romain Forlot | 14 | -183/+183 | |
Change-Id: I50bbf17cfa913b40caf0cb6752a902fb626ec1ad Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Moved Sample Plugin in an independant directory | Fulup Ar Foll | 3 | -30/+52 | |
2018-12-13 | Restore Basic HTML5 testing Scenario as a Standalone Controller | Fulup Ar Foll | 34 | -1992/+443 | |
2018-12-13 | Adding control panel sample HTML5 UI | Romain Forlot | 8 | -0/+483 | |
Change-Id: Id7cb7e3f1a817000c9054139922bdf9e3e21a0a8 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Separated afb-utilities submodule used | Romain Forlot | 4 | -1/+26 | |
filescan adn wrap-=json now separated. Change-Id: Ie8006b43625173b0c91056c61c394a2804cb3542 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Fixed Lua Table to Json parsing | Romain Forlot | 1 | -226/+249 | |
Change-Id: I423ca987d0647b8985172aa03510927d75af4e0d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> |