summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed poll emulation for windows2.0.9maintain/2.0Stefan Laner2014-02-057-684/+20
|
* added comments on windows version to READMEStefan Laner2014-01-161-0/+4
|
* removed unnecessary library dependencyStefan Laner2014-01-151-1/+1
|
* new version for handling msvc variadic template bug by using defaultStefan Laner2014-01-154-15/+15
| | | | | attribute extension Change-Id: I636e0aab4050f516224d5d4120047c37638a0844
* Merge remote-tracking branch 'origin/maintain/2.0' into dev/windowsStefan Laner2013-12-202-3/+10
|\
| * Changed version to match with CommonAPI and corresponding2.0.8Stefan Laner2013-12-101-1/+1
| | | | | | toolchain
| * Backport of fix for GLIPCI-165.Arnaud Fietzke2013-11-261-1/+8
| | | | | | | | | | | | | | | | | | | | | | Once resumeDispatching() is called, readWriteDispatch() may dispatch the reply, causing replyAsyncHandler to be deleted. Conflicts: src/CommonAPI/DBus/DBusConnection.cpp
| * Matched version for next point release with CommonAPI-D-Bus Tooling andPhilip Rauwolf2013-10-161-1/+1
| | | | | | corrected check on micro version of required CommonAPI
| * Added micro version and requirement for correct CommonAPI micro versionPhilip Rauwolf2013-10-161-2/+2
| |
* | updated generated code for testsStefan Laner2013-10-2313-117/+131
| |
* | global initializers now created using INITIALIZER macro fromStefan Laner2013-10-224-24/+3
| | | | | | CommonAPI/types.h
* | Added visual studio solution file and project files for library and testStefan Laner2013-10-223-0/+287
| |
* | Adopted tests for build with Microsoft Visual StudioStefan Laner2013-10-2224-212/+1058
| |
* | Adopted sources for build with Microsoft Visual Studio 2013Stefan Laner2013-10-214-24/+46
| |
* | Bugfix in DBusInputStreamTest - &-operator on std::string does notStefan Laner2013-10-151-1/+2
|/ | | necessarily return a pointer to the contained c string
* Resolve some bugs for windows VC++ & regenretate test sourcesJohannes Schanda2013-10-0919-162/+255
| | | | | | - Chnage inlcudes where needed - Regenerate test sources - move some typedefs - fix a potential error when claiming names for new services
* Fix packaging detailsJohannes Schanda2013-10-012-2/+2
|
* Correct instantiation of internal attribute2.0.7Johannes Schanda2013-08-081-1/+1
|
* Fix bug in observable readonly attribute instantiationJohannes Schanda2013-08-081-3/+5
|
* Corrected comments with regard to mainloop integrationJohannes Schanda2013-08-071-5/+0
|
* Removed DBusBenchmarkingTestStefan Laner2013-08-072-228/+1
|
* Backported thread teardown fixJohannes Schanda2013-08-072-4/+9
|
* Fixed Demo MainloopPhilip Rauwolf2013-08-072-17/+23
| | | | | Conflicts: src/test/DemoMainLoop.h
* Merge branch 'master' into genivi_releasegenivi_release_42.0.6Johannes Schanda2013-05-2758-897/+2970
|\ | | | | | | | | Conflicts: TODO
| * Introspection handling for entire tree of superpaths of a registered object path2.0.5Johannes Schanda2013-05-171-1/+42
| |
| * Tests for mainloop big data2.0.4Philip Rauwolf2013-05-152-1/+69
| |
| * Fix test on object path registrationJohannes Schanda2013-05-151-4/+4
| |
| * Match unit tests to revised attribute apiJohannes Schanda2013-05-152-2/+3
| |
| * Change sync attribute getter to match all other sync methods2.0.3Johannes Schanda2013-05-103-7/+4
| |
| * Fix compile of main loop unit testJohannes Schanda2013-05-061-1/+1
| |
| * Merge "D-Bus Mainloop Context now only requires a DBusConnection, no longer ↵Johannes Schanda2013-05-063-7/+4
| |\ | | | | | | | | | a DBusProxyConnection."
| | * D-Bus Mainloop Context now only requires a DBusConnection, no longer aPhilip Rauwolf2013-04-183-7/+4
| | | | | | | | | | | | | | | DBusProxyConnection. Change-Id: Ic93aa97117cbb29ef0fcf467e7df6a0bbf818140
| * | Merge "Added Unit Tests and Demo Implementation for Mainloops"Johannes Schanda2013-05-065-13/+909
| |\ \ | | |/
| | * Added Unit Tests and Demo Implementation for MainloopsPhilip Rauwolf2013-04-185-13/+909
| | | | | | | | | Change-Id: I51d4f076e22053f32c453f8b70edd29e22149d35
| * | Merge "Added and integrated necessary D-Bus Mainloop Context"Johannes Schanda2013-05-0610-210/+639
| |\ \ | | |/
| | * Added and integrated necessary D-Bus Mainloop ContextPhilip Rauwolf2013-04-1810-210/+639
| | | | | | | | | Change-Id: Ia5c1f4585eabb919a75ec5fdc16c6ba8f053ab6b
| * | stream: cleanup getCurrentPosition()Aleksandar Kanchev2013-05-063-17/+2
| |/
| * Removed std::output in one testPhilip Rauwolf2013-04-171-1/+0
| |
| * properly deregister DBusObjectManagerAleksandar Kanchev2013-04-152-0/+9
| |
| * move introspection handling to DBusObjectManagerAleksandar Kanchev2013-04-157-98/+127
| | | | | | | | introspection on the given object path will now display all registered interfaces
| * Provide a clean API for setting the object path handler functionJohannes Schanda2013-04-054-36/+31
| |
| * Allow custom callbacks for dbus object path registrationJohannes Schanda2013-04-042-0/+34
| |
| * Move objectpath functions to proxy connection, make objectmanager use itJohannes Schanda2013-04-043-6/+9
| | | | | | instead of connection
| * tests: whitespace cleanupAleksandar Kanchev2013-03-223-143/+143
| |
| * build: don't install the internal murmurhash libraryAleksandar Kanchev2013-03-221-3/+3
| |
| * Updated test filesPhilip Rauwolf2013-03-2215-267/+456
| |
| * build: make use of system extensions (_GNU_SOURCE)Aleksandar Kanchev2013-03-212-1/+4
| |
| * Extended DBusTestUtils2.0.2Philip Rauwolf2013-03-201-0/+41
| |
| * Further improvement of timing in test casesPhilip Rauwolf2013-03-201-12/+16
| |
| * Removed unnecessary timeout and possible source of "simple" failures.Philip Rauwolf2013-03-201-4/+1
| |