Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS. (#133)

2013-08-20 Thread tobygray
I agree with the architecture change, "all" is a far better choice. The -llog changes are slightly less straightforward though. The sample and test applications for Android don't directly call any Android logging code, so shouldn't need to have liblog.so added to their NEEDED sections. Comparin

Re: [Libusbx-devel] [libusbx] android support (#132)

2013-08-20 Thread Toby Gray
On 20/08/13 05:44, Anton Smirnov wrote: 2013/8/19 Toby Gray mailto:toby.g...@realvnc.com>> On 18/08/13 13:01, Anton Smirnov wrote: Android can return file descriptor for native code: http://developer.android.com/reference/android/hardware/usb/UsbDeviceConnection.html#getFileDescri

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS. (#133)

2013-08-20 Thread Andrew Fernandes
Absolutely it's an NDK bug. I'm guessing that the MIPS toolchain does not get a good workout in the wild, hence is more buggy than other platforms. I don't like the idea of using `--allow-shlib-undefined` unless it is really needed; most people usually always want all their symbols defined. Allo

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS. (#133)

2013-08-20 Thread Andrew Fernandes
Closed #133. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/pull/133 -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your

[Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS (working around an MIPS NDK linker bug). (#134)

2013-08-20 Thread Andrew Fernandes
As per previous pull request. Cheers! -Andrew. You can merge this Pull Request by running: git pull https://github.com/adfernandes/libusbx master Or you can view, comment on it, or merge it online at: https://github.com/libusbx/libusbx/pull/134 -- Commit Summary -- * Enable building on

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS (working around an MIPS NDK linker bug). (#134)

2013-08-20 Thread Ludovic Rousseau
Can you merge all your 6 commits into only 1 please? --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/pull/134#issuecomment-22958234 -- Introducing Performance Central, a new site f

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS (working around an MIPS NDK linker bug). (#134)

2013-08-20 Thread Andrew Fernandes
What?! Six patches... obviously I still have a lot to learn about git. I usually work with svn and hg... git's nice, but... Thanks (again!) for the pointer; I think I did the rebase correctly... Cheers, -A. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusb

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS (working around an MIPS NDK linker bug). (#134)

2013-08-20 Thread Nathan Hjelm
git is much more powerful than hg. What you will probably want to do is something like this: git rebase -i HEAD~6 (rebase the last 6 commits) And use the squash command to squash the commits into 1. -Nathan On Aug 20, 2013, at 11:32 AM, Andrew Fernandes wrote: > What?! Six patches... ob

Re: [Libusbx-devel] Doing a libusbx 1.0.17-rc1 release

2013-08-20 Thread Xiaofan Chen
On Mon, Aug 19, 2013 at 11:34 PM, Hans de Goede wrote: > Hi All, > > I was hoping someone else would take care of this while I was otherwise > occupied, but alas ... > > It also seems we've accumulated a little bit more then I was hoping for > when I suggested to do a quick bugfix release a while