60 Commits

Author SHA1 Message Date
matthias.ringwald
ccaca820f5 don't compile run_loop_embedded in standard build 2011-08-06 08:57:06 +00:00
matthias.ringwald
0ff3056bc7 add advanced power management for iOS by Jens David (and bump version) 2011-08-04 21:25:43 +00:00
matthias.ringwald
8aa7053ea5 use HCI_ACL_PAYLOAD_SIZE instead of HCI_ACL_BUFFER_SIZE 2011-08-01 10:42:12 +00:00
matthias.ringwald
246f2bad96 add HCI_ACL_BUFFER_SIZE to default config.h 2011-07-26 20:16:28 +00:00
matthias.ringwald
4baf6801be assume desktop system has malloc() 2011-07-25 18:05:21 +00:00
matthias.ringwald
eedeffe3d7 define ENABLE_LOG_INFO and ENABLE_LOG_ERROR 2011-07-22 18:34:51 +00:00
matthias.ringwald
03351d53c9 use -isysroot instead of multiple -I, -L, -F flags needed for SDK 2.0, minium iOS SDK required: 3.0 now 2011-06-23 14:56:40 +00:00
matthias.ringwald
26767c8e10 don't use -Wstrict-prototypes for iOS, as it fails for MacTypes.h in SDK 2.0 2011-06-08 16:12:41 +00:00
matthias.ringwald
2e4af5baf8 make gcc more strict 2011-06-06 14:35:23 +00:00
matthias.ringwald
06dbc35879 pre-def HAVE_TIME and HAVE_BZERO for non-embedded compilation, often missing 2011-06-05 09:52:03 +00:00
matthias.ringwald
3b6029ff28 moved iphone sources to new PLATFORM_SOURCES 2011-06-04 15:25:59 +00:00
matthias.ringwald
30b941d506 fix remote_device_db_memory file name 2011-06-04 15:13:14 +00:00
matthias.ringwald
ac81a6b177 set HAVE_SO_NOSIGPIPE for darwin targets 2011-06-04 15:06:30 +00:00
matthias.ringwald
b344037f58 use remote_device_db_memory as fallback 2011-06-04 14:54:40 +00:00
matthias.ringwald
1cbd29c6c1 remove premature target=iphone flags from native compile on linux 2011-06-04 14:51:24 +00:00
matthias.ringwald
e115bf24db Added RFCOMM 2011-04-30 20:30:05 +00:00
matthias.ringwald
3c4d4b9093 support for prefsbundle, bug fixes, other stuff 2011-04-30 20:11:20 +00:00
matthias.ringwald
110ee25480 use gcc 4.2.1 per default 2010-11-05 18:43:02 +00:00
matthias.ringwald
b32dbdee12 use remote_device_db_iphone for darwin, too 2010-09-01 22:08:53 +00:00
matthias.ringwald
138080f245 fix configure 2010-08-30 19:55:59 +00:00
matthias.ringwald
29d5309818 replace link_key_db_t with a remote_device_db_t that also holds cached remote names 2010-08-30 18:44:50 +00:00
matthias.ringwald
63dfdee5e8 add support for link key db 2010-08-30 17:42:23 +00:00
matthias.ringwald
58c6c6b1e0 keep /dev/tty.bluetooth for iPhone until it gets robust 2010-08-23 21:07:45 +00:00
matthias.ringwald
a589c9e92f use /dev/uart.bluetooth on iPhone 2010-08-16 20:06:40 +00:00
matthias.ringwald
2dc9054d71 made SDP support a compile flag 2010-07-04 16:30:50 +00:00
matthias.ringwald
3cc46c89b0 make support for POSIX run loop optional 2010-07-04 16:20:27 +00:00
matthias.ringwald
0453d688d1 added basic run loop for embedded use 2010-07-04 13:56:43 +00:00
francisois@gmail.com
0fd254c3e9 re-enabled USB check removed for testing purposes 2010-07-01 19:24:29 +00:00
francisois@gmail.com
53197f32ab patched configure.in to support newer arm-apple-darwin10 compilers, fixed syntax error in SpringBoardAccessExtension.mm to support gcc 4.2 2010-07-01 19:22:58 +00:00
matthias.ringwald
abab9637d4 preliminary OS 4.0 support 2010-06-08 20:53:15 +00:00
matthias.ringwald
c0db20ab37 treat warnings seriously 2010-03-29 20:28:43 +00:00
matthias.ringwald
15495bba3b test for SDKs in lower capitals earlier 2010-03-23 08:35:50 +00:00
matthias.ringwald
fd541e331e handle sdk written in lower case for people that followed: http://code.google.com/p/iphonedevonlinux/wiki/Installation 2010-03-22 18:17:27 +00:00
matthias.ringwald
0f1a967503 create universal on Mac - helps to build 32-bit iPhone Simulator apps on 64-bit machines 2010-03-02 20:34:32 +00:00
matthias.ringwald
6aa07b5542 facilitate compiling for iPhone OS on Linux, thanks to gwenhael 2010-03-02 20:09:12 +00:00
matthias.ringwald
94347acc2a correct spelling of IOKit 2010-02-08 19:01:28 +00:00
matthias.ringwald
23bf349214 use autorelease pool when calling bluetooth manager 2010-01-23 22:43:42 +00:00
matthias.ringwald
5fe7bb4f60 added flags to link with BluetothManager 2010-01-10 13:21:19 +00:00
matthias.ringwald
d1c3f5e5b0 provide correct linker flags for shared library on non-darwin systems, e.g., linux 2009-11-23 20:28:00 +00:00
matthias.ringwald
6560583654 use run_loop_cocoa.m only on Darwin systems or when compiling for iPhone 2009-11-23 19:56:28 +00:00
matthias.ringwald
c35f2df118 allow to compile usb support again 2009-10-17 22:38:48 +00:00
matthias.ringwald
e29adc1159 add support for Cocoa CoreFoundation run loop - not fully implemented but usable by clients, use ms instead of s for run_loop_set_timer function 2009-10-07 20:17:19 +00:00
matthias.ringwald
de87f5036a use ldid only for target=iphone 2009-10-05 21:52:43 +00:00
matthias.ringwald
ad2d687d4d ldid can be used (--enable-ldid) to sign binaries ; use Makefile.in instead of Makefile.am in example 2009-09-28 20:53:02 +00:00
matthias.ringwald
53bccd4f19 set install_name for library, don't build Framework 2009-09-28 18:18:03 +00:00
matthias.ringwald
7fdefb05bf build BTstack libraries, create Framework 2009-09-22 22:31:58 +00:00
matthias.ringwald
eedbedf604 create dummy SpringBoardAccess MobileSubstrate extension when configured for iPhone 2009-09-15 21:11:28 +00:00
matthias.ringwald
6485f95a9a use config subdir to reduce clutter 2009-09-15 19:43:17 +00:00
matthias.ringwald
cc6abc3278 added --enable-launchd configure flag 2009-08-28 20:37:48 +00:00
matthias.ringwald
5390b7fce0 tried to set Bluetooth Status Bar Icon from command daemon, but does not work - deferred for now 2009-08-19 19:06:47 +00:00