Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs-mobile/nodejs-mobile

Full-fledged Node.js on Android and iOS
https://github.com/nodejs-mobile/nodejs-mobile

doc: changelog for 18.17.2

1b0223dc74dfa359e61131ee24e0fa386c6d12aa authored about 1 year ago by Andre Staltz <[email protected]>
doc: changelog for 18.17.1

e091e00822a2241fb30f724d8a5cc4f07c0e0e07 authored about 1 year ago by Andre Staltz <[email protected]>
release: nodejs-mobile 18.17.1

ea92c2eb984ed63e0679b9d1c278f861a4dc35e4 authored about 1 year ago by Andre Staltz <[email protected]>
android,build: dont build for x86 when building all

9330f6d785a2d05335decb8da037ff8abb6f8216 authored about 1 year ago by Andre Staltz <[email protected]>
src: update node.js to v18.17.1

9798671b7772ff04bf531fd5fc0fd2f58b87374a authored about 1 year ago by Andre Staltz <[email protected]>
test,android: SKIP test-debugger-address

02d9b5b33f459ce4f2930d51ba1469bcbea41075 authored about 1 year ago by Andre Staltz <[email protected]>
ios,build: require iOS 13.0 or higher

9ee5420b315c175dc362ab4961fa2be2d338e4b1 authored about 1 year ago by Andre Staltz <[email protected]>
ios,build: support iOS simulator on arm64 hosts

7e9640139ac7e3eb92dd4cd60a731b428d531bd7 authored about 1 year ago by Andre Staltz <[email protected]>
test,ios: patch some tests so they pass

35ac4accd3ef73292112e0f5faad92028613473e authored about 1 year ago by Andre Staltz <[email protected]>
test,android: SKIP test-snapshot-console

22561dac0d07ca29c51dcd31cb3a03cb975a517b authored about 1 year ago by Andre Staltz <[email protected]>
build: fix syntax mistake in copy_libnode_headers

776a94d593e3a759dba619ecd47ea8b796c8a9f7 authored about 1 year ago by Andre Staltz <[email protected]>
build: strip openssl headers of other archs

3f531ff083f0cd8d3b166628353568f6717b17e2 authored about 1 year ago by Andre Staltz <[email protected]>
test,android: SKIP more test-snapshot-*

78a6b65b804f4714b3f148108795c93b5d6d4ad0 authored about 1 year ago by Andre Staltz <[email protected]>
ios,build: support both arm64 device and x86_64 sim

f392ee6b85929bd9c844727112bdd4f15c92e62d authored about 1 year ago by Andre Staltz <[email protected]>
ios,build: don't include libv8_init.a, unnecessary

49f14adb6a06e59ec87bc368b381e13b293a6b87 authored about 1 year ago by Andre Staltz <[email protected]>
test,ios: SKIP some that use child_process et al

00ea14aa76d276c980c8732e0f9c03dbe0ff07f0 authored about 1 year ago by Andre Staltz <[email protected]>
test,android: fix or skip more tests

0366da4b02999175a26c30399b4dd860fdbf3d67 authored about 1 year ago by Andre Staltz <[email protected]>
ios,build: link new .a deps in xcode project

27ae7c32d8626d070ab92743aa90adadda8aaf40 authored about 1 year ago by Andre Staltz <[email protected]>
test,android: pass parallel/test-aborted-util

b2c7b6af46226498820a0bb0e067ee6d52d307be authored about 1 year ago by Andre Staltz <[email protected]>
android,build: pass NDK cpu_features to zlib

This fixes the compilation error

../deps/zlib/cpu_features.c:43:10: fatal error: 'cpu-features....

45cb0fb956c81cd7798323d0832871c14838bf42 authored about 1 year ago by Andre Staltz <[email protected]>
android,build: set CC_host and CXX_host

Fixes "Exec format error: .....bytecode_builtins_list_generator"
because bytecode_builtins_list_...

