Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-27 | update markdown documentation | Ronan Le Martret | 1 | -46/+45 | |
Change-Id: I4f466ff4b965022998d2418a9c1310d4f5e0188e Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-07-13 | Fix const issue in afb-auth.h | José Bollo | 1 | -0/+3 | |
The fields type and loa were declared as const. This worked well for C compilers that are allowing to initialize constant fixed structures. But when compiling with C++, it is no more easy to create initialized structure explicitely. In C++, the solution is to use C++14 constexpr functions. But for using these function, const must be removed. Bug-AGL: SPEC-741 Change-Id: I8096db6e4eba020f96fbf25789b2990d2a8cbabf Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2017-06-19 | Add page-break for pdf and fix spelling | Sebastien Douheret | 1 | -37/+33 | |
Change-Id: I3225f27a4e45792aeeb418eac5430c93c9d70061 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-13 | Refactor of the documentation | José Bollo | 1 | -0/+465 | |