summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* capicxx-dbus-runtime 3.2.0HEAD3.2.0masterLutz Bichler2020-10-2773-681/+662
|
* capicxx-dbus-runtime 3.1.12.113.1.12.11Lutz Bichler2019-07-233-8/+21
|
* capicxx-dbus-runtime 3.1.12.93.1.12.9Lutz Bichler2019-07-225-0/+39
|
* capicxx-dbus-runtime 3.1.12.73.1.12.7Juergen Gehring2018-05-225-97/+84
|
* capicxx-dbus-runtime 3.1.12.43.1.12.4Juergen Gehring2018-01-253-25/+38
|
* capicxx-dbus-runtime 3.1.12.33.1.12.3Juergen Gehring2018-01-254-21/+66
|
* capicxx-dbus-runtime 3.1.12.23.1.12.2Juergen Gehring2018-01-257-23/+44
|
* capicxx-dbus-runtime 3.1.12.13.1.12.1Juergen Gehring2018-01-2512-627/+153
|
* CommonAPI-D-Bus 3.1.123.1.12Juergen Gehring2017-06-1926-409/+583
|
* CommonAPI-D-Bus 3.1.11.13.1.11.1Juergen Gehring2017-04-078-164/+391
|
* CommonAPI-D-Bus 3.1.113.1.11Juergen Gehring2017-02-2876-413/+578
|
* CommonAPI-D-Bus 3.1.10.43.1.10.4Jürgen Gehring2016-12-123-1/+12
|
* CommonAPI-D-Bus 3.1.10.33.1.10.3Jürgen Gehring2016-12-123-3/+10
|
* CommonAPI-D-Bus 3.1.10.23.1.10.2Jürgen Gehring2016-12-123-14/+21
|
* CommonAPI-D-Bus 3.1.10.13.1.10.1Jürgen Gehring2016-12-126-30/+33
|
* CommonAPI-D-Bus 3.1.103.1.10Jürgen Gehring2016-11-0433-617/+1318
|
* README.md added.Jürgen Gehring2016-10-191-0/+62
|
* CommonAPI-D-Bus 3.1.9.13.1.9.1Jürgen Gehring2016-10-113-30/+103
|
* CommonAPI-D-Bus 3.1.93.1.9Jürgen Gehring2016-10-1130-1240/+1523
|
* CommonAPI-D-Bus 3.1.83.1.8Jürgen Gehring2016-10-11221-24423/+2444
|
* CommonAPI-D-Bus 3.1.53.1.5Dirk Huss2015-12-09179-789/+1821
|
* CommonAPI-D-Bus 3.1.43.1.4Dirk Huss2015-11-25253-9398/+9989
|
* CommonAPI-D-Bus 3.1.33.1.3Jürgen Gehring2015-07-29152-1224/+4232
|
* CommonAPI 3.1.23.1.2Jürgen Gehring2015-06-17123-1514/+2199
|
* CommonAPI-D-Bus 3.1.13.1.1Jürgen Gehring2015-06-01308-18000/+14971
|
* Merge branch 'master' of ↵Juergen Gehring2014-05-084-6/+92
|\ | | | | | | https://asc-repo.bmwgroup.net/gerrit/ascgit017.CommonAPI-D-Bus
| * fixed unsubscribe mechanism in DBusEvent and added additional tests for2.1.6-rc0Stefan Laner2014-04-221-2/+1
| | | | | | Broadcasts
| * removed compile warnings in DBusBraodcastTestStefan Laner2014-04-221-0/+3
| |
| * Bugfix: DBusEvent does only remove its own subscriptions on unsubscribeStefan Laner2014-04-224-5/+89
| | | | | | / destroy and not all subscriptions for that signal anymore
* | Commented out disabled connection test.Juergen Gehring2014-05-081-52/+52
|/
* Merge branch 'master' of ↵Juergen Gehring2014-04-154-7/+49
|\ | | | | | | https://asc-repo.bmwgroup.net/gerrit/ascgit017.CommonAPI-D-Bus
| * Temporarily removing DBusBroadcastTest.cpp from .sln as the test fails with ↵Michael Bauer2014-04-151-1/+0
| | | | | | | | an assertion Debug error
| * fixed compilation problem in DBusBroadcastTest.cpp on WindowsMichael Bauer2014-04-141-2/+1
| |
| * Merge "improved DBusBroadcastTest and DBusLoadTest"Jürgen Gehring2014-04-143-6/+50
| |\
| | * improved DBusBroadcastTest and DBusLoadTestStefan Laner2014-04-093-6/+50
| | | | | | | | | | | | Change-Id: I413fd262a1c965f8c915180d092408f56f57356e
* | | Documentation cleanup.Juergen Gehring2014-04-152-146/+179
| | |
* | | License for pugixml added.Juergen Gehring2014-04-142-1/+26
|/ /
* | Project settings in project files reworked.Markus Freutsmiedl2014-04-143-13/+13
| | | | | | | | | | Release build is possible now. Information about dbus-1.dll added in README.
* | Project settings in project files reworked.Markus Freutsmiedl2014-04-113-17/+54
|/ | | | Additional information added for windows part in readme.
* pushed wait time in DBusServiceRegistryTest.SubscribeBeforeConnectWorks to 5 ↵Michael Bauer2014-04-071-1/+1
| | | | seconds, to avoid timing issues on windows
* removing VERBOSE command line flagsMichael Bauer2014-04-042-2/+0
|
* making Unittests.vcxproj compile and adapting README to tell developer how ↵Michael Bauer2014-04-042-1/+3
| | | | he is able to run UnitTests.exe
* modified vcxproj file of UnitTests to now use environment variables and ↵Michael Bauer2014-04-042-4/+7
| | | | relative paths, adapted build execution order in .sln
* modified vcxproj file of CommonAPI-DBus to now use environment variables and ↵Michael Bauer2014-04-042-4/+5
| | | | relative paths, adapted README accordingly
* added unit tests for broadcast subscriptions. renamed unit testStefan Laner2014-03-282-16/+215
| | | DBusSelectiveBroadcastTest to DBusBroadcastTest
* Implemented stub support for org.freedesktop.DBus.PropertiesStefan Laner2014-03-2462-388/+3838
| | | Change-Id: I75abc2e75643ff8da51795787970d55cf4e470c2
* Better CMake support in pc file for examples, adapted git config files for ↵Juergen Gehring2014-03-212-2/+5
| | | | windows files
* Some minor changes in the configure scriptPatrick Sattler2014-03-192-4/+25
| | | | | | | | - added the option --with-loose-version-check to the configure script (GLIPCI-216) - more informative warning in configure.ac for missing glib Change-Id: I6bcd845616b136b7e748875e5a46c7bfada3d858
* increased library interface revision numberStefan Laner2014-03-192-1/+3
|
* Added a test to control if it isnt possible to access the StubadapterPatrick Sattler2014-03-134-9/+36
| | | | | -added also the generated files from the updated generator Change-Id: I0cb0a025167d5945dec6c6ecb7d814cf6c5982c1