Age | Commit message (Expand) | Author | Files | Lines |
2019-03-11 | c++: Inherit of class afb::api |  Loïc Collignon | 1 | -12/+9 |
2019-03-11 | c++: Add the wrapper class 'afb::api' |  Loïc Collignon | 1 | -1/+155 |
2019-03-11 | c++: Reworked the event class |  Loïc Collignon | 1 | -8/+11 |
2019-03-11 | c++: Fix multiple definition and cast |  Loïc Collignon | 1 | -6/+3 |
2019-03-11 | c++: Add verb initialisation for C++ |  Jose Bollo | 1 | -0/+34 |
2019-03-11 | c++: Fix a wrong callback version |  Loïc Collignon | 1 | -1/+1 |
2019-03-11 | c++: Drop support of binding APIv2 |  Loïc Collignon | 1 | -87/+3 |
2019-03-11 | c++: Avoid relative path when including headers |  Loïc Collignon | 4 | -7/+8 |
2019-03-11 | c++: New C++ API for bindings |  Loïc Collignon | 4 | -1/+344 |
2019-02-06 | Update copyright datehalibut_7.90.0halibut/7.90.07.90.0 |  José Bollo | 33 | -33/+33 |
2019-01-04 | afb-binding-v3: Fix issues in includes |  José Bollo | 2 | -5/+6 |
2018-11-28 | Fix deprecation warnings for older GCC versionsguppy_6.99.2guppy/6.99.26.99.2 |  Johann CAHIER | 1 | -2/+2 |
2018-08-20 | Provide functions afb_service_call[_sync]_legacy |  Jose Bollo | 2 | -0/+4 |
2018-08-02 | Add ability to provide binding settings |  José Bollo | 3 | -2/+25 |
2018-07-27 | coverage: Improve coverage test |  José Bollo | 1 | -5/+5 |
2018-07-25 | Fix tiny documentation bug |  Jose Bollo | 1 | -2/+2 |
2018-07-19 | Fix errors in migration to V3 |  José Bollo | 2 | -3/+5 |
2018-07-16 | afb-binding: Add missing declarations |  José Bollo | 1 | -0/+2 |
2018-07-13 | afb-binding: Fix export of "class" handling |  José Bollo | 1 | -0/+2 |
2018-07-04 | afb-req: Fix a bug in afb_req_verbose |  José Bollo | 1 | -1/+1 |
2018-06-22 | Improve documentation of api v3 |  José Bollo | 25 | -74/+287 |
2018-06-15 | api-v3: First draft |  José Bollo | 40 | -2157/+4441 |
2018-06-13 | afb-eventid: Fix comments |  José Bollo | 2 | -10/+16 |
2018-02-27 | Update date of copyright notices |  José Bollo | 28 | -28/+28 |
2018-02-22 | xreq: export a function to get req |  José Bollo | 2 | -11/+31 |
2018-01-02 | afb-binding.hpp: Fix constexpr of 'binding' |  José Bollo | 1 | -1/+1 |
2017-11-03 | Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2 |  José Bollo | 5 | -4/+8 |
2017-10-11 | Update C++ interface for afb_req_get_uid |  José Bollo | 1 | -0/+7 |
2017-10-10 | Add the function afb_req_get_uid |  José Bollo | 3 | -0/+25 |
2017-10-09 | Add wrappers for accesses to internals |  José Bollo | 2 | -1/+36 |
2017-10-09 | Cleanup of header files |  José Bollo | 11 | -113/+35 |
2017-10-09 | Provide API and VERB name of requests |  José Bollo | 1 | -1/+7 |
2017-10-09 | Provide the name of the API |  José Bollo | 1 | -0/+3 |
2017-10-09 | Add a closure argument to dynamic verbs |  José Bollo | 3 | -1/+7 |
2017-10-09 | Allow pure dynamic bindings |  José Bollo | 1 | -0/+8 |
2017-10-09 | Allow dynamic creation of APIs |  José Bollo | 9 | -2/+566 |
2017-10-09 | Make single afb_request_subcall |  José Bollo | 2 | -2/+11 |
2017-10-09 | Provide conversions for afb_event and afb_req |  José Bollo | 2 | -0/+16 |
2017-10-09 | Prepare subscription to eventid |  José Bollo | 2 | -6/+12 |
2017-10-09 | Make addref for request return the pointer |  José Bollo | 2 | -3/+3 |
2017-10-09 | Introduce afb_request |  José Bollo | 7 | -67/+536 |
2017-10-09 | Introduce afb_eventid |  José Bollo | 7 | -100/+230 |
2017-10-09 | Make afb_event_drop obsolete |  José Bollo | 2 | -11/+26 |
2017-10-09 | Atomic context initialisation for bindings |  José Bollo | 1 | -6/+18 |
2017-10-09 | afb-xreq: prepare futur afb_request |  José Bollo | 1 | -1/+1 |
2017-10-09 | Add C++ interface |  José Bollo | 2 | -0/+615 |
2017-10-09 | Add function 'afb_req_get_application_id' |  José Bollo | 1 | -0/+15 |
2017-10-09 | Remove tailing spaces and TODO file |  José Bollo | 1 | -2/+2 |
2017-09-07 | Allow renaming of API |  José Bollo | 4 | -0/+25 |
2017-09-07 | Improve handling of verbosity in bindings |  José Bollo | 3 | -87/+114 |