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 |
|
matthias.ringwald
|
3a4b7e1270
|
fixed compilation of platform_iphone.m
|
2009-08-16 22:04:31 +00:00 |
|
matthias.ringwald
|
43bfb1bd9c
|
trace Bluetooth status in daemon
|
2009-08-15 21:31:23 +00:00 |
|
matthias.ringwald
|
4b7a7cf2b5
|
fix --with-uart-device setting
|
2009-07-16 19:00:56 +00:00 |
|
matthias.ringwald
|
fd7ed8d4e2
|
also compile example/test.c - not working otherwise
|
2009-07-14 20:41:14 +00:00 |
|
matthias.ringwald
|
a8cd57edc5
|
added install-iphone target, removed Makefile.iphone
|
2009-07-11 10:37:48 +00:00 |
|
matthias.ringwald
|
5137d207ec
|
pkg-config only needed for libusb suppport, only test for libusb if requested
|
2009-07-11 09:42:53 +00:00 |
|
matthias.ringwald
|
8204d24c25
|
add libusb flags when building with usb support
|
2009-07-11 09:36:29 +00:00 |
|
matthias.ringwald
|
2d231ede68
|
started use of automake
|
2009-07-11 09:23:51 +00:00 |
|
matthias.ringwald
|
9f81a962e4
|
added --disable-bluetool option for external BT modules
|
2009-07-10 19:08:22 +00:00 |
|
matthias.ringwald
|
3915636e4d
|
started autoconf-based build system - not workint yet
|
2009-07-09 20:00:44 +00:00 |
|