node
node copied to clipboard
evented I/O for v8 javascript
Add androidlog.cc & androidlog.h in src fold. Change lib/console.js, if android, log to logcat. Change android.mk and some scripts to integrate androidlog module. (For my dev board i add APP_ABI...
Hi, I can't build this repo, the error message is : CC(target) /node/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o ccl: error: unrecognized command line option '-m32' ;)
deps/libeio/eio.c assumes that statvfs is available on all platforms except windows. It is not available on Android. Proposed fix: https://github.com/paddybyers/node/commit/5d4609018214a24723fc8340b22c2611666493fe
Opening a new issue to discuss build problems with the new 0.11 port. Following the instructions here: https://github.com/paddybyers/node/wiki/Building-v0.11-for-Android I get a compile error. ➜ v8 git:(remotes/origin/v0.11-android) make -j8 GYPFLAGS="-Dcomponent=shared_library" android_arm.debug...
I'm trying to track down an issue I'm having using libpng inside of a node native addon. Whenever I read a file the next call to OpenGL crashes. I've isolated...
deps/v8/src/platform-posix.cc contains a dependency on This is available in the Android open source project (AOSP) but not in the NDK. For an NDK build, there needs to be a way...
There are two interrelated issues: 1) There is a lot of include logic relating to inclusion of nameser.h and the arpa variants that is duplicated across multiple files. Any change...
Android only supports the "non-reentrant" variants of these calls. Suggest adding a configure option to enable use of these variants. Suggested change here: https://github.com/paddybyers/node/commit/25d1b16f8738976236882cf69914c364abc1115c
Patch 2
....when use eio. There are so many functions in the uv that alloc memory on the stack instead of heap