aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-27Added a tutorial and fix few errorssandbox/ctxnop/binding-objectLoïc Collignon2-25/+24
2019-02-27Avoid relative path when including headersLoïc Collignon1-1/+0
2019-02-27Update copyright dateJosé Bollo33-33/+33
2019-01-21Make the object inherits the 'raw' classLoïc Collignon1-3/+2
2019-01-04Added an 'api' wrapperLoïc Collignon1-1/+154
2019-01-04Reworked the event classLoïc Collignon1-8/+11
2019-01-04Fix multiple definition and castLoïc Collignon1-6/+3
2019-01-04binding-wrap: Add verb initialisation for C++Jose Bollo1-0/+34
2019-01-04Fix a template that use the wrong callback definitionLoïc Collignon1-1/+1
2019-01-04Drop APIv2 support on the C++ interfaceLoïc Collignon1-87/+3
2019-01-04Avoid relative path when including headersLoïc Collignon4-7/+9
2019-01-04Added a new C++ APILoïc Collignon2-2/+1
2019-01-04afb-binding-v3: Fix issues in includesJosé Bollo2-5/+6
2019-01-02Added a new C++ APILoïc Collignon4-1/+345
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
2017-10-09Prepare subscription to eventidJosé Bollo2-6/+12
2017-10-09Make addref for request return the pointerJosé Bollo2-3/+3
2017-10-09Introduce afb_requestJosé Bollo7-67/+536
2017-10-09Introduce afb_eventidJosé Bollo7-100/+230
2017-10-09Make afb_event_drop obsoleteJosé Bollo2-11/+26
2017-10-09Atomic context initialisation for bindingsJosé Bollo1-6/+18
2017-10-09afb-xreq: prepare futur afb_requestJosé Bollo1-1/+1
2017-10-09Add C++ interfaceJosé Bollo2-0/+615
2017-10-09Add function 'afb_req_get_application_id'José Bollo1-0/+15