0b0f7d7212a2b7353a3931bc207f8f4631bc722d authored about 1 year ago by Andre Staltz <[email protected]>
test,android: skip debugger tests using spawn()

655f50ea36a0fa3a4e54e6fb952487f56a410c2d authored about 1 year ago by Andre Staltz <[email protected]>
android,build: dont set a certain cflag globally

This fixes "msign-return-address=all" unrecognized by g++ for obj.host
Basically copied from htt...

7d6236ec50e43917641f61b4aae8b11cf6bc3fc4 authored about 1 year ago by Andre Staltz <[email protected]>
android,build: zlib needs getCpuFeatures from NDK src

8b5b938e1654e585221528e42948d77e64c4368a authored about 1 year ago by Andre Staltz <[email protected]>
test,android: update test-fs-cp internals

5d5714827882da5998f13d6dd46fdf44069b0e61 authored about 1 year ago by Andre Staltz <[email protected]>
test,ios: set xcode project to target iOS 13.0

dd4a88e65404ef9e4b950e6404bf6d1a459b2ead authored about 1 year ago by Andre Staltz <[email protected]>
android: fix NODE_PATH needed for rn-bridge

safeGetenv() was changed in https://github.com/nodejs/node/commit/3f619407fe1e597657b598383d0b50...

a8a59e78c5dec30c37fffbe3d582c4edd3830c5f authored about 1 year ago by Andre Staltz <[email protected]>
ios,build: set C++ standard to gnu 17

This is actually the same as upstream 18.17.1 has, but our former
nodejs-mobile-specific patch w...

3c14612df48fc267160d4b1109e1b84f63d99c28 authored about 1 year ago by Andre Staltz <[email protected]>
test,android: fix path in process-dlopen-error etc

d57b73fdf2331f90c3ee3d0a5a9255c8f8d36dbe authored about 1 year ago by Andre Staltz <[email protected]>
ios,build: disable v8 trap handler-inside-posix

This is backporting a commit in a future version of V8, hence this
is not a nodejs-mobile patch ...

13ba6db9f7b4df3d4e30caa19fc41c8434d6eeec authored about 1 year ago by Andre Staltz <[email protected]>
test,ios: SKIP some child process based tests

a22897a57a1b97720c088430bf903496cc1a7193 authored about 1 year ago by Andre Staltz <[email protected]>
tools,android: fix build scripts post-nodejs 18.x

2b0b96242103c9389bb4c2ecc2afc0893bf354ba authored about 1 year ago by Andre Staltz <[email protected]>
doc: update FAQ.md concerning compatibility

4471b34597101f1222b4c8692686001519977244 authored about 1 year ago by Andre Staltz <[email protected]>
test,android: update docs and testnode app

e97886d07aabff790b20d8128dc690303483a800 authored about 1 year ago by Andre Staltz <[email protected]>
doc: github FUNDING

58e2fcf8a529502a19e8d173d9a42301559600c5 authored over 1 year ago by André Staltz <[email protected]>
ios,build: small refactor in ios_framework_prepare

