Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | Add 'GetRunningBindingDirPath' functionicefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.4icefish/8.99.3icefish/8.99.28.99.48.99.38.99.2 |  Jonathan Aillet | 3 | -0/+45 |
2019-12-04 | Add 'GetAFBRootDirPath' function |  Jonathan Aillet | 3 | -16/+69 |
2019-10-09 | Add function to add one json array to another oneicefish_8.99.1icefish/8.99.18.99.1 |  Jonathan Aillet | 2 | -1/+43 |
2019-10-01 | Pkg config files: use CMAKE_INSTALL_LIBDIR var |  Clément Bénier | 2 | -2/+2 |
2019-06-13 | QAfbWebsocketClient: Allows null callback (FIX)halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.28.0.28.0.18.0.07.99.37.99.2 |  José Bollo | 1 | -4/+3 |
2019-04-23 | Fix .deb packaging following review 20926halibut_7.99.1halibut/7.99.17.99.1 |  Frederic Marec | 1 | -1/+1 |
2019-04-17 | docs/usage: fix broken link |  Clément Bénier | 1 | -1/+1 |
2019-04-16 | docs/usage: fix broken link |  Clément Bénier | 1 | -1/+1 |
2019-04-12 | afb-helpers-book: changing name of the section |  Clément Bénier | 1 | -1/+1 |
2019-03-22 | Use C++11 standard by defaultsandbox/claneys/pkg_wip |  Romain Forlot | 1 | -1/+2 |
2019-03-22 | Set PROJECT_VERSION overwritable by cli |  Romain Forlot | 2 | -2/+2 |
2019-03-07 | Moved Qt's automoc and autorcc variables |  Loïc Collignon | 1 | -4/+5 |
2019-02-24 | book.yml: needed for new doc workflow |  Clément Bénier | 1 | -0/+27 |
2019-02-06 | Fix gitreview filehalibut_7.90.0halibut/7.90.07.90.0 |  Jan-Simon Möller | 1 | -1/+1 |
2019-01-23 | Set PROJECT_VERSION overwritable by cli |  Romain Forlot | 3 | -2/+2 |
2019-01-16 | Add functions reference documentationguppy_6.99.4guppy/6.99.46.99.4 |  Romain Forlot | 12 | -140/+605 |
2019-01-04 | Call the freeCB function a manual timer stop call |  Romain Forlot | 1 | -1/+1 |
2019-01-04 | Little code cleaning. |  Romain Forlot | 5 | -25/+12 |
2019-01-03 | Adding packaging files |  Romain Forlot | 8 | -0/+147 |
2018-12-27 | Split the Qt part of the afb-helperssandbox/claneys/shared-lib |  Romain Forlot | 2 | -39/+93 |
2018-12-17 | Static lib: pass afb-helpers to a static libraryguppy_6.99.3guppy/6.99.36.99.3 |  Clément Bénier | 6 | -52/+278 |
2018-12-17 | wrap-json: Improvements |  José Bollo | 1 | -21/+25 |
2018-12-13 | Revert "Added afb_list.h" |  Jan-Simon Moeller | 1 | -755/+0 |
2018-12-13 | Added afb_list.h |  Thierry Bultel | 1 | -0/+755 |
2018-12-13 | filescan-utils: follow symbolic links in search |  Thierry Bultel | 1 | -1/+3 |
2018-12-13 | wrap-json: Fix duplicated lines in header file |  José Bollo | 1 | -3/+0 |
2018-12-13 | Add '@' as binder middle name separator. |  Romain Forlot | 1 | -1/+1 |
2018-12-13 | Enhance 'wrap_json_clone_depth' description |  Jonathan Aillet | 1 | -1/+5 |
2018-12-13 | Fix: use of GetBindingDirPath without dynapi |  Romain Forlot | 2 | -2/+10 |
2018-12-13 | Retrieve directory list from environment variables |  Romain Forlot | 2 | -4/+96 |
2018-12-13 | Remove the file .gitmodules |  Jose Bollo | 1 | -3/+0 |
2018-12-13 | Remove unnecessary 'AFB_DEBUG' redefinition |  Jonathan Aillet | 1 | -1/+1 |
2018-12-13 | Use binding version to handle dynapi |  Jonathan Aillet | 2 | -9/+4 |
2018-12-13 | At search, use the prefix parameter as a prefix |  Jonathan Aillet | 1 | -1/+1 |
2018-12-13 | Remove deprecated use of cmake/Qt macro |  Loïc Collignon | 1 | -1/+2 |
2018-12-13 | Rename method to avoid conflict with Qt's one |  Loïc Collignon | 2 | -2/+2 |
2018-12-13 | Fix warnings due to json-c evolution |  Sebastien Douheret | 1 | -3/+3 |
2018-12-13 | wrap-json: new helper functions for comparison |  jobol | 3 | -29/+447 |
2018-12-13 | Removed anonymous function in ScanDir and fixed warnings |  Sebastien Douheret | 1 | -71/+78 |
2018-12-13 | wrap-json: Add clone facility |  José Bollo | 3 | -1/+97 |
2018-12-13 | Disabled debug code (only used for testing). |  Sebastien Douheret | 1 | -1/+1 |
2018-12-13 | Correction to include dynamic api correctly |  Jonathan Aillet | 1 | -1/+2 |
2018-12-13 | Fixed build warnings with gcc >= 7.3 |  Sebastien Douheret | 1 | -3/+3 |
2018-12-13 | Added afb-helpers-utils.h |  Thierry Bultel | 1 | -0/+17 |
2018-12-13 | Fixed compilation warnings with gcc-7.2.0 |  Thierry Bultel | 1 | -5/+5 |
2018-12-13 | Fixed spelling |  Sebastien Douheret | 2 | -3/+3 |
2018-12-13 | More secure way to use strncat and strncpy |  Romain Forlot | 1 | -3/+3 |
2018-12-13 | Fix: compile errors depending API version |  Romain Forlot | 1 | -4/+7 |
2018-12-13 | wrap-json: Fix warnings |  jobol | 1 | -4/+4 |
2018-12-13 | wrap-json: Update the documentation |  jobol | 1 | -0/+13 |