summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added runtime check that mainloop context is initialized2.1-pre1Philip Rauwolf2013-06-244-30/+36
* Named factory creationStefan Laner2013-06-1713-42/+332
* Clean up registered names on disconnectJohannes Schanda2013-06-171-0/+3
* Add compile guard macroJohannes Schanda2013-06-1737-1/+157
* Multiple connection names from one factoryJohannes Schanda2013-06-116-27/+50
* Removed commented codePhilip Rauwolf2013-06-101-2/+0
* Remove internal filesJohannes Schanda2013-06-102-154/+0
* Update unit testsJohannes Schanda2013-06-104-280/+4
* Correct thread teardown failureJohannes Schanda2013-06-103-7/+13
* Correct object path handling for nested treesJohannes Schanda2013-06-071-2/+4
* Merge changes Ia821835a,I1a2f334b,I8912bdc8Philip Rauwolf2013-06-077-62/+52
|\
| * tests: refactor to support clang compilerAleksandar Kanchev2013-06-074-51/+39
| * stream: fix assert logic for signature lengthAleksandar Kanchev2013-06-072-5/+6
| * object manager: add explicit map instantiationAleksandar Kanchev2013-06-071-6/+7
* | More build correction of self referenceJohannes Schanda2013-06-072-2/+2
|/
* Extended validation for CommonAPI AddressesPhilip Rauwolf2013-06-062-4/+40
* Extended documentation for gtestPhilip Rauwolf2013-06-061-2/+16
* Added a basic check on validity of CommonAPI addresses for thePhilip Rauwolf2013-06-063-2/+23
* Removed "old" inclusions, added inclusion of "CommonAPI.h" instead.Philip Rauwolf2013-06-067-20/+9
* Further fixing the dispatch-issue in DBusConnectionPhilip Rauwolf2013-06-062-3/+3
* Working client side for legacy dbus attributes as fixed types and unionsJohannes Schanda2013-06-067-65/+759
* Pass saftey pointer to dispatch thread as reference to prevent unwantedJohannes Schanda2013-06-062-2/+2
* Replaced calls to deprecated part of the Factory interface with thePhilip Rauwolf2013-06-046-56/+47
* add support for polymorphic structsAleksandar Kanchev2013-06-044-1/+35
* Integrated the DBusServicePublisher to manage services and added anPhilip Rauwolf2013-06-0325-285/+763
* Some cleanupPhilip Rauwolf2013-06-033-16/+7
* 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 a...Johannes Schanda2013-05-063-7/+4
|\
| * D-Bus Mainloop Context now only requires a DBusConnection, no longer aPhilip Rauwolf2013-04-183-7/+4
* | 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
* | 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
* | 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
* 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
* 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