Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | Remove use of prefixneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.1icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.29.99.49.99.39.99.29.99.18.99.58.99.48.99.38.99.213.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0 |  Jonathan Aillet | 1 | -6/+4 |
2019-12-04 | Add function to get config default search path |  Jonathan Aillet | 1 | -0/+39 |
2019-12-04 | Improve plugin search path |  Jonathan Aillet | 1 | -5/+5 |
2019-07-17 | Correct a return in 'CtlConfigExec' functionhalibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.08.0.38.0.28.0.18.0.0 |  Jonathan Aillet | 1 | -1/+1 |
2019-07-17 | Add prints when loading sections |  Jonathan Aillet | 1 | -10/+18 |
2019-06-04 | Add prints when calling section callbackshalibut_7.99.2halibut/7.99.27.99.2 |  Jonathan Aillet | 1 | -6/+15 |
2018-12-17 | Update since the conversion to library |  Romain Forlot | 1 | -16/+16 |
2018-12-17 | Shared library: update to a v3 shared library |  Romain Forlot | 1 | -36/+29 |
2018-12-13 | Retrieve plugin list from api rather than a global |  Romain Forlot | 1 | -4/+3 |
2018-12-13 | Add setter/getter for user free defined pointer |  Romain Forlot | 1 | -1/+6 |
2018-12-13 | Abort if one required API is missing |  Romain Forlot | 1 | -1/+2 |
2018-12-13 | Call wasn't done correctly in 'CtlConfigExec' |  Jonathan Aillet | 1 | -1/+1 |
2018-12-13 | Add ctlPlugins array to the ctlConfig structure |  Romain Forlot | 1 | -2/+3 |
2018-12-13 | Split loading JSON controller file. |  Romain Forlot | 1 | -14/+16 |
2018-12-13 | Use prefix variable to find controller's plugins |  Romain Forlot | 1 | -2/+8 |
2018-12-13 | Execute ConfigExec only if section is existing |  Romain Forlot | 1 | -1/+1 |
2018-12-13 | Be able to dispatch required api at the wanted time |  Romain Forlot | 1 | -10/+27 |
2018-12-13 | Fixed hidden bound variable (apiHandle) |  Sebastien Douheret | 1 | -10/+10 |
2018-12-13 | Fixed build warnings with gcc >= 7.3 |  Sebastien Douheret | 1 | -2/+2 |
2018-12-13 | Prevent lost of config file path when searching |  Jonathan Aillet | 1 | -3/+7 |
2018-12-13 | Handle more metadata in the controller. |  Jonathan Aillet | 1 | -3/+5 |
2018-12-13 | Add possibility to set prefix to NULL in CtlConfigScan |  Jonathan Aillet | 1 | -1/+1 |
2018-12-13 | Fixed compilation warnings with gcc-7.2.0 |  Thierry Bultel | 1 | -4/+4 |
2018-12-13 | Handle no prefix given |  Romain Forlot | 1 | -3/+8 |
2018-12-13 | Good usage of strncat and strncpy |  Romain Forlot | 1 | -15/+24 |
2018-12-13 | Improve reliability and function calls |  Romain Forlot | 1 | -2/+4 |
2018-12-13 | Fix: Dyn API Action loading procedure |  Romain Forlot | 1 | -0/+5 |
2018-12-13 | Use new version of function GetBindingDirPath |  Romain Forlot | 1 | -4/+5 |
2018-12-13 | Format |  Romain Forlot | 1 | -24/+21 |
2018-12-13 | Upgrade config schema |  Romain Forlot | 1 | -5/+0 |
2018-12-13 | Fix: callback execution condition |  Romain Forlot | 1 | -1/+1 |
2018-12-13 | Format, get rid of conversion type warning. |  Romain Forlot | 1 | -8/+6 |
2018-12-13 | Add binding rootdir to searched path for conf and plugins |  Romain Forlot | 1 | -1/+13 |
2018-12-13 | Make public ConfigSearch function |  Romain Forlot | 1 | -1/+1 |
2018-12-13 | Avoid compile warning, memory leaks, linting |  Romain Forlot | 1 | -7/+8 |
2018-12-13 | Loading additional files from JSON section |  Romain Forlot | 1 | -23/+46 |
2018-12-13 | Remove C++ warning ISO/C++11 |  Romain Forlot | 1 | -25/+87 |
2018-12-13 | Fix: strncpy does't add null char at the end |  Romain Forlot | 1 | -17/+19 |
2018-12-13 | fix: wrong usage of strncat and strncpy function |  Romain Forlot | 1 | -7/+7 |
2018-12-13 | Avoid duplicated _GNU_SOURCE definition warning |  Romain Forlot | 1 | -4/+0 |
2018-12-13 | Formating |  Romain Forlot | 1 | -8/+8 |
2018-12-13 | First working version as submodule |  Fulup Ar Foll | 1 | -7/+10 |
2018-12-13 | 1st V2/pre-V3 version |  fulup | 1 | -54/+68 |
2018-12-13 | Remove Netbeans |  Fulup Ar Foll | 1 | -0/+176 |