summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation cleanup.baserock/genivi-anchor-missingJuergen Gehring2014-05-085-165/+166
* Project settings in project files reworked.Markus Freutsmiedl2014-04-142-8/+9
* Project settings in project files reworked.Markus Freutsmiedl2014-04-113-9/+17
* updating README to reflect changes to CommonAPI.slnMichael Bauer2014-04-021-1/+3
* changing hardcoded GTEST directory path to a property. setting build dependen...Michael Bauer2014-04-022-5/+8
* 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 ex...Juergen Gehring2014-03-215-6/+9
* increased library interface revision numberStefan Laner2014-03-192-1/+3
* All public inline functions arn't anymore inlinePatrick Sattler2014-03-0315-289/+435
* Fixed some compile warningsPatrick Sattler2014-02-263-3/+1
* Windows compatible versionStefan Laner2014-02-2618-64/+444
* Changed doxygen title to GENIVI IPC Common API C++Patrick Sattler2014-02-181-5/+5
* 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
* 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
* Fixed (de-)serialization of polymorphic structs.Stefan Laner2013-10-292-236/+236
* added support for struct members being maps with enums as keyStefan Laner2013-10-293-34/+41
* 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
* Added version information to middlewarePhilip Rauwolf2013-09-182-3/+8
* 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
* Fixed logic error in dynamic loadingPhilip Rauwolf2013-08-231-17/+26
* Describe lining requirements for bindings and glue codeJohannes Schanda2013-08-222-1/+22
* Merge "Added tutorial"Johannes Schanda2013-08-081-0/+412
|\
| * Added tutorialPhilip Rauwolf2013-08-071-0/+412
* | Add Configuration.h to installed headersJohannes Schanda2013-08-081-0/+1
|/
* changed project version to 2.1Manfred Bathelt2013-07-312-3/+3
* doc: configured doxygen document generationManfred Bathelt2013-07-312-3/+4
* Introduced type CommonAPI::ClientId to identify callers on stub side.Stefan Laner2013-07-241-0/+11
* Merge "Introduced dynamic loading of middleware bindings and other generic li...Aleksandar Kanchev2013-07-2411-57/+1142
|\