Ralf Habacker
152fa9c7f0
Be more silent with porting problems.
2010-05-03 10:53:44 +02:00
Fridrich Štrba
c096c5cb9a
Don't truncate pointers on Windows x64 platform
2010-05-03 10:48:38 +02:00
Fridrich Štrba
f578ad20ef
Change to assume executable extension when none is given (except on wince)
2010-04-29 11:40:09 +02:00
Fridrich Štrba
ecb7a5606c
Pass the environment to CreateProcessA correctly and be more defensive
2010-04-29 11:38:30 +02:00
Ralf Habacker
04ddf2e3aa
Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus
2010-04-27 11:22:32 +02:00
Ralf Habacker
e50c57c787
Minor name spelling fix.
2010-04-27 11:19:56 +02:00
David Zeuthen
ef3eee2848
Fix spelling error
...
This broke 'make install' since dbus-daemon-launch-helper didn't get
installed.
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-04-26 18:00:07 -04:00
Ralf Habacker
dfd525d602
Added cmake cross compile wrapper.
2010-04-22 11:51:23 +02:00
Ralf Habacker
2bb58750aa
Fixed wrong spelling of DBUS_DISABLE_ASSERTS usage on windows.
2010-04-21 16:08:58 +02:00
Ralf Habacker
f82d7d98a0
Fixed autotools mingw cross compile bug reported by Fridrich Strba.
2010-04-21 15:50:16 +02:00
Fridrich Štrba
4ac54f20c0
A little bit more efficient version of _dbus_replace_install_prefix
2010-04-21 13:03:52 +02:00
Fridrich Štrba
ed79e030ca
Patch relocating "exec" variable and position of service files
2010-04-21 12:30:52 +02:00
Ralf Habacker
14cc116254
Removed obsolate file.
2010-04-16 08:04:26 +02:00
Marcus Brinkmann
abb81eb446
Fix warnings on Windows CE target.
2010-04-14 08:26:47 +02:00
Marcus Brinkmann
e419a5cff7
Fix warnings on Windows builds.
2010-04-14 08:26:40 +02:00
Marcus Brinkmann
3678d71d18
Remove obsolete files.
2010-04-14 08:26:14 +02:00
Marcus Brinkmann
f857bf034a
Include strtoll.c and strtoull.c in distribution.
2010-04-14 08:23:29 +02:00
Ralf Habacker
280cdc2ad8
Added missing test libraries and tools to keep in sync with autotools.
2010-04-13 21:18:41 +02:00
Ralf Habacker
ae9edf9b0d
Keep defines for dbus test in sync with autotools.
2010-04-13 21:17:46 +02:00
Ralf Habacker
e828d41e3e
Keep test file directories in sync with autotools
2010-04-13 21:17:31 +02:00
Ralf Habacker
ec18f1fc89
Port test-privserver to windows by using the TEST_LISTEN bus address.
2010-04-13 21:15:41 +02:00
Ralf Habacker
9ba1517315
Defined DBUS_CMAKE in config.h to have a way for detecting the currently used buildsystem.
2010-04-13 21:15:29 +02:00
Marcus Brinkmann
3050bcfd1a
Add README for Windows CE.
2010-04-13 21:09:09 +02:00
Marcus Brinkmann
5e4ef80e09
Add replacement functions strtoll/strtoull for dbus-send, mainly for Windows CE.
2010-04-13 21:08:10 +02:00
Marcus Brinkmann
f041773df2
Port dbus tools to Windows CE.
2010-04-13 20:58:20 +02:00
Marcus Brinkmann
3404bb7238
Add support for Windows CE to the code base.
2010-04-13 20:38:59 +02:00
Romain Pokrzywka
9e034bd5b3
add missing HAVE_ macros to cmake
2010-04-13 20:17:14 +02:00
Marcus Brinkmann
48801c87df
Windows CE has a different understanding of "command line" from Windows.
2010-04-13 20:13:45 +02:00
Marcus Brinkmann
f004b63705
Add WinCE detection to configure.in and choose right socket library.
2010-04-13 20:11:07 +02:00
Marcus Brinkmann
23d187d019
clean up def file change.
2010-04-13 19:46:19 +02:00
Ralf Habacker
99febc2ef8
Merge branch 'master' of ssh://rhabacker@git.freedesktop.org/git/dbus/dbus
2010-04-13 19:45:22 +02:00
Marcus Brinkmann
6e214b5b3c
Prepare for WinCE port: Convert windows code to native API, avoid errno.
2010-04-13 15:46:35 +02:00
Romain Pokrzywka
c60c9601f5
update WinCE cmake support
2010-04-13 15:42:10 +02:00
Romain Pokrzywka
4708efeebb
update WinCE cmake support
2010-04-13 15:41:31 +02:00
Ralf Habacker
3ac6915e3c
Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus
2010-04-13 15:40:06 +02:00
Ralf Habacker
4d8dcd5561
Cmake build system cleanup.
...
Converted tabs to spaces and removed trailing spaces in test dir.
2010-04-11 11:53:56 +02:00
Ralf Habacker
0ed7d779b7
Cmake support for cross plattform usable test files.
...
Recent test configuration files contains 'unix:...'
bus adresses which do not work on windows.
For cross plattform usable test files the whole
listen tag entry has to be set by the build system,
which is available with a new build system variable
named TEST_LISTEN.
To have the client client side definition in sync,
TEST_CONNECTION has been moved from c file into cmake
build system.
2010-04-11 11:49:46 +02:00
Ralf Habacker
2279457cbc
Fixed meinproc4 docbook generator detection for cmake buildsystem.
2010-04-10 01:20:45 +02:00
Ralf Habacker
19251c52de
Simplified cmake specific test file generating.
...
If there is a *.cmake test file available for
a related *.in file, take the *.cmake test file
instead of the *.in file as test file source.
Also added some messages.
2010-04-09 23:07:11 +02:00
Ralf Habacker
a9d68b7d9d
Fixed xmlto usage on unix for cmake build system.
2010-03-30 08:31:49 +02:00
Ralf Habacker
f7e976540b
Determine docbook.xsl path on windows from meinproc4 executable.
2010-03-29 21:28:47 +02:00
Patrick von Reth
0958631378
Added x64 and ia64 backtrace support for windows.
2010-03-29 10:15:34 +02:00
Ralf Habacker
d521734851
Cleaned up _dbus_verbose calls: function names and code line numbers are printed by default.
2010-03-27 23:28:00 +01:00
Ralf Habacker
2575b946ff
Added cmake build system notes to README and INSTALL.
2010-03-24 13:44:26 +01:00
Ralf Habacker
ca7b8112c9
Renamed libdbus-convenience to libdbus-internal for automake (to stay in sync with cmake).
2010-03-23 09:21:48 +01:00
Marcus Brinkmann
1de6b09fbd
Update dll export for autoconf (to stay in sync with cmake).
2010-03-23 09:10:39 +01:00
Ralf Habacker
1d0076b500
Keep cmake build system in sync with commit d47154c28b.
2010-03-22 22:33:02 +01:00
Colin Walters
df89cfeb38
Merge branch 'dbus-1.2'
...
Conflicts:
bus/dispatch.c
configure.in
test/name-test/test-names.c
2010-03-22 14:39:56 -04:00
Colin Walters
3861cb42f4
[64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted)
...
There were already defines for formatting pids and uids, so use those.
In the case where we don't have a format specifier for 64 bit, print
(omitted) in dbus-monitor.
2010-03-22 14:35:28 -04:00
Colin Walters
c93d3ec2ff
Add DBUS_INT64_MODIFIER define, turn on -Wformat
...
https://bugs.freedesktop.org/show_bug.cgi?id=19195
We were previously using -Wno-format because we didn't have
a #define for DBUS_INT64_MODIFIER, which was really lame because
it easily hid problems.
For now, just define it if we're on glibc; this is obviously
not strictly correct but it's safe, because the formatting
is only used in DBUS_VERBOSE mode, and in tools/dbus-monitor.
Ideally we get the the glib code relicensed.
2010-03-22 13:58:56 -04:00