aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Use signal subscription args if presentRomain Forlot3-3/+16
2018-07-05Make 2 set of configurationsRomain Forlot14-22/+1618952
2018-07-04Merge changes from topic 'OpenXC-signal_composer'Romain Forlot1-0/+5
2018-07-04Added .gitreview fileRomain Forlot1-0/+5
2018-07-04Add objects directly from JSON argumentRomain Forlot1-9/+16
2018-04-09Add objects directly from JSON argumentflounder_5.99.1flounder/5.99.15.99.1Romain Forlot1-9/+16
2018-03-22Linting, wrong variable type used.Romain Forlot1-6/+6
2018-03-22Add undefined value possibility in signal valuesRomain Forlot1-5/+6
2018-03-22Renaming data directory to var in app-templatesRomain Forlot3-2/+2
2018-03-21Linting improvments.Romain Forlot4-9/+12
2018-02-07Update documentationRomain Forlot2-19/+11
2017-12-21Update documentation metadataRomain Forlot4-1/+2
2017-12-21Using AppFw CPP capabilitiesRomain Forlot6-121/+5
2017-12-21Fix some memory leak using LUARomain Forlot1-0/+0
2017-12-21Don't segfault at exit pointed to freed objectsRomain Forlot2-6/+8
2017-12-20Don't use afb-genskel until C++ is handledRomain Forlot1-1/+1
2017-12-20Update closing messageRomain Forlot1-1/+1
2017-12-20Remove embedded LUA 3rdpartyRomain Forlot7-100/+4
2017-12-19Bulk of small fixesRomain Forlot4-10/+4
2017-12-19Update controller submoduleRomain Forlot1-0/+0
2017-12-19Be sure to set execution right on binariesRomain Forlot1-1/+6
2017-12-19Specify needed permissions for addObjects in docRomain Forlot1-0/+3
2017-12-19Get builtin plugin as a normal pluginRomain Forlot5-49/+16
2017-12-19Update gitignore, minor fixRomain Forlot2-1/+1
2017-12-18Make public ConfigSearch functionRomain Forlot1-0/+0
2017-12-18More security to add new signals/source at runtimeRomain Forlot4-34/+61
2017-12-18Update documentationRomain Forlot8-12/+39
2017-12-18Fix segfault when no l2c functions definedRomain Forlot1-0/+0
2017-12-18Fix: absolute non significant path to pluginsRomain Forlot1-2/+2
2017-12-18Several small fixes and improvements.Romain Forlot5-25/+15
2017-12-15Fix CTL_PLUGIN_MAGIC outside of long int rangeRomain Forlot1-1/+1
2017-12-15Get back on track l2c functionsRomain Forlot4-10/+8
2017-12-14Fixing afb function call from LUA and cleaningRomain Forlot7-158/+26
2017-12-14Fix warning compile about uninitialized variableRomain Forlot1-0/+0
2017-12-14Dirty trick to avoid failure at buildRomain Forlot1-0/+4
2017-12-14Fix wrong timestamp type use to retrieve value.Romain Forlot1-1/+1
2017-12-14Update documentationRomain Forlot8-26/+69
2017-12-14Use value instead of pointer for a memberRomain Forlot2-25/+25
2017-12-14Improve subscription processRomain Forlot3-15/+47
2017-12-14Change remote repository for afb-helpers to gerritRomain Forlot2-3/+3
2017-12-14Update all submodulesRomain Forlot3-0/+0
2017-12-14Avoid create duplicate source entries.Romain Forlot3-6/+34
2017-12-14Check key exists before loading JSON fileRomain Forlot1-18/+25
2017-12-14Fix memory leaks relative to json_objectRomain Forlot4-3/+20
2017-12-14Load additionnals object at runtimeRomain Forlot6-52/+122
2017-12-14Hold all contexts (plugin & source) in signalCtx_Romain Forlot5-47/+77
2017-12-14Useless tests against uninitialized valueRomain Forlot1-4/+2
2017-12-14Fix LUA path not setRomain Forlot1-0/+1
2017-12-14Avoid warning about deleting void* variableRomain Forlot2-1/+1
2017-12-14Avoid warning about deleting void* variableRomain Forlot3-3/+3