aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-12gcc 11.x fixesneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.113.93.012.93.012.92.012.91.012.90.1Scott Murray1-1/+2
2020-05-06Fix includes of C++ headerjellyfish_9.99.1jellyfish/9.99.19.99.1José Bollo1-0/+1
2020-03-03Fix bug in C++ wrapperJose Bollo1-1/+1
2020-02-12Improves compatibility with AddressSanitizersJosé Bollo1-0/+2
2020-01-08Update copyright datesJosé Bollo35-35/+35
2019-07-23afb-binding.h: Ensure json-c/json.h is sourcedJose Bollo1-1/+1
2019-07-12afb-xreq: Forbids (un)subscribes after replyJose Bollo2-0/+6
2019-07-12afb-evt: send events in separate jobJose Bollo3-4/+7
2019-07-09Fix syntax error in a constexpr functionLoïc Collignon1-25/+7
2019-04-25doc: Improve comment on asynchronous callsJose Bollo2-1/+6
2019-04-23binding-wrap: Rework of context handlingJose Bollo1-12/+48
2019-04-17change style initialization of struct afb_authPhong Tran1-9/+9
2019-03-11c++: Inherit of class afb::apiLoïc Collignon1-12/+9
2019-03-11c++: Add the wrapper class 'afb::api'Loïc Collignon1-1/+155
2019-03-11c++: Reworked the event classLoïc Collignon1-8/+11
2019-03-11c++: Fix multiple definition and castLoïc Collignon1-6/+3
2019-03-11c++: Add verb initialisation for C++Jose Bollo1-0/+34
2019-03-11c++: Fix a wrong callback versionLoïc Collignon1-1/+1
2019-03-11c++: Drop support of binding APIv2Loïc Collignon1-87/+3
2019-03-11c++: Avoid relative path when including headersLoïc Collignon4-7/+8
2019-03-11c++: New C++ API for bindingsLoïc Collignon4-1/+344
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo33-33/+33
2019-01-04afb-binding-v3: Fix issues in includesJosé Bollo2-5/+6
2018-11-28Fix deprecation warnings for older GCC versionsguppy_6.99.2guppy/6.99.26.99.2Johann CAHIER1-2/+2
2018-08-20Provide functions afb_service_call[_sync]_legacyJose Bollo2-0/+4
2018-08-02Add ability to provide binding settingsJosé Bollo3-2/+25
2018-07-27coverage: Improve coverage testJosé Bollo1-5/+5
2018-07-25Fix tiny documentation bugJose Bollo1-2/+2
2018-07-19Fix errors in migration to V3José Bollo2-3/+5
2018-07-16afb-binding: Add missing declarationsJosé Bollo1-0/+2
2018-07-13afb-binding: Fix export of "class" handlingJosé Bollo1-0/+2
2018-07-04afb-req: Fix a bug in afb_req_verboseJosé Bollo1-1/+1
2018-06-22Improve documentation of api v3José Bollo25-74/+287
2018-06-15api-v3: First draftJosé Bollo40-2157/+4441
2018-06-13afb-eventid: Fix commentsJosé Bollo2-10/+16
2018-02-27Update date of copyright noticesJosé Bollo28-28/+28
2018-02-22xreq: export a function to get reqJosé Bollo2-11/+31
2018-01-02afb-binding.hpp: Fix constexpr of 'binding'José Bollo1-1/+1
2017-11-03Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2José Bollo5-4/+8
2017-10-11Update C++ interface for afb_req_get_uidJosé Bollo1-0/+7
2017-10-10Add the function afb_req_get_uidJosé Bollo3-0/+25
2017-10-09Add wrappers for accesses to internalsJosé Bollo2-1/+36
2017-10-09Cleanup of header filesJosé Bollo11-113/+35
2017-10-09Provide API and VERB name of requestsJosé Bollo1-1/+7
2017-10-09Provide the name of the APIJosé Bollo1-0/+3
2017-10-09Add a closure argument to dynamic verbsJosé Bollo3-1/+7
2017-10-09Allow pure dynamic bindingsJosé Bollo1-0/+8
2017-10-09Allow dynamic creation of APIsJosé Bollo9-2/+566
2017-10-09Make single afb_request_subcallJosé Bollo2-2/+11
2017-10-09Provide conversions for afb_event and afb_reqJosé Bollo2-0/+16