summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix spelling errorDavid Zeuthen2010-04-261-1/+1
| * | Added cmake cross compile wrapper.Ralf Habacker2010-04-221-0/+105
| * | Fixed wrong spelling of DBUS_DISABLE_ASSERTS usage on windows.Ralf Habacker2010-04-211-2/+4
| * | Fixed autotools mingw cross compile bug reported by Fridrich Strba.Ralf Habacker2010-04-211-2/+1
| * | A little bit more efficient version of _dbus_replace_install_prefixFridrich Štrba2010-04-211-3/+3
| * | Patch relocating "exec" variable and position of service filesFridrich Štrba2010-04-215-7/+107
| * | Removed obsolate file.Ralf Habacker2010-04-161-3/+0
* | | Minor name spelling fix.Ralf Habacker2010-04-271-1/+1
|/ /
* | Fix warnings on Windows CE target.Marcus Brinkmann2010-04-145-1/+14
* | Fix warnings on Windows builds.Marcus Brinkmann2010-04-143-9/+4
* | Remove obsolete files.Marcus Brinkmann2010-04-147-653/+0
* | Include strtoll.c and strtoull.c in distribution.Marcus Brinkmann2010-04-141-1/+1
* | Added missing test libraries and tools to keep in sync with autotools.Ralf Habacker2010-04-132-0/+26
* | Keep defines for dbus test in sync with autotools.Ralf Habacker2010-04-131-0/+2
* | Keep test file directories in sync with autotoolsRalf Habacker2010-04-131-10/+12
* | Port test-privserver to windows by using the TEST_LISTEN bus address.Ralf Habacker2010-04-131-0/+4
* | Defined DBUS_CMAKE in config.h to have a way for detecting the currently used...Ralf Habacker2010-04-131-0/+2
* | Add README for Windows CE.Marcus Brinkmann2010-04-131-0/+81
* | Add replacement functions strtoll/strtoull for dbus-send, mainly for Windows CE.Marcus Brinkmann2010-04-134-1/+323
* | Port dbus tools to Windows CE.Marcus Brinkmann2010-04-133-50/+107
* | Add support for Windows CE to the code base.Marcus Brinkmann2010-04-1312-34/+1351
* | add missing HAVE_ macros to cmakeRomain Pokrzywka2010-04-132-3/+27
* | Windows CE has a different understanding of "command line" from Windows.Marcus Brinkmann2010-04-131-0/+4
* | Add WinCE detection to configure.in and choose right socket library.Marcus Brinkmann2010-04-131-1/+13
* | clean up def file change.Marcus Brinkmann2010-04-131-6/+0
* | Merge branch 'master' of ssh://rhabacker@git.freedesktop.org/git/dbus/dbusRalf Habacker2010-04-1311-415/+497
|\ \
| * | Prepare for WinCE port: Convert windows code to native API, avoid errno.Marcus Brinkmann2010-04-1311-415/+497
| * | update WinCE cmake supportRomain Pokrzywka2010-04-132-43/+37
| * | Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker2010-04-13194-4296/+5028
| |\ \
| * \ \ Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker2009-12-232-2/+16
| |\ \ \
| * | | | fixed install root when using msvc ideunknown2009-12-221-0/+2
* | | | | update WinCE cmake supportRomain Pokrzywka2010-04-132-43/+37
| |_|/ / |/| | |
* | | | Cmake build system cleanup.Ralf Habacker2010-04-111-57/+57
* | | | Cmake support for cross plattform usable test files.Ralf Habacker2010-04-116-11/+55
* | | | Fixed meinproc4 docbook generator detection for cmake buildsystem.Ralf Habacker2010-04-101-6/+6
* | | | Simplified cmake specific test file generating.Ralf Habacker2010-04-091-67/+24
* | | | Fixed xmlto usage on unix for cmake build system.Ralf Habacker2010-03-301-5/+5
* | | | Determine docbook.xsl path on windows from meinproc4 executable.Ralf Habacker2010-03-291-1/+7
* | | | Added x64 and ia64 backtrace support for windows.Patrick von Reth2010-03-291-0/+18
* | | | Cleaned up _dbus_verbose calls: function names and code line numbers are prin...Ralf Habacker2010-03-2710-116/+108
* | | | Added cmake build system notes to README and INSTALL.Ralf Habacker2010-03-242-25/+75
* | | | Renamed libdbus-convenience to libdbus-internal for automake (to stay in sync...Ralf Habacker2010-03-234-23/+23
* | | | Update dll export for autoconf (to stay in sync with cmake).Marcus Brinkmann2010-03-234-33/+16
* | | | Keep cmake build system in sync with commit d47154c28b68b32177773bd489fdae62b...Ralf Habacker2010-03-221-5/+0
* | | | Merge branch 'dbus-1.2'Colin Walters2010-03-2211-599/+63
|\ \ \ \ | | |_|/ | |/| |
| * | | [64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted)Colin Walters2010-03-222-4/+8
| * | | Add DBUS_INT64_MODIFIER define, turn on -WformatColin Walters2010-03-226-21/+53
| * | | Add DBUS_GNUC_PRINTF checks to new formatting functionsColin Walters2010-03-222-1/+4
| * | | [bus] While creating a syslog, correctly get pointer data from DBusStringColin Walters2010-03-211-1/+1
| * | | Dispatch post-activation messages to anyone interestedWill Thompson2010-03-191-14/+6