Age | Commit message (Expand) | Author | Files | Lines |
2018-07-05 | Use signal subscription args if present | Romain Forlot | 3 | -3/+16 |
2018-07-05 | Make 2 set of configurations | Romain Forlot | 14 | -22/+1618952 |
2018-07-04 | Merge changes from topic 'OpenXC-signal_composer' | Romain Forlot | 1 | -0/+5 |
2018-07-04 | Added .gitreview file | Romain Forlot | 1 | -0/+5 |
2018-07-04 | Add objects directly from JSON argument | Romain Forlot | 1 | -9/+16 |
2018-04-09 | Add objects directly from JSON argumentflounder_5.99.1flounder/5.99.15.99.1 | Romain Forlot | 1 | -9/+16 |
2018-03-22 | Linting, wrong variable type used. | Romain Forlot | 1 | -6/+6 |
2018-03-22 | Add undefined value possibility in signal values | Romain Forlot | 1 | -5/+6 |
2018-03-22 | Renaming data directory to var in app-templates | Romain Forlot | 3 | -2/+2 |
2018-03-21 | Linting improvments. | Romain Forlot | 4 | -9/+12 |
2018-02-07 | Update documentation | Romain Forlot | 2 | -19/+11 |
2017-12-21 | Update documentation metadata | Romain Forlot | 4 | -1/+2 |
2017-12-21 | Using AppFw CPP capabilities | Romain Forlot | 6 | -121/+5 |
2017-12-21 | Fix some memory leak using LUA | Romain Forlot | 1 | -0/+0 |
2017-12-21 | Don't segfault at exit pointed to freed objects | Romain Forlot | 2 | -6/+8 |
2017-12-20 | Don't use afb-genskel until C++ is handled | Romain Forlot | 1 | -1/+1 |
2017-12-20 | Update closing message | Romain Forlot | 1 | -1/+1 |
2017-12-20 | Remove embedded LUA 3rdparty | Romain Forlot | 7 | -100/+4 |
2017-12-19 | Bulk of small fixes | Romain Forlot | 4 | -10/+4 |
2017-12-19 | Update controller submodule | Romain Forlot | 1 | -0/+0 |
2017-12-19 | Be sure to set execution right on binaries | Romain Forlot | 1 | -1/+6 |
2017-12-19 | Specify needed permissions for addObjects in doc | Romain Forlot | 1 | -0/+3 |
2017-12-19 | Get builtin plugin as a normal plugin | Romain Forlot | 5 | -49/+16 |
2017-12-19 | Update gitignore, minor fix | Romain Forlot | 2 | -1/+1 |
2017-12-18 | Make public ConfigSearch function | Romain Forlot | 1 | -0/+0 |
2017-12-18 | More security to add new signals/source at runtime | Romain Forlot | 4 | -34/+61 |
2017-12-18 | Update documentation | Romain Forlot | 8 | -12/+39 |
2017-12-18 | Fix segfault when no l2c functions defined | Romain Forlot | 1 | -0/+0 |
2017-12-18 | Fix: absolute non significant path to plugins | Romain Forlot | 1 | -2/+2 |
2017-12-18 | Several small fixes and improvements. | Romain Forlot | 5 | -25/+15 |
2017-12-15 | Fix CTL_PLUGIN_MAGIC outside of long int range | Romain Forlot | 1 | -1/+1 |
2017-12-15 | Get back on track l2c functions | Romain Forlot | 4 | -10/+8 |
2017-12-14 | Fixing afb function call from LUA and cleaning | Romain Forlot | 7 | -158/+26 |
2017-12-14 | Fix warning compile about uninitialized variable | Romain Forlot | 1 | -0/+0 |
2017-12-14 | Dirty trick to avoid failure at build | Romain Forlot | 1 | -0/+4 |
2017-12-14 | Fix wrong timestamp type use to retrieve value. | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Update documentation | Romain Forlot | 8 | -26/+69 |
2017-12-14 | Use value instead of pointer for a member | Romain Forlot | 2 | -25/+25 |
2017-12-14 | Improve subscription process | Romain Forlot | 3 | -15/+47 |
2017-12-14 | Change remote repository for afb-helpers to gerrit | Romain Forlot | 2 | -3/+3 |
2017-12-14 | Update all submodules | Romain Forlot | 3 | -0/+0 |
2017-12-14 | Avoid create duplicate source entries. | Romain Forlot | 3 | -6/+34 |
2017-12-14 | Check key exists before loading JSON file | Romain Forlot | 1 | -18/+25 |
2017-12-14 | Fix memory leaks relative to json_object | Romain Forlot | 4 | -3/+20 |
2017-12-14 | Load additionnals object at runtime | Romain Forlot | 6 | -52/+122 |
2017-12-14 | Hold all contexts (plugin & source) in signalCtx_ | Romain Forlot | 5 | -47/+77 |
2017-12-14 | Useless tests against uninitialized value | Romain Forlot | 1 | -4/+2 |
2017-12-14 | Fix LUA path not set | Romain Forlot | 1 | -0/+1 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 2 | -1/+1 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 3 | -3/+3 |