aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-plugin.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Update since the conversion to libraryRomain Forlot1-54/+51
2018-12-17Shared library: update to a v3 shared libraryRomain Forlot1-87/+83
2018-12-13Fix: compiling a controller without LUA supportRomain Forlot1-0/+5
2018-12-13Fix Parse pluginFrederic Marec1-1/+2
2018-12-13Reworked pluginConfig functionRomain Forlot1-55/+38
2018-12-13Retrieve plugin list from api rather than a globalRomain Forlot1-0/+5
2018-12-13Add setter/getter for user free defined pointerRomain Forlot1-0/+8
2018-12-13Correct an error when no plugins are definedJonathan Aillet1-1/+1
2018-12-13Add a 'params' fields for controller pluginsJonathan Aillet1-3/+4
2018-12-13Add an Init step to the plugins loadRomain Forlot1-1/+10
2018-12-13Migration to v3Romain Forlot1-1/+1
2018-12-13Adds v3 function to get binding settingsRomain Forlot1-1/+1
2018-12-13Add path to the installed widget path.Romain Forlot1-8/+24
2018-12-13More precise log message when loading a Lua fileRomain Forlot1-3/+1
2018-12-13Fixed character counting that was shortening paths8000ff1-2/+2
2018-12-13Use prefix variable to find controller's pluginsRomain Forlot1-19/+16
2018-12-13Fix: plugin api assignement orderRomain Forlot1-2/+1
2018-12-13Always set the api member even if NULL.Romain Forlot1-1/+2
2018-12-13Ability to add a plugin after the initial loadRomain Forlot1-13/+56
2018-12-13Don't load two times a plugin even for LUARomain Forlot1-12/+13
2018-12-13Fixed spelling of AFB_ReqSuccessSebastien Douheret1-1/+1
2018-12-13Fixed build warnings with gcc >= 7.3Sebastien Douheret1-2/+2
2018-12-13Fixed compilation warnings with gcc-7.2.0Thierry Bultel1-2/+2
2018-12-13Good usage of strncat and strncpyRomain Forlot1-8/+13
2018-12-13Change lua2c JSON syntax.Romain Forlot1-6/+16
2018-12-13Fix: changes key name.Romain Forlot1-1/+1
2018-12-13Use new version of function GetBindingDirPathRomain Forlot1-11/+11
2018-12-13FormatRomain Forlot1-33/+34
2018-12-13Loads l2c functions per plugin.Romain Forlot1-33/+39
2018-12-13Upgrade config schemaRomain Forlot1-71/+163
2018-12-13Fix conversion compilation warningRomain Forlot1-2/+2
2018-12-13Add binding rootdir to searched path for conf and pluginsRomain Forlot1-1/+13
2018-12-13Fix segfault when no l2c functions definedRomain Forlot1-1/+1
2018-12-13Get back on track l2c functions.Romain Forlot1-6/+27
2018-12-13Fix warning compile about uninitialized variableRomain Forlot1-2/+2
2018-12-13Avoid compile warning, memory leaks, lintingRomain Forlot1-0/+3
2018-12-13wrong json unpacking fails.Romain Forlot1-1/+1
2018-12-13Get back lua2c functions parsed at plugin loadRomain Forlot1-4/+11
2018-12-13Fix: strncpy does't add null char at the endRomain Forlot1-2/+2
2018-12-13Load afb_binding macros and stuff to pluginsRomain Forlot1-9/+24
2018-12-13fix: wrong usage of strncat and strncpy functionRomain Forlot1-5/+5
2018-12-13FormatingRomain Forlot1-22/+22
2018-12-13First working version as submoduleFulup Ar Foll1-9/+9
2018-12-131st V2/pre-V3 versionfulup1-29/+35
2018-12-13Remove NetbeansFulup Ar Foll1-0/+219