Bernhard Miklautz
7457dd3de4
android build: Fixed program path detection
2013-11-18 19:58:01 +01:00
Bernhard Miklautz
1262d236a3
android build: ignore renderscript toolchain
...
When detecting toolchains ignore renderscript because its not a
compiler toolchain.
2013-11-18 12:53:17 +01:00
Bernhard Miklautz
391615bcfb
android build: generate gprof file only if WITH_GPROF
2013-11-18 12:50:32 +01:00
Marc-André Moreau
ea18d2b740
Merge pull request #1597 from bmiklautz/tests
...
Fixed failing tests
2013-11-15 08:22:05 -08:00
Bernhard Miklautz
440d945f5d
client/common: fixed TestClientRdpFile test
...
Unified ascii and unicode string handling.
2013-11-15 16:58:54 +01:00
Marc-André Moreau
c0b4812525
Merge pull request #1596 from bmiklautz/pthread_ext
...
winpr: fixed build warnings
2013-11-15 07:51:43 -08:00
Bernhard Miklautz
a56e3f259b
winpr: disabled schannel test
...
not practicable for now since it requires local key setup
2013-11-15 16:19:49 +01:00
Bernhard Miklautz
916f2d2dbf
winpr: fixed build warnings
...
* moved pthread_tryjoin_np to toplevel CMakeLists.txt
* removed duplicated -DHAVE_PTHREAD_GNU_EXT
2013-11-15 16:04:04 +01:00
Marc-André Moreau
9fcf5eadf0
Merge pull request #1592 from akallabeth/sync_timed_fixes
...
Fixed broken timed wait for thread and mutex in WaitForSingleObject
2013-11-15 06:25:03 -08:00
Martin Fleisz
b0f19fb52e
Merge pull request #1595 from bmiklautz/build_fixes
...
Fix ios build
2013-11-15 03:58:41 -08:00
Bernhard Miklautz
1a5c527c07
ios: fixed broken clang pragmas
2013-11-15 11:55:33 +01:00
Bernhard Miklautz
0147b06d06
use version.h in ios client
2013-11-15 11:54:38 +01:00
Armin Novak
fbc1acd70e
Fixed includes and test function naming.
2013-11-15 11:43:01 +01:00
Armin Novak
5dbd94e2a3
Added unit tests for thread and mutex.
2013-11-15 11:38:59 +01:00
Armin Novak
efd2d833c2
Extended test, now also checks, if lock / unlock is working.
2013-11-15 08:38:59 +01:00
Marc-André Moreau
c347dd0843
Merge pull request #1593 from akallabeth/transport_fixes
...
Transport disconnect fixes
2013-11-14 09:12:12 -08:00
Armin Novak
013a3b9956
Added missing C definition for HAVE_PTHREAD_GNU_EXT.
2013-11-14 15:23:43 +01:00
Armin Novak
e17a4d1f26
Using CLOCK_MONOTONIC instead of CLOCK_REALTIME now.
...
Fixed timeout comparison for systems missing GNU posix extensions.
2013-11-14 13:48:20 +01:00
Armin Novak
6f43252c9a
Fixed argument check in <tls_disconnect>
2013-11-14 10:09:40 +01:00
Armin Novak
31ffb498f8
Fixed argument checks in <transport_disconnect>
2013-11-14 10:09:21 +01:00
Armin Novak
719c1a27d6
Fixed broken timed wait for thread and mutex objects in WaitForSingleObject.
2013-11-14 09:34:16 +01:00
Martin Fleisz
72770c8c43
Merge pull request #1585 from dbungert/hostname
...
Add support with new args for client hostname
2013-11-13 03:26:07 -08:00
Marc-André Moreau
b1bcbea483
Merge pull request #1588 from akallabeth/message_queue_clear
...
Message queue clear
2013-11-12 09:59:38 -08:00
Marc-André Moreau
e66fb9a512
Merge pull request #1580 from akallabeth/android_cleanup_fixes
...
Android cleanup fixes
2013-11-12 09:10:22 -08:00
Armin Novak
4a1e9d2e4e
Using new API for message queue.
2013-11-12 15:18:45 +01:00
Armin Novak
8d6f49c01a
Using new API for message queue.
2013-11-12 15:18:35 +01:00
Armin Novak
04854b292c
Using new API for MessageQueue.
2013-11-12 15:18:18 +01:00
Armin Novak
638d26569f
Updated MessagePipe to new MessageQueue API.
2013-11-12 15:11:39 +01:00
Armin Novak
09d219b8d6
Added <MessageQueue_Clear> and custom handler argument to
...
<MessageQueue_New>.
2013-11-12 15:10:41 +01:00
Armin Novak
25e7682e02
Added <MessagePipe_Clear> and argument for custom handlers to
...
<MessagePipe_New>.
2013-11-12 15:10:08 +01:00
Armin Novak
7cb0a70fd6
Added custom message resource free to update message queue.
2013-11-12 15:05:15 +01:00
Armin Novak
0ac908ba20
Added assertions to detect invalid call sequences of <transport_free>
...
and <transport_disconnect>.
2013-11-12 15:04:26 +01:00
Armin Novak
7ae5c8eeef
Added functions to free input and update queue messages.
2013-11-12 15:03:48 +01:00
Armin Novak
b6fff6a992
Split message handling and resource cleanup for input and update messages.
2013-11-12 15:03:07 +01:00
Armin Novak
f46a560e76
Added message queue custom free handler for input queue.
2013-11-12 15:02:25 +01:00
Armin Novak
800f946053
Added assertions to spot invalid call sequence for <freerdp_check_fds>
2013-11-12 15:01:25 +01:00
Armin Novak
8fa18f1174
Using winpr instead of pthread now.
...
<android_desktop_resize> now uses up to date settings for callback now.
Improved error handling in <jni_input_thread>
Unified disconnect and cancel JNI calls, as they currently do the same.
2013-11-12 10:30:14 +01:00
Armin Novak
3b209b9345
Removed pthreads, using winpr now.
2013-11-12 10:25:41 +01:00
Armin Novak
2af8efb26b
Fixed resource cleanup, using DEBUG_WARN now for error messages.
2013-11-12 10:24:13 +01:00
Armin Novak
f93b69320f
Split ndk-build and ant runs to different targets, ndk-build is now also
...
run, if no ant build is desired.
2013-11-12 10:23:22 +01:00
Armin Novak
83053c865a
DEBUG_ANDROID now a debug define using default <debug.h> macros.
2013-11-12 10:22:41 +01:00
Armin Novak
23b5845660
Fixed crash due to duplicate resource cleanup (MessagePipe freed in channel)
2013-11-12 10:22:04 +01:00
Armin Novak
343c9ebba5
Using absolute paths in generation script now.
2013-11-12 10:21:39 +01:00
Armin Novak
0d2fe6997e
Fixed output path for JNI header generation script.
2013-11-12 10:21:14 +01:00
Dan Bungert
d128e44ae3
Add support with new args for client hostname
2013-11-11 17:57:44 -07:00
Armin Novak
5a801a3951
Updated documentation.
2013-11-08 16:43:33 +01:00
Armin Novak
9aa70d4589
Explicitly setting debug format now, as the shipped gdbserver is
...
not compatible with the default options for all toolchains.
2013-11-08 16:32:50 +01:00
Armin Novak
f6236048c5
Modified build to allow native debugging with eclipse.
2013-11-08 15:20:23 +01:00
Armin Novak
fdc3045839
Modified build to allow native debugging with eclipse.
2013-11-08 15:19:38 +01:00
Armin Novak
ba2c31e9d9
Modified build to allow native debugging with eclipse.
2013-11-08 15:16:18 +01:00