summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Fulup Ar Foll [Tue, 24 Oct 2017 20:19:06 +0000 (22:19 +0200)]
Fix to support pre-V3 DynAPI
Fulup Ar Foll [Mon, 23 Oct 2017 16:05:33 +0000 (18:05 +0200)]
Prepare for future API-V3
Romain Forlot [Thu, 14 Sep 2017 17:35:39 +0000 (19:35 +0200)]
Misc Fix/Cleaning
- Correct size type ssize_t to test
- Remove free() statement because memory don't issued from a malloc
causing exception
- Remove redundant break statement after a return.
Change-Id: I47824dd5cf7afe68cd32e1c3e94e69f31d802995
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Sat, 9 Sep 2017 15:39:57 +0000 (17:39 +0200)]
Concatenate result directly from GetBindingDirPath
Return non const char pointer.
Change-Id: I975b18f72d26c1a2749ca54e4f096271497047dd
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Sat, 9 Sep 2017 14:02:45 +0000 (16:02 +0200)]
Fix: mismatching function signature.
Change-Id: I5d3c8b34a4e42c867fe1e3eccd96aaa2cc9c5ca6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Fri, 8 Sep 2017 15:21:40 +0000 (17:21 +0200)]
Only return binding root dir.
If subdirs path is needed then concatenation as to be done
using the rootdir.
Change-Id: I50a1eeb1f853ae26995a96e1661ff38cb7959f60
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Fri, 8 Sep 2017 09:53:44 +0000 (11:53 +0200)]
More reliable GetBindingDirsPath function.
Only return a wanted directory path not a complex
structure.
Change-Id: I5b5a1dea2c55ee6a76dbbbd52c3ebfdd684255e5
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Tue, 5 Sep 2017 11:58:32 +0000 (13:58 +0200)]
Adding JSON library for CPP and its docs
Change-Id: I3ae419ea586256bd9fff084f42966abf0f3491dd
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Mon, 4 Sep 2017 12:37:09 +0000 (14:37 +0200)]
Retrieve binder rootdir and subfolder paths
Change-Id: I064bf4831be40de70dab68b72489c4fdfc69e9c4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Mon, 4 Sep 2017 12:35:48 +0000 (14:35 +0200)]
Reduce scope for some variables
Change-Id: Ic89421054a83709eec6afaa22dbb4373bcff9b19
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Thu, 31 Aug 2017 10:48:47 +0000 (12:48 +0200)]
Include afb-utilities from C++ easily
Change-Id: Ic1c815b412d372a418c2faa51fea451c9100693c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Wed, 30 Aug 2017 08:32:38 +0000 (10:32 +0200)]
Rename back define variable.
Change-Id: Ie0d40f08230170ef780c46748889e153618d1c44
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Ronan Le Martret [Tue, 29 Aug 2017 14:09:07 +0000 (16:09 +0200)]
fix strncat funct
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>
Romain Forlot [Tue, 29 Aug 2017 08:47:25 +0000 (10:47 +0200)]
MD linting
Change-Id: Iea7fb484aa13d4cba0e27bef06592218710f7c8a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Tue, 29 Aug 2017 08:47:16 +0000 (10:47 +0200)]
Fix: set default value if missing defined var
Change-Id: I93f8546e2cfe7fc11fdf0f956f10429f6c0ad8d0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Tue, 22 Aug 2017 17:03:05 +0000 (19:03 +0200)]
Format and missing header dependencies
Change-Id: If5890445bdb6a676ee6c435f50a27caa8ca5850d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Tue, 22 Aug 2017 16:49:59 +0000 (18:49 +0200)]
Remove audio-bindings dependencies
Change-Id: Iad5c51cca8a659ca3c77dd63ce7920e0f54faf63
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Romain Forlot [Tue, 22 Aug 2017 16:42:17 +0000 (18:42 +0200)]
Initializing the repo
Change-Id: I354a1c136a57e1ec8d511041fbd13a19b730c419
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Forlot Romain [IoT.bzh] [Tue, 22 Aug 2017 16:11:58 +0000 (18:11 +0200)]
Initial commit