about summary refs log tree commit diff
path: root/mk/libuv
AgeCommit message (Collapse)AuthorLines
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-1774/+4305
2011-11-07Upgrade libuv to f1859eb841be2fe48512bc10e64556383f408b01Brian Anderson-10/+36
2011-11-02rerun the gyp-uv toolNiko Matsakis-28/+80
2011-11-02start going back to an i386 buildNiko Matsakis-6/+6
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-9/+2276
right now there are many temporary hacks, search for NDM to find them
2011-10-22Upgrade libuv to 179f475b2ad64729feb0422f06ce133cb364482aBrian Anderson-59/+164
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar-0/+2214
This patch changes libuv's gyp build system to make it's own makefiles. To generate them for rust, run these commands. They requires python 2.x to work: $ mkdir -p src/rt/libuv/build $ svn co http://gyp.googlecode.com/svn src/rt/libuv/build/gyp $ ./etc/src/gyp_uv