5ce2e0c1d11c75e2e242d52f68d21800f95e7cf6 authored over 1 year ago by Andre Staltz <[email protected]>
fix: fix build failure on ARM-based Mac (#37)

* fix: Fix build failure on ARM-based Mac

During the construction of the toolchain, the "arch...

3bfcccc2bde79cf6fd6f00d0cd02e584012e9b5b authored over 1 year ago by DiamondYuan <[email protected]>
doc: improve BUILDING.md

Point to an official fork, instead of original repository by jeanasystems

6420d0b96c149868c17bdec79ecc0ddaa3e02222 authored over 1 year ago by Wiktor Sieprawski <[email protected]>
doc: improve CHANGELOG

8b412841c179b09199866be35fc0e76c04324dc6 authored almost 2 years ago by Andre Staltz <[email protected]>
src: unflag NODE_VERSION_IS_RELEASE

153193ce51e20b10a5a5aab1aeb68fb77b43eef6 authored almost 2 years ago by Andre Staltz <[email protected]>
release: nodejs-mobile 16.17.1

23c55996d50e0f750e4b013a51d212e98dc661ea authored almost 2 years ago by Andre Staltz <[email protected]>
doc: improve RELEASING.md

f31d2c216e990b960f2a000c1edacfa2d7aa82dd authored almost 2 years ago by Andre Staltz <[email protected]>
deps,v8,ios: enabler trap handler only for simulator

cf2d9e46d38b3f54a8327ab50dacb94137a36d8c authored almost 2 years ago by Andre Staltz <[email protected]>
doc: improve RELEASING.md

396215c13cf52534174364abe3ef5a8db5027b5c authored almost 2 years ago by Andre Staltz <[email protected]>
ios,build: support iOS simulators on x64

40945d17773d4caa1b9c404963ba5f6723d1442f authored almost 2 years ago by Andre Staltz <[email protected]>
deps,v8,ios: enable trap handler

Particularly important to support iOS simulators on x86_64 host Macs

9745141a3cda3838719242b3732e4e39348638a1 authored almost 2 years ago by Andre Staltz <[email protected]>
doc: add instructions to create a release

0f0e256e66af233f0723d070699efbc0a62c698b authored almost 2 years ago by Andre Staltz <[email protected]>
ios,build: code style ios_framework_prepare.sh

e832668a782c7ebea8060d555b3abac988ede088 authored almost 2 years ago by Andre Staltz <[email protected]>
src: unflag NODE_VERSION_IS_RELEASE

a5605b945d4371a11a57bc7e51103c01f990d2f0 authored almost 2 years ago by Andre Staltz <[email protected]>
release: nodejs-mobile 16.17.0

da12698de81b89afb91e407f259baa6f8d76a2d2 authored almost 2 years ago by Andre Staltz <[email protected]>
android,build: support building for armv7

25220536b13d9d3b84b34089ba469697de176030 authored almost 2 years ago by Andre Staltz <[email protected]>
doc: add note about versioning

1703a733accf1be3eefb20276b26ecd80bffa53c authored almost 2 years ago by Andre Staltz <[email protected]>
android: fix configure to use correct armv7a NDK

b4746a3e0c3a823405c4e443da54997089772522 authored almost 2 years ago by Andre Staltz <[email protected]>
doc: split out BUILDING.md from README.md

891f69e96f3cd25dd85b9e3ab7c3baa2a5a5c1bf authored almost 2 years ago by Andre Staltz <[email protected]>
tools: refactor ios_framework_prepare.sh

d0388420279e790758d3d64276108bf1b64d465f authored almost 2 years ago by Andre Staltz <[email protected]>
doc: update TESTING.md to fix typo

56b977f601fde98395d3978998ffc71d69958ef9 authored almost 2 years ago by Andre Staltz <[email protected]>
doc: fix instructions for mobile TESTING.md

e74296db24e4ccfd6074717b41a919ef023ee976 authored almost 2 years ago by Andre Staltz <[email protected]>
ios,build: minimum iOS version 11.0

e37babdacf5dc29ea012704c43539f7b13d0d2d8 authored almost 2 years ago by Andre Staltz <[email protected]>
tools: copy_libnode_headers after mobile built

d77582a88ebf119c60963c8389881a9eacd25fa2 authored almost 2 years ago by Andre Staltz <[email protected]>
doc: fix instructions for ios TESTING.md

b6f802fd827e035771b372ac79bd138f98ff0905 authored almost 2 years ago by Andre Staltz <[email protected]>
test,ios: support some 16.17.1 tests and skip some

36ab32caf21555f17b39c069c57f7a346d95ec31 authored almost 2 years ago by Andre Staltz <[email protected]>
test,ios: ignore expose_wasm warning in messages

bf903ccf3e002133c85cb6b9dd473202f3db8912 authored almost 2 years ago by Andre Staltz <[email protected]>
test: skip node.js 16.17.1 tests using child_process

e507f5e8cfff7ac38d772ca8f2c1ef85f9f84632 authored almost 2 years ago by Andre Staltz <[email protected]>
ios,build: restore cross compilation on x64 macs

001444bba1cfec7733de632f617ae6cfa8acd1ae authored almost 2 years ago by Andre Staltz <[email protected]>
ios,build: update .a files in NodeMobile.xcodeproj

a14238f8f431a9d00c49369253307432bfa8cf6c authored almost 2 years ago by Andre Staltz <[email protected]>
test,android: support some 16.17.1 tests or skip

29cb62835c482b01c4521d7394fcc8ae44deb0a7 authored almost 2 years ago by Andre Staltz <[email protected]>
ios,build: disable iOS Simulator support

dede4db044d9ac7bcce1e35993edaa0139cc3ebf authored almost 2 years ago by Andre Staltz <[email protected]>
doc: update CONTRIBUTING.md with upstream upgrades

9838ead99995684260c084e4cb2fdf25d0687f9c authored almost 2 years ago by Andre Staltz <[email protected]>
src: update node.js to v16.17.1

44355f5e1a56f9dec8c85c86a3de12f01a976346 authored almost 2 years ago by Andre Staltz <[email protected]>
android: ignore more posix set functions

c26a8fd84877ba4dd0832e2619dd31e8d5839070 authored almost 2 years ago by Andre Staltz <[email protected]>
deps,v8,android: disable trap handler

1f3b514d6e2e2b83562b24f230566ed9dda2bad5 authored almost 2 years ago by Andre Staltz <[email protected]>
tools: fix build scripts post nodejs 16.17.1

26526718c2b8e2ae8f580e7abd77d28ed464c0b0 authored almost 2 years ago by Andre Staltz <[email protected]>
tools: add ios outputs to ignore file

c97075718a81f626d4ae638530cf2f42bb626465 authored almost 2 years ago by Andre Staltz <[email protected]>
ios,build: compile for ios

Makes the necessary changes to build nodejs-mobile for iOS.
Includes node cache and snapshot stu...

38bcb111d024fd1feaa059947d074e6848415c7e authored about 2 years ago by Jaime Bernardo <[email protected]>
test: add iOS and Android test app projects

eb73f25c7c40b43b87da11b4c303a84251f9c590 authored about 2 years ago by Jaime Bernardo <[email protected]>
Node.js on Mobile 0.3.3

aceb3c1638323daa699b428b62a2220a199068a2 authored about 2 years ago by Jaime Bernardo <[email protected]>
Working on Node.js for Mobile Apps v0.3.3

3be109c057289b30690d1127dab6cb653336da74 authored about 2 years ago by Jaime Bernardo <[email protected]>
test: fix mobile tests for 12.16.3

290f8538871df24a994d2c05901119a773b73ddb authored about 2 years ago by Jaime Bernardo <[email protected]>
test,android: fix sequential tests for Android

a40082f938b61c2993724483619867222eeef82b authored about 2 years ago by Jaime Bernardo <[email protected]>
android,build: compile for Android

Makes the necessary changes to build nodejs-mobile for Android.
Removes references to telldir an...

69d280eac379dc8a3cd03d44c6afd10cd7c59409 authored about 2 years ago by Jaime Bernardo <[email protected]>
android: link native modules with libnode.so

Adds the distributed Android libnode.so files as a library when
building native modules for Andr...

abe5c73239dfa7af4b8a1204d28bb80e09c3f2be authored about 2 years ago by Jaime Bernardo <[email protected]>
test: make base test files support android and ios

4d31fc4d2d4106f5b8a94bddc94de06cf5bd5065 authored about 2 years ago by Jaime Bernardo <[email protected]>
test,ios: skip test that requires manual action

Skips a test that requires a manual action to allow using udp6 link
local addresses on iOS 14.

81b999985eb75112bba35a6772464b31aa43ff43 authored about 2 years ago by Jaime Bernardo <[email protected]>
deps,libuv,ios: use sendfile_emul fallback

Using sendfile call causes a SIGSYS error on iOS. Uses the
uv__fs_sendfile_emul fallback instead.

83d131d2464f85e83a551d0489b7a15620989c1d authored about 2 years ago by Jaime Bernardo <[email protected]>
test,ios: fix tests that fail due to tty settings

f475c7780ced1d294beb37b9d577b755d1ffcb23 authored about 2 years ago by Jaime Bernardo <[email protected]>
test,android: fix worker tests that exit workers

Fixes the worker tests that call process.exit in a worker by
only outputting the test result in ...

3c9f541cca87942a619928367988550b8174c600 authored about 2 years ago by Jaime Bernardo <[email protected]>
Working on Node.js for Mobile Apps v0.3.1

cdddae9f3ab1b31fe19c62545f846b32a3500f59 authored about 2 years ago by Jaime Bernardo <[email protected]>
test,android: fix parallel tests for Android

d636ab2b049f1e19f93fa6e5907fcff5b936cda0 authored about 2 years ago by Jaime Bernardo <[email protected]>
android: include posix credential gets

Include posix credential get functions in runtime.

de4c40ab8c4450c4641ce78a83cae5657a1fa286 authored about 2 years ago by Jaime Bernardo <[email protected]>
Merge node v12.16.3

Merges the changes from the node v12.16.3 release into nodejs-mobile.

d2a5a5e5fb096ba604b755707250c60ab44eb0d0 authored about 2 years ago by Jaime Bernardo <[email protected]>
test: fix mobile tests for 12.19.0

6e8a63ef45425d5d8e2a866e16f871a2b8402d5a authored about 2 years ago by Jaime Bernardo <[email protected]>
test,ios: fix parallel tests to run on iOS

549b464b3c2a78a2b2c68dc8744c300603b9dfdc authored about 2 years ago by Jaime Bernardo <[email protected]>
android,test: adapt test framework for 12.x

Converts paths that start with ./test/
Outputs from logcat nodejs tag, which node uses to output...

64ebc42c6b3486c95667a8293a58cc8c6c3db67c authored about 2 years ago by Jaime Bernardo <[email protected]>
test: skip not supported mobile parallel tests

Skips parallel tests that are failing or are being skipped at runtime
due to use of unsupported ...

16105fb9585b2e842d36b2bc2fb912fe7caf6ecb authored about 2 years ago by Jaime Bernardo <[email protected]>
doc: use NDK r21b for building

Updates the documentation to use NDK r21b for building, matching the
NDK version used to build t...

5fa3e955b4bdad2ece0ab07c904fc3da4b22964f authored about 2 years ago by Jaime Bernardo <[email protected]>
test: skip not supported mobile sequential tests

Skips sequential tests that are failing or are being skipped at runtime
due to use of unsupporte...

11d75acf88c1932c4293c4d1f88d9a034283c5c3 authored about 2 years ago by Jaime Bernardo <[email protected]>
test,ios: fix sequential tests to run on iOS

e086910687bdad88d06325f90d155d2c03031e5c authored about 2 years ago by Jaime Bernardo <[email protected]>
test: skip not supported mobile message tests

Skips message tests that are failing or are being skipped at runtime
due to use of unsupported f...

a2981390dae223b382f078f5b0fcdbe8c6bc25d0 authored about 2 years ago by Jaime Bernardo <[email protected]>
test,ios: don't skip empty UDP packet tests

iOS 13.4 fixes the bug with empty UDP packets, so the tests can be run
again.

9f9aa03a6ae243f28070d2a16135a8fc9f1ddb2b authored about 2 years ago by Jaime Bernardo <[email protected]>
tools: fix lint-md.js after merges

06d9eb5ee2eadc9291174666af0af136a2cd96dd authored about 2 years ago by Andre Staltz <[email protected]>