summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added missing template to AttributeExtension.hpp3.1.2p1Lutz Bichler2015-06-181-0/+9
|
* CommonAPI 3.1.2Lutz Bichler2015-06-1712-652/+463
|
* CommonAPI 3.1.1Jürgen Gehring2015-06-1187-5982/+4522
|
* Documentation cleanup.Juergen Gehring2014-04-154-165/+158
|
* Project settings in project files reworked.Markus Freutsmiedl2014-04-142-8/+9
| | | | Release build is possible now.
* Project settings in project files reworked.Markus Freutsmiedl2014-04-113-9/+17
| | | | Additional information added for windows part in readme.
* updating README to reflect changes to CommonAPI.slnMichael Bauer2014-04-021-1/+3
|
* changing hardcoded GTEST directory path to a property. setting build ↵Michael Bauer2014-04-022-5/+8
| | | | dependency from Tests project to CommonAPI. Adding CommonAPI.lib to additional libraries of Tests.vcxproj. Adding path of SolutionDir/Debug to additional library directories of Tests.vcxproj
* adding missing sources to vcxproj setup of CommonAPIMichael Bauer2014-04-021-0/+4
|
* updated Makefile.am and README to fix asciidoc errorsMichael Bauer2014-03-312-4/+3
|
* Move specification to CommonAPI-Tools, better CMake support in pc file for ↵Juergen Gehring2014-03-215-6/+9
| | | | examples
* increased library interface revision numberStefan Laner2014-03-192-1/+3
|
* All public inline functions arn't anymore inlinePatrick Sattler2014-03-0315-289/+435
| | | | | - methods with templates excluded Change-Id: I9e2abd0b1015781a4d27c9070fcabb18786dbb88
* Fixed some compile warningsPatrick Sattler2014-02-263-3/+1
|
* Windows compatible versionStefan Laner2014-02-2618-64/+444
| | | Change-Id: I775e584175ec3dcde258e7bed261c61e763d20ce
* Changed doxygen title to GENIVI IPC Common API C++Patrick Sattler2014-02-181-5/+5
| | | Change-Id: Ib8acb0f06955c79d6a89c285ac7416e3ce9f9330
* removed accidentally added cmake filesStefan Laner2014-01-313-188/+0
|
* increased version number to 2.1.5Stefan Laner2014-01-311-2/+2
|
* [libcommonAPI] add first dev packet configurationIDI GPT 8.0.02014-01-293-14/+77
|
* Setup to build rpm packet for libraryIDI GPT 8.0.02014-01-293-15/+6
|
* [CommonAPI lib] first try to build with cmake and create rpm package for GPTGernot Wirschal2014-01-273-0/+134
|
* added copy of GENIVI CommonAPI C++ Specification to doxygen, changed project ↵Manfred Bathelt2014-01-234-8/+14
| | | | name
* Fix for inherited interfacesStefan Laner2013-11-232-2/+8
|
* Update version to 2.1.4Johannes Schanda2013-11-111-1/+1
|
* 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
* Fix include dir to be only major.minor versionJohannes Schanda2013-10-233-6/+5
|
* Remove lambda expressions as unsuppoerted by GCC 4.4Johannes Schanda2013-10-161-6/+10
|
* Added micro versionPhilip Rauwolf2013-10-161-1/+1
|
* 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-188-2/+136
| | | | | | | | - 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
|
* Move tutorial to CommonAPI-ToolsJohannes Schanda2013-09-131-412/+0
|
* Makefile rule doc for all documentationJohannes Schanda2013-09-132-2/+5
|
* Update api version number for 2.1Johannes Schanda2013-09-051-2/+2
|
* Add comment to subscriptionJohannes Schanda2013-09-051-0/+15
|
* Doxygen main page descriptionJohannes Schanda2013-09-052-1/+34
|
* Added support for selective broadcastsStefan Laner2013-09-037-108/+237
| | | | | | -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.
* Describe lining requirements for bindings and glue codeJohannes Schanda2013-08-222-1/+22
| | | | Change-Id: Iac2383baa0ed3cd1b076068993699eb72f376371
* Merge "Added tutorial"Johannes Schanda2013-08-081-0/+412
|\
| * Added tutorialPhilip Rauwolf2013-08-071-0/+412
| | | | | | | | | | | | | | Added a tutorial file in AsciiDoc format. References to existing guides, documentation etc. currently still partially missing. Change-Id: I88e50c9d31b4812659072e3953c7be9c0f489c03
* | Add Configuration.h to installed headersJohannes Schanda2013-08-081-0/+1
|/
* changed project version to 2.1Manfred Bathelt2013-07-312-3/+3
|