Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-26 | Make sure install_name_tool on OSX picks up library install path | Martin Szulecki | 1 | -0/+4 | |
This allows dylib to correctly find libusbmuxd and fixes linking on OSX. | |||||
2010-09-19 | Fixes for building libusbmuxd on OS X | John Maguire | 1 | -0/+1 | |
Adds include_directories(${OPT_INCLUDES}) for when libplist isn't in the default include directories. Uses /bin/echo instead of sh's echo as "echo -n" does not work on OS X's sh. | |||||
2010-06-13 | Fix cygwin builds | Cerrato Renaud | 1 | -0/+1 | |
- libusbmuxd/CMakeLists.txt : there was a neglect into install rules, for DLL, RUNTIME was missing. - libusbmuxd.c : added __CYGWIN__ conditionnal compilation checks to force regular socket instead of UNIX sockets on CYGWIN platform. | |||||
2010-06-12 | Actually enable the new protocol | Hector Martin | 1 | -0/+1 | |
2010-05-26 | libusbmuxd: use winsock API for win32 | Nikias Bassen | 1 | -0/+3 | |
2010-05-26 | Add protocol version 1 (plist based) support using libplist | Nikias Bassen | 1 | -1/+5 | |
2010-02-07 | Clean up CMakeLists (inspired by Gentoo patch) | Hector Martin | 1 | -2/+4 | |
2009-10-31 | Link libusbmuxd with pthread (fix underlinking) | Christophe Fergeau | 1 | -1/+2 | |
2009-10-28 | Use lib64 on 64-bit systems | Hector Martin | 1 | -2/+2 | |
2009-08-26 | Corrected .so versioning. | Nikias Bassen | 1 | -1/+1 | |
2009-08-26 | Add version information. | Nikias Bassen | 1 | -0/+2 | |
2009-08-25 | libusbmuxd: build .so instead of .a | Nikias Bassen | 1 | -1/+1 | |
2009-08-21 | Updated usbmuxd protocol definition and public header. | Nikias Bassen | 1 | -1/+3 | |
[Hector] Merged by putting utils.c into a common dir, avoiding log.c dependency for libusbmuxd, adding CMake magic to tie things up. | |||||
2009-08-20 | Merge the two development histories | Hector Martin | 1 | -0/+12 | |