realm-js/src/node
Yavor Georgiev db8ebd9333 Node.js Win32 support (#864)
* Remove the windows install check

* Node.js Win32 support

* Bring back the `REALM_HAVE_CONFIG` definition

* Download core for Windows when building

* Implement cross-platform node platform.cpp with libuv

* wip

* Make jasmine run quicker

https://github.com/jasmine/jasmine/issues/1204

* Wait for worker process to close in AsyncTests

* Cross-platform paths in tests

* Normalize path separator for forward slash on Windows

* MSVC exception voodoo

* cross-platform uv_cwd

* fix linux build

* make the prepublish script cross-platform

* Disable encryption tests on windows

* ignore vendor/realm-node

* jenkinsfile work

* Only run the prepublish script for publish and pack

* Jenkinsfile work

* Include gyp files in package

* rewrite default_realm_file_directory()

* fix React Native Android build

* delete all realm artifacts in remove_realm_files_from_directory

* bring back build environment variables

* node-pre-gyp windows

* Update CHANGELOG.md
2017-03-07 23:24:30 +01:00
..
node_class.hpp Node.js Win32 support (#864) 2017-03-07 23:24:30 +01:00
node_context.hpp Switch to using object store's master branch (#748) 2016-12-28 17:28:44 +01:00
node_dummy.cpp All tests now pass on Node 2016-04-15 16:06:44 -07:00
node_exception.hpp Split up JS abstractions into type-specific files 2016-04-18 01:15:54 -07:00
node_function.hpp Fix Node crash from calling function with empty this 2016-04-27 10:42:42 -07:00
node_init.cpp Sync and fine grained notifications 2016-10-04 15:07:14 -07:00
node_init.hpp Sync and fine grained notifications 2016-10-04 15:07:14 -07:00
node_object.hpp proper fix/hack removal, partially working sync for rn 2016-11-11 17:53:58 -08:00
node_object_accessor.hpp All tests now pass on Node 2016-04-15 16:06:44 -07:00
node_protected.hpp proper fix/hack removal, partially working sync for rn 2016-11-11 17:53:58 -08:00
node_return_value.hpp expose the node class constructor 2016-10-11 00:38:32 +02:00
node_string.hpp Split up JS abstractions into type-specific files 2016-04-18 01:15:54 -07:00
node_types.hpp fix for handle scope warning 2016-11-11 11:41:27 -08:00
node_value.hpp Sync and fine grained notifications 2016-10-04 15:07:14 -07:00
platform.cpp Node.js Win32 support (#864) 2017-03-07 23:24:30 +01:00