Bernhard Miklautz
f30d3ac3a1
ios build: added option to set signing certificate
...
Code signing certificate can be set with with cmake option CODE_SIGN_IDENTITY.
Like -DCODE_SIGN_IDENTITY="signing identity"
2013-10-05 22:00:37 +02:00
Bernhard Miklautz
6d2142182d
ios simulator build: set CMAKE_OSX_SYSROOT
...
When building for iphone simulator it is required to set the CMAKE_OSX_SYSROOT
to "iphonesimulator" otherwise command line builds (with cmake --build) will fail.
2013-10-05 21:47:03 +02:00
Bernhard Miklautz
7b706ba840
ios build: fixed toolchain for cmake 2.8.10
2013-10-05 21:45:41 +02:00
Bernhard Miklautz
e6f3cd7dff
build: link winpr-synch against winpr-sysinfo
2013-10-05 14:09:04 +02:00
Hardening
c37c86601d
Fix function prototype
...
This patch fixes the prototypes with warnings enabled.
2013-10-04 23:07:31 +02:00
Marc-André Moreau
e1ed2aaa94
Merge branch 'master' of github.com:mrthebunny/FreeRDP
2013-10-04 11:34:28 -04:00
Marc-André Moreau
97447420c9
Merge branch 'master' of github.com:awakecoding/FreeRDP
2013-10-04 11:34:00 -04:00
Marc-André Moreau
e37981e57c
libwinpr-utils: improved binary appender
2013-10-04 11:33:49 -04:00
Benoît LeBlanc
173fede474
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
...
# By Marc-André Moreau (2) and Martin Haimberger (1)
# Via Marc-André Moreau (1) and Martin Haimberger (1)
* 'master' of git://github.com/awakecoding/FreeRDP:
added c++ declaration in wlog
libwinpr-utils: add wlog support for image and binary data
libwinpr-utils: further split wlog framework into more source files, add some thread safety for write operations
2013-10-04 10:01:29 -04:00
Martin Haimberger
fea6d83367
fixed memory leak in wlog
2013-10-04 03:51:10 -07:00
Armin Novak
dfab92ada8
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP into android_async
2013-10-04 11:44:10 +02:00
Armin Novak
051892a8b1
Fixed typo.
...
Fixed XML menu configuration.
2013-10-04 11:43:42 +02:00
Armin Novak
a9c351a0ae
Moved async settings to debug menu.
...
Fixed classpath settings for aFreeRDP project.
2013-10-04 11:30:51 +02:00
Bernhard Miklautz
e46f95120a
Merge pull request #1523 from akallabeth/cmdline_parser_fix
...
Fixed freerdp_command_line_parse_comma_separated_values
2013-10-04 02:02:42 -07:00
Armin Novak
d7ee71cc8b
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP into android_async
...
Conflicts:
client/Android/FreeRDPCore/.classpath
client/Android/FreeRDPCore/src/com/freerdp/freerdpcore/domain/BookmarkBase.java
client/Android/FreeRDPCore/src/com/freerdp/freerdpcore/services/BookmarkBaseGateway.java
client/Android/FreeRDPCore/src/com/freerdp/freerdpcore/services/BookmarkDB.java
2013-10-04 10:04:03 +02:00
Armin Novak
b5e7a91690
Merge remote-tracking branch 'upstream/master' into android_async
2013-10-04 09:48:01 +02:00
Shannon Madsen
e0acb7a464
Fix extended mouse event to register the click for forward/back buttons
2013-10-03 20:38:04 -07:00
Benoît LeBlanc
77c260da14
wf_interface: added function wf_set_window_size
...
windows: triggering OnEmbedWindow event
2013-10-03 17:09:53 -04:00
Marc-André Moreau
c0e29525ba
Merge github.com:mrthebunny/FreeRDP
2013-10-03 13:40:44 -04:00
Marc-André Moreau
0a57da99b1
Merge pull request #5 from MartinHaimberger/wlogfix
...
Wlogfix
2013-10-03 08:37:53 -07:00
Martin Haimberger
5e073f5f17
loglevel filtering fix
2013-10-03 06:32:12 -07:00
Bernhard Miklautz
5c61ac97cb
Merge pull request #1524 from akallabeth/android_debug_settings
...
Add debug settings menu for android
Menu needs to be activated with cmake with -DWITH_ANDROID_DEBUG_MENU=ON
2013-10-03 05:36:42 -07:00
Martin Haimberger
02487da987
added c++ declaration in wlog
2013-10-03 05:07:37 -07:00
Bernhard Miklautz
7ad0a33fb0
Merge pull request #1531 from bmiklautz/issue/1526
...
android: fixed classpaths
2013-10-03 04:38:48 -07:00
Bernhard Miklautz
ce6150cc12
Merge pull request #1530 from akallabeth/android_microphone_enable_by_default
...
Removed forced disable of microphone redirection for android builds.
2013-10-03 04:32:28 -07:00
Bernhard Miklautz
a88ed35a0a
android: fixed classpaths
...
fixes #1526
2013-10-03 13:28:31 +02:00
Armin Novak
5abe42226d
Removed forced disable of microphone redirection for android builds.
2013-10-03 13:21:42 +02:00
Marc-André Moreau
aaeb4ea0b2
libwinpr-utils: add wlog support for image and binary data
2013-10-02 15:41:46 -04:00
Benoît LeBlanc
d274363b1a
Fixed client crash at close. Entry points were freed too soon.
2013-10-02 14:34:10 -04:00
Benoît LeBlanc
cf02d714b9
fixed freerdp_set_param_string prototype to use const char*
2013-10-02 14:33:46 -04:00
Benoît LeBlanc
fcb9ccd215
Fixed decoration in embedded mode in Windows
2013-10-02 14:33:10 -04:00
Marc-André Moreau
0569de167d
libwinpr-utils: further split wlog framework into more source files, add some thread safety for write operations
2013-10-02 13:38:21 -04:00
Benoît LeBlanc
afbebbcdf7
Merge branch 'master' of https://github.com/awakecoding/FreeRDP
2013-10-02 12:00:34 -04:00
Armin Novak
f4b68b2d02
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP into android_debug_settings
...
Conflicts:
cmake/ConfigOptionsAndroid.cmake
2013-10-02 17:43:14 +02:00
Marc-André Moreau
bc649e84ba
Merge pull request #4 from bmiklautz/closefds
...
Close file descriptors
2013-10-02 08:25:18 -07:00
Bernhard Miklautz
5c3ce890b1
winpr-thread: close fds before exec new process
...
Close all open file handles, except stdion/stdout/stderr before executing a new process
to make sure that no file descriptors leak or kept open.
2013-10-02 17:21:56 +02:00
Benoît LeBlanc
766c1a18aa
MacFreeRDP: fixed invalid region coordinates conversion, cleanup traces
2013-10-02 10:51:48 -04:00
Benoît LeBlanc
78981418ce
MacFreeRDP: Handling of mouse and region invalidation on scaling/scrolling
2013-10-02 10:24:01 -04:00
Armin Novak
38323a4568
Implemented debug menu hidden in relase builds.
2013-10-02 14:29:08 +02:00
Martin Fleisz
3db1b51ba1
Merge pull request #1521 from bmiklautz/issue/1519
...
Android build default ndk level
2013-10-02 01:39:14 -07:00
Armin Novak
16936dc061
Added CMake generated BuildConfiguration java class.
2013-10-02 10:24:44 +02:00
Bernhard Miklautz
199909e8f1
andriod: removed unecessary config option
2013-10-02 10:24:07 +02:00
Bernhard Miklautz
257a1cb8cc
FindOpenSLES: removed debug message
2013-10-02 10:23:06 +02:00
Armin Novak
c0a03f48bc
Fixed freerdp_command_line_parse_comma_separated_values, setting
...
count correct now, if there is no data in the list.
2013-10-02 09:48:25 +02:00
Marc-André Moreau
3fb2724536
libwinpr-utils: fix default WLog behaviour
2013-10-01 20:45:20 -04:00
Marc-André Moreau
2684b829d0
libwinpr-utils: add simple parent/child hierarchy
2013-10-01 18:19:50 -04:00
Bernhard Miklautz
4c3ceb6093
android build: set default ndk api level to 9
...
API level 9 is required in order build the android client with audio
support.
2013-10-01 23:30:58 +02:00
Bernhard Miklautz
6d060d2fcc
android build: don't set WITH_OPENSLES in options
...
WITH_OPENSLES is automatically set by find_feature
2013-10-01 23:22:45 +02:00
Bernhard Miklautz
a5dca8b446
opensles detection: fail required but not found
2013-10-01 23:21:35 +02:00
Marc-André Moreau
0b29f72cc4
libwinpr-utils: added default file output path for wlog
2013-10-01 16:50:47 -04:00