Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ia9a4eed88b60039490ca4c880a0b731916b77f8f
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Change-Id: I62bd819cd1bb3edd2140ac5f10501e5285bfe5c8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Change-Id: I660560f31b3885de78c43b9da9ceae66d80451dc
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Change-Id: Ie5b3a6c287d50cc42b968c1632a39f33b41f1157
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Needed for older Ubuntu LTS distribution 16.04
Change-Id: I7c1d23eecf34b2e86cfcd9de5a8f755c690cbe26
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Use AGLVERSION variable that could be set by command-line to
override the one set in the CMakeLists.txt file.
Tiny fix on the Libs variable to use now ${libdir} instead of
the CMake variable which isn't absolute
Change-Id: Ic8137766ee3a0fb5b51cc49d2ea39d8d66e48b3f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Thoses variables are used by CMake for building Qt's projects, thus need to
find a Qt installation. Therefore you should set those to ON only if you
also do a find_package to find a Qt installation.
Change-Id: Ibd0042206913f2d4e65fc56092f3348efa3103da
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Change-Id: Id7e4f772ec1c7f8022a80bf7561b0edfdee3f10a
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Change-Id: Id211e0463c0d4585828d03e493bbc504da8cd45e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Use AGLVERSION variable that could be set by command-line to
override the one set in the CMakeLists.txt file.
Change-Id: Ic8137766ee3a0fb5b51cc49d2ea39d8d66e48b3f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Only JSON helpers functions were documented before this commits. This add a description
for every function of the afb-helpers library.
Bug-AGL: SPEC-2114
Change-Id: I3ae941841ef4ad8e345dd4cd6bc012f6596eadc2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This invokes the freeCB callback function which is in charge of release allocated
resources in the timer callback. This was only called on a normal stop of a timer
not when called manually by TimerEvtStop.
Change-Id: I750a62ee0662b905107f53d070add1e8ccba77f8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Rename apiHandle to api.
Add a missing parameter to QAfbWebsocketClient::call function
comment.
Change-Id: I6fb1acd7357fbea3132cd429e9477a1a0b8a4f43
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Adding the necessary packaging files for the AGL supported
distributions. OpenSUSE, Fedora, Ubuntu and Debian.
Bug-AGL: SPEC-2097
Change-Id: I81fe9b614366c2d9f3337f18082ed221b8931e6a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Split the Qt part of the afb-helpers in another library with only
Qt helpers functions that could be enabled using the CMake option:
AFB_HELPERS_QT=ON
Bug-AGL: SPEC-1689
Change-Id: I761fef574ea61235226f3a1cb1663ddebec41c6d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
- add afb-timer in helpers: rename ctl-timer from ctl-utilities
into afb-timer
- use the GNUinstalldirs module to set the destination directories.
Change-Id: Ic88105d140edabcc96b091fb23f215db11ccb8c6
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
* Most call "d = skip(++d);" are replaced by
"d = skip(d + 1);" that is equivalent but that
virtually doesn't assign transiently d with d+1.
* make use of JSON_C_TO_STRING_NOSLASHESCAPE in
test to improve output. Use a macro to reduce the
code.
* enforce 'wrap_json_check' to use 'wrap_json_vcheck'
and 'wrap_json_match' to use 'wrap_json_vmatch'.
Change-Id: I6e823da40415db4b54ec809455c93b39a8c5e9a5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Reverting due to:
- Merged w/o full review cycle.
- License unclear.
This reverts commit a8b170a6131b6ad25e86745fdf10de63e16e3555.
Change-Id: I810dcca9da84d930716a29b2220e49a0859df3c5
|
|
This is a user-space implementation of the kernel linked lists.
Massively used in the kernel, it is really light and
is contained in a single header.
Change-Id: I686b5fa5707b1c59339694c460ab8f0fec9679d4
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
Let the directory entities of symlink type be taken into
account.
Change-Id: Ic0197e81d1e0c761ca6a0fe9ea2dbcb56eee447b
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
Change-Id: I75558cf086b8b2d74297f9996abaa7f5a0b58cb7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Used binder name if set using the application id which use '@'
to separate name from version.
Change-Id: I1c4d963250ac17d4e4104b6cc69aa08b8fa95505
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Enhance 'wrap_json_clone_depth' description by adding details about
clone depth using this function.
Change-Id: Iede8fa6a697f12e8a32c1e15afdcef445edbcfe4
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
For classic binding < 3 without dynapi this fix the error
at compile time about conflicting type for this function.
This worked on eel and previous version because 'struct dynapi'
was declared and available for version 2 but now since binder
is in V3 then it isn't the case so function signature is not
valid anymore.
Change-Id: I135a723d21d70b8c54f4cab1c534210757318ed0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This adds a function able to retrieve from a prefix and suffix
an environment variable. This is meant to search config or plugin
files from potentially several sources, environment and source code.
This tries to get 2 environments variables:
- prefix+binderName+suffix (eg: AFT_LOWCAN_CONFIG_PATH)
- prefix+suffix (eg: AFT_CONFIG_PATH)
Then it returns the one found or both if they exist with the
most accurate one (with the binder name) first followed by the
other.
Change-Id: Ic448ff017e6158bec05895d63688b8968b5c6434
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This project has no dependencency to any submodule.
Consequently it is cleaner to remove the file
.gitmodules
Change-Id: I097de9375a66c235b07626946ca8fcad196afbbd
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
|
|
Remove unnecessary 'AFB_DEBUG' redefinition when using app-fw v3.
Change-Id: I3b0271442495882e2a10762fe54b2f3f4ebe8e6b
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Use binding version to define dynamic api debug messages function.
It is also cleaner to define binding version directly into
repository cmake than into a header like before this commit.
Change-Id: Ia14f635a7a2cec05c29f27ee4ce645711a8574a4
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Be sure that prefix parameter is used as a prefix when searching for
configuration files (when using 'ScanForConfig' function).
Before this change, the function was only checking that the
prefix parameter was present in the file name (but not necessarily
at the beginning of the file name).
Bug-AGL:SPEC-1239
Change-Id: I9986cce5fab0fd5cd6d3049731f4c5883056a5f4
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Last versions of cmake/Qt don't need the use of some macro anymore.
It allows you to put *.qrc files as sources files, which are
resources files. Those files need to be processed by a Qt's tool to
be transformed as C++ sources files.
Change-Id: Ide4b6eef53b3f6edfeac3c0553c79ce4277b1b7b
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Each QtObject define an 'event' method, which can conflict with the
'event' method to handle events in an Application Framework meaning.
Change-Id: I0fad844bfaa8fbfc2d14cc15b1f346b6f739a643
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Library json-c now returns size_t instead of int.
Change-Id: Ib4f8bcd5dc6382fb3d189e83707a39dee8e14683
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
The new functions are
- wrap_json_clone_depth: clone with defined depth
- wrap_json_sort: sort an array accordingly to wrap_json_cmp
- wrap_json_keys: compute the array of sorted keys
- wrap_json_cmp: compare 2 items
- wrap_json_equal: test equallity
- wrap_json_contains: test inclusion
Change-Id: I9787bff6c262fa2702c27802d771e2d487ce6309
Signed-off-by: jose bollo <jose.bollo@iot.bzh>
|
|
Change-Id: Ie6b67506be077f8fe5c2108e5dd98f9460dda485
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
This adds 3 new facilities:
- wrap_json_clone: clones any json object superficially
- wrap_json_clone_deep: clones any json object deeply
- wrap_json_add: adds to an object the fields of an other object
Change-Id: I3844d972aa6477c9dde6f66ad0b0604284a853a7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Change-Id: I76e66e34f4dfe8d598d6ccf4c91e61932d5b75bc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
Define the correct version needed by the application framework
for dynamic api.
Change-Id: Ic0fd504316e2fc086545f0615ec6e83f2b1cae2d
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Reduced the number of warnings in native host configuration (here
Tumbleweed) in order to not hide true/real warnings that may appear
in the future.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
Added this file to some useful macros, the first one here is INT_STR_MAX that
permits to get rid of a warning with gcc >= 7.2.0
Change-Id: I768d216ab5494d346d5ee6e0df66f93410bfab57
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
Replaced some 'size_t' by 'int'
Change-Id: I07492dad242b2c8f608f9cc90a4a257e48acec6a
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
This ensure not data will be written out of bound
of the destination variable buffer
Change-Id: I4d736855f085fc5f728258c5928fed7191df46b4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I9c1476ab35f9bf70322ad4cd81ab0790e4d0724b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Signed-off-by: jobol <jose.bollo@iot.bzh>
|
|
Signed-off-by: jobol <jose.bollo@iot.bzh>
|
|
Signed-off-by: jobol <jose.bollo@iot.bzh>
|
|
Signed-off-by: jobol <jose.bollo@iot.bzh>
|
|
The function 'decode_base64' was buggy because
it freed 2 times the pointer 'result'.
This came from the fact realloc frees the
pointer and return NULL when the size if 0.
Signed-off-by: jobol <jose.bollo@iot.bzh>
|
|
The optional characters '*' and '?' weren't managed
so the packing of y/Y base64 wasn't really entire.
Signed-off-by: jobol <jose.bollo@iot.bzh>
|
|
Change initialization parts of the function to be clearer
and ensure that at least searchPath has been correctly passed
Change-Id: Ic055e2c244b261b33960072f51193fcbbd48c222
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|