summaryrefslogtreecommitdiffstats
path: root/libusbmuxd/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19libusbmuxd: use common thread and mutex codeGravatar Nikias Bassen1-1/+1
2011-01-08libusbmuxd/iproxy: use windows threads instead of pthread for win32 buildGravatar Nikias Bassen1-0/+3
2010-11-27libusbmuxd: allow building without inotify supportGravatar Nikias Bassen1-0/+4
2010-11-26Add inotify cmake detectionGravatar Nikias Bassen1-0/+5
2010-09-26Make sure install_name_tool on OSX picks up library install pathGravatar Martin Szulecki1-0/+4
This allows dylib to correctly find libusbmuxd and fixes linking on OSX.
2010-09-19Fixes for building libusbmuxd on OS XGravatar John Maguire1-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-13Fix cygwin buildsGravatar Cerrato Renaud1-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-12Actually enable the new protocolGravatar Hector Martin1-0/+1
2010-05-26libusbmuxd: use winsock API for win32Gravatar Nikias Bassen1-0/+3
2010-05-26Add protocol version 1 (plist based) support using libplistGravatar Nikias Bassen1-1/+5
2010-02-07Clean up CMakeLists (inspired by Gentoo patch)Gravatar Hector Martin1-2/+4
2009-10-31Link libusbmuxd with pthread (fix underlinking)Gravatar Christophe Fergeau1-1/+2
2009-10-28Use lib64 on 64-bit systemsGravatar Hector Martin1-2/+2
2009-08-26Corrected .so versioning.Gravatar Nikias Bassen1-1/+1
2009-08-26Add version information.Gravatar Nikias Bassen1-0/+2
2009-08-25libusbmuxd: build .so instead of .aGravatar Nikias Bassen1-1/+1
2009-08-21Updated usbmuxd protocol definition and public header.Gravatar Nikias Bassen1-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-20Merge the two development historiesGravatar Hector Martin1-0/+12