summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BugFixes.3.0.0Markus Freutsmiedl2015-03-182-1/+2
* Added change requests from HMI (M. Augustin): Allow to define a local types i...Lutz Bichler2015-03-132-0/+6
* Ensure a listener was found before accessing it.Lutz Bichler2015-03-101-3/+5
* Style change. No functional change.Lutz Bichler2015-03-101-1/+1
* Re-enabled attribute extensions.Lutz Bichler2015-03-072-27/+54
* Added support for managed/managing interfaces.Lutz Bichler2015-03-067-18/+123
* Mapped "CommonAPI::ConnectionId" to std::string to be more flexible.Lutz Bichler2015-03-045-5/+16
* Implement API extension to allow usage of several connections with theLutz Bichler2015-03-045-9/+120
* Removed Missing file.Andrei Yagoubov2015-03-031-2/+1
* Merge remote-tracking branch 'origin/origin/pu/pre-3.0-win' intoLutz Bichler2015-03-036-52/+70
|\
| * Adapted library and directory functions to windows native operations, updated...Andrei Yagoubov2015-03-038-81/+106
* | Made empty deployment an empty class instead of a template with empty paramet...Lutz Bichler2015-03-032-25/+26
* | Ensure CommonAPI::Address::operator< implements strict ordering.Lutz Bichler2015-03-021-3/+14
* | Added CommonAPI enumerations.Lutz Bichler2015-03-023-0/+55
* | Moved COMMONAPI_-constants to implementation file to avoid multipleLutz Bichler2015-02-272-5/+5
* | Adapted SelectiveEvent to CommonAPI 3.0 (not yet functional).Lutz Bichler2015-02-271-22/+0
* | Adaptations after completing the SOME/IP code generation (the firstLutz Bichler2015-02-274-25/+8
|/
* Changed comments to C++ style.Lutz Bichler2015-02-1734-273/+262
* Split source code into include- and implementation-files. Put them intoLutz Bichler2015-02-1636-183/+140
* Initialize defaults.Lutz Bichler2015-02-161-6/+9
* Ensure (key, value) pairs are trimmed before being delivered to theLutz Bichler2015-02-161-0/+2
* Merge remote-tracking branch 'origin/pu/serialization' into pu/pre-3.0Lutz Bichler2015-02-132-13/+22
|\
| * Added emtpy deployment object.Johannes Langlotz2015-01-302-0/+19
| * Removed default variant deployment type.Johannes Langlotz2015-01-301-10/+0
| * Merge branch 'pu/serialization' of https://asc-repo.bmwgroup.net/gerrit/ascgi...Lutz Bichler2015-01-261-5/+5
| |\
| | * De-constify deployment template as this may cause problems in derivedLutz Bichler2015-01-261-2/+2
| | * Added missing consts.Johannes Langlotz2015-01-231-5/+5
* | | Ensure all classes with virtual functions contain a virtual destructor.Lutz Bichler2015-02-117-12/+29
* | | Add attribute extension templates to make generated code compile out ofLutz Bichler2015-02-061-0/+7
* | | Merged asynchronous stubsLutz Bichler2015-02-062-0/+21
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.1.5+async-stubs' into 2.1.6+async-stubsNorbert Gutknecht2015-01-151-0/+6
| |\ \ \
| | * | | Added types CommonAPI::CallId and CommonAPI::OperationStatus as preparation f...Lutz Bichler2014-10-301-0/+6
| * | | | Fix library search path configuration in configuration.hmaintain/2.1.6Juergen Gehring2014-12-101-1/+1
| * | | | Added NEWS file for release 2.1.6Juergen Gehring2014-06-121-0/+8
* | | | | Corrected listener handling when subscribing. Defined empty constructor for C...Lutz Bichler2015-02-062-2/+3
* | | | | Merged rework of subscribe/unsubscribe mechanism.Lutz Bichler2015-02-062-119/+83
|\ \ \ \ \
| * | | | | Fix subscribe/unsubscribe (test in simple case only)Lutz Bichler2014-09-291-5/+5
| * | | | | Merge branch 'pu/subscription' into pu/subscription-cmakeLutz Bichler2014-09-292-109/+79
| |\ \ \ \ \
| | * | | | | Change locking for subscribe/unsubscribe to allow subscribing/unsubscribing a...Lutz Bichler2014-09-292-109/+79
* | | | | | | Updated IniFileReader to meet the DBus binding requirements.Lutz Bichler2015-02-054-7/+18
* | | | | | | Added ini-file reader. Adapted Runtime to use it. Guarded the factoryLutz Bichler2015-02-054-58/+197
* | | | | | | Use address objects instead of string tuples.Lutz Bichler2015-02-0327-1606/+512
| |_|_|_|/ / |/| | | | |
* | | | | | Moved argument serialization template from the CommonAPI DBus binding toLutz Bichler2015-01-261-0/+65
* | | | | | Merge branch 'pu/serialization' into pu/pre-3.0Lutz Bichler2015-01-262-215/+273
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Deployment.h: Nested deployments should be pointers.Lutz Bichler2015-01-232-200/+205
| * | | | | Make variants deployable.Lutz Bichler2015-01-232-21/+74
* | | | | | Merge branch 'pu/serialization' into pu/pre-3.0Lutz Bichler2015-01-2122-1235/+1300
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update settings.Lutz Bichler2015-01-191-1/+1
| * | | | | Re-enable selective broadcasts.Lutz Bichler2015-01-161-2/+2
| * | | | | Deployable: Added a cast-operator to the containes value type to allowLutz Bichler2014-12-164-10/+14