summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake 2.8.12 is needed to use PRIVATE in target_link_libraries.3.1.0Lutz Bichler2015-05-051-1/+1
* Also consider the default factory when deregistering stubs.Lutz Bichler2015-05-051-1/+1
* Bugfix: initialize once...Lutz Bichler2015-05-041-1/+1
* Update version to 3.1.0Lutz Bichler2015-05-041-2/+2
* Updated license information.Lutz Bichler2015-05-041-1/+4
* Updated license information.Lutz Bichler2015-05-0440-117/+49
* Merge branch 'next' into pu/callinfoMarkus Freutsmiedl2015-04-3028-894/+526
|\
| * Removed locks for windows because of Dll loading problem.Andrei Yagoubov2015-04-301-0/+6
| * GLIPCI-453: Fixed bug in CommonAPI::Runtime::LoadLibrary function w/ paths in...Daniel Neugart2015-04-301-2/+2
| * Add a comment to Runtime::getLibrary to explain the order of checksLutz Bichler2015-04-301-3/+4
| * De-windoze...Lutz Bichler2015-04-291-1/+1
| * Merge branch 'maintain/3.0' of https://asc-repo.bmwgroup.net/gerrit/ascgit017...Lutz Bichler2015-04-297-89/+93
| |\
| | * fixed proposed bug, NOTE TO SELF: talk with Lutz about it.Andrei Yagoubov2015-04-281-0/+2
| | * Forgot some exports.Andrei Yagoubov2015-04-282-27/+29
| | * Merge branch 'maintain/3.0' of https://asc-repo.bmwgroup.net/gerrit/ascgit017...Andrei Yagoubov2015-04-285-70/+283
| | |\
| | * | Changed Export positions for cleaner code.Andrei Yagoubov2015-04-285-62/+62
| * | | Added default factory support.Lutz Bichler2015-04-292-9/+32
| | |/ | |/|
| * | Merge branch 'pu/dlt' into maintain/3.0Lutz Bichler2015-04-285-70/+283
| |\ \ | | |/ | |/|
| | * Added support for DLT/File logging. Added property feature to enable configur...Lutz Bichler2015-04-284-65/+264
| | * Look for DLT.Lutz Bichler2015-04-281-2/+16
| | * Corrected version.Lutz Bichler2015-04-281-2/+2
| | * Corrected typo.Lutz Bichler2015-04-281-1/+1
| * | Added COMMONAPI_EXPORT where needed.Andrei Yagoubov2015-04-282-3/+5
| * | Modified description for installation prefix.Jürgen Gehring2015-04-281-4/+11
| |/
| * Doxygen comment with return tag of getValue method removedJürgen Gehring2015-04-271-1/+0
| * README moved to INSTALLJürgen Gehring2015-04-271-0/+0
| * Added make dist target, cleanupJürgen Gehring2015-04-273-76/+28
| * Adapted eclipse project settings for project name CommonAPIJürgen Gehring2015-04-272-18/+24
| * Changes for doxygenJürgen Gehring2015-04-273-19/+4
| * README adaptedJürgen Gehring2015-04-271-203/+20
| * Added lastest changes to NEWSJürgen Gehring2015-04-271-7/+7
| * Changed AUTHORS to Bayerische Motoren Werke Aktiengesellschaft (BMW AG)Jürgen Gehring2015-04-271-1/+1
| * Variant test removed.Jürgen Gehring2015-04-172-260/+0
| * CommonAPIMacros.cmake deleted.Jürgen Gehring2015-04-171-108/+0
| * Settings directory deleted from gitJürgen Gehring2015-04-171-11/+0
| * Added missing comparison operators for enumerations.Lutz Bichler2015-04-161-0/+8
| * Merge branch 'maintain/3.0' of https://asc-repo.bmwgroup.net/gerrit/ascgit017...Lutz Bichler2015-04-161-13/+0
| |\
| | * Removed Types.cpp. It has no content anymore.Lutz Bichler2015-04-151-13/+0
| * | Added mainloop context to central header file. This was implicitelyLutz Bichler2015-04-161-0/+1
| |/
* | Use regular instead of shared pointers.Lutz Bichler2015-04-201-4/+4
* | Added support for per-call definition of timeouts.Lutz Bichler2015-04-174-21/+37
* | Added CallInfo structure to allow to privide timeout and sender info.Lutz Bichler2015-04-167-17/+59
|/
* Updated version to 3.0.13.0.1Lutz Bichler2015-04-141-1/+1
* Separated runtime initialization from access to it.Lutz Bichler2015-04-132-2/+5
* Some cosmetic changes to make the #ifdef WIN32 more readable.Lutz Bichler2015-04-131-2/+7
* Adapted changes to support MSVC compiler.Andrei Yagoubov2015-04-133-16/+56
* Merge branch 'maintain/3.0' into pu/3.0_win_dllLutz Bichler2015-04-1018-603/+369
|\
| * Added enumeration types to the list of possible type stream inputs.Lutz Bichler2015-04-091-0/+6
| * GLIPCI-297Lutz Bichler2015-04-082-77/+103
| * Implemented constructor for class Logger.Lutz Bichler2015-04-081-2/+7