summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* capicxx-core-runtime 3.2.0HEAD3.2.0masterLutz Bichler2020-10-2711-228/+281
|
* capicxx-core-runtime 3.1.12.43.1.12.4Juergen Gehring2018-01-251-0/+2
|
* capicxx-core-runtime 3.1.12.33.1.12.3Juergen Gehring2018-01-251-52/+52
|
* capicxx-core-runtime 3.1.12.23.1.12.2Juergen Gehring2018-01-251-3/+25
|
* CommonAPI 3.1.12.13.1.12.1Juergen Gehring2017-06-191-1/+1
|
* CommonAPI 3.1.123.1.12Juergen Gehring2017-06-196-57/+73
|
* CommonAPI 3.1.113.1.11Juergen Gehring2017-02-2810-19/+19
|
* CommonAPI 3.1.93.1.9Disch, Simon2016-08-261-9/+72
|
* CommonAPI 3.1.83.1.8Dirk Huss2016-05-254-171/+214
|
* CommonAPI 3.1.7.1Dirk Huss2016-04-082-6/+11
|
* CommonAPI 3.1.7Disch, Simon2016-03-072-14/+70
|
* CommonAPI 3.1.6Dirk Huss2016-02-081-6/+12
|
* CommonAPI 3.1.5listDirk Huss2015-12-091-10/+6
|
* CommonAPI 3.1.4p13.1.4p1Dirk Huss2015-11-301-6/+10
|
* CommonAPI 3.1.4Dirk Huss2015-11-258-219/+225
|
* CommonAPI 3.1.3Jürgen Gehring2015-07-282-7/+23
|
* CommonAPI 3.1.2Lutz Bichler2015-06-171-287/+287
|
* CommonAPI 3.1.1Jürgen Gehring2015-06-1140-5155/+844
|
* Documentation cleanup.Juergen Gehring2014-04-151-1/+1
|
* All public inline functions arn't anymore inlinePatrick Sattler2014-03-0314-288/+430
| | | | | - methods with templates excluded Change-Id: I9e2abd0b1015781a4d27c9070fcabb18786dbb88
* Fixed some compile warningsPatrick Sattler2014-02-263-3/+1
|
* Windows compatible versionStefan Laner2014-02-2614-64/+196
| | | Change-Id: I775e584175ec3dcde258e7bed261c61e763d20ce
* removed accidentally added cmake filesStefan Laner2014-01-311-36/+0
|
* [libcommonAPI] add first dev packet configurationIDI GPT 8.0.02014-01-291-5/+29
|
* Setup to build rpm packet for libraryIDI GPT 8.0.02014-01-291-4/+3
|
* [CommonAPI lib] first try to build with cmake and create rpm package for GPTGernot Wirschal2014-01-271-0/+13
|
* Fix for inherited interfacesStefan Laner2013-11-232-2/+8
|
* Add templated input/output stream methods Juergen Gehring2013-11-052-4/+16
| | | for maps with three template parameters
* Fixed (de-)serialization of polymorphic structs.Stefan Laner2013-10-292-236/+236
| | | Change-Id: Ie6e493a3602b9b8aab3c410c23e73dbf7737c218
* added support for struct members being maps with enums as keyStefan Laner2013-10-293-34/+41
| | | Change-Id: I6f9397a27eb8db5e8071c6feb18ab8491b50f10c
* Remove lambda expressions as unsuppoerted by GCC 4.4Johannes Schanda2013-10-161-6/+10
|
* Corrected return value of utility functionPhilip Rauwolf2013-10-161-1/+1
|
* Changed formerly static function to inlinePhilip Rauwolf2013-10-161-1/+1
|
* Promote runtime pointer to publicJohannes Schanda2013-10-091-2/+2
|
* removed unnecessary include of <unistd.h>Stefan Laner2013-10-021-1/+0
|
* Add managed servicesJohannes Schanda2013-09-187-2/+134
| | | | | | | | - Correct issues with selective broadcasts - Add proxy manager as member of managing proxies offering api for interrogation and building proxies of managed services - Make isAvailableblocking public api in proxies Change-Id: I52826e0634d7257deeaa145f9f912e4a7149f30d
* Added version information to middlewarePhilip Rauwolf2013-09-182-3/+8
| | | | | Struct "MiddlewareInfo" was expanded by a member variable "version". Checks against this additional information still need to be implemented. Fixed a possible mismatching on library names along the way.
* Make exceptions optional & fix incorrectly documented throwJohannes Schanda2013-09-183-4/+7
|
* Fix seg fault on null pointer in operatorsJohannes Schanda2013-09-131-2/+10
|
* Add comment to subscriptionJohannes Schanda2013-09-051-0/+15
|
* Added support for selective broadcastsStefan Laner2013-09-036-107/+233
| | | | | | -Add subclass for event to support additional API for selective -Add hash specialisation for ClientID hashes Change-Id: Ic708338c5e4a821c908a174ca373d212b5f7b3ee
* Fixed logic error in dynamic loadingPhilip Rauwolf2013-08-231-17/+26
| | | | | | If an alias was defined for one binding that was equal to the well known name of another binding, the loading procedure that actually happened was inconsistent across different use cases and also did not match the description given in the README.
* Introduced type CommonAPI::ClientId to identify callers on stub side.Stefan Laner2013-07-241-0/+11
| | | | | | This is a prerequisite for selective broadcasts. Change-Id: If258704035145a57723e2309d4181b6f78f1edee
* Merge "Introduced dynamic loading of middleware bindings and other generic ↵Aleksandar Kanchev2013-07-249-55/+1033
|\ | | | | | | libraries."
| * Introduced dynamic loading of middleware bindings and other genericPhilip Rauwolf2013-07-089-55/+1033
| | | | | | | | | | | | | | | | | | | | | | | | | | libraries. Dynamic loading of middleware libraries including possibilities to configure the loading process now is available. Also added utility functions on CommonAPI level to support loading of libraries of generated code / other generic libraries. Configuration now has its own source module. Added several unit tests to confirm correctness. gitignore, README and inline documentation updated accordingly. Change-Id: Ia11d91a5f8de5b8bbb2ae9844324f050a926579e
* | Adapt documentation of event subscription methods Johannes Schanda2013-07-101-1/+11
|/ | | | Explain illegal proxy building in callbacks Offer suggestions for how to avoid this issue
* Overloading of visible Runtime::createFactory methodsPhilip Rauwolf2013-06-252-2/+25
|
* Added check on the mainloop context being initialized before usedPhilip Rauwolf2013-06-243-3/+37
|
* Extensions for named factoriesPhilip Rauwolf2013-06-173-18/+31
| | | | | | Extended factory creation to support named factories Change-Id: Iab66080a48676512dee44a7dd4001205310103a9
* Add compile guard macroJohannes Schanda2013-06-1716-2/+74
| | | | - Sets a macro preventing inclusion of internal files - Adds makefile defenition to enable build