react-native-macos/ReactCommon/cxxreact
cpojer d7f5153cd8 Add Hermes support to React Native on Android (#25613)
Summary:
Yesterday we shipped hermesengine.dev as part of the current 0.60 release. This PR brings those changes to master.

## Changelog

[General] [Added] - Added support for Hermes
Pull Request resolved: https://github.com/facebook/react-native/pull/25613

Test Plan:
* CI is green both on GitHub and at FB
* Creating a new app from source can use Hermes on Android

Reviewed By: cpojer

Differential Revision: D16221777

Pulled By: willholen

fbshipit-source-id: aa6be10537863039cb666292465ba2e1d44b64ef
2019-07-25 23:05:53 -07:00
..
tests Support experimental re-mmap wrappers 2019-04-04 21:12:09 -07:00
Android.mk Add Hermes support to React Native on Android (#25613) 2019-07-25 23:05:53 -07:00
BUCK Support experimental re-mmap wrappers 2019-04-04 21:12:09 -07:00
CxxModule.h Allow CxxModules to implement methods with two callbacks (#21586) 2018-11-13 19:52:40 -08:00
CxxNativeModule.cpp CxxReact: Silence 'unused lambda capture' warnings in open-source (#22240) 2018-11-16 10:37:16 -08:00
CxxNativeModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Instance.cpp fix indexed RAM bundle (#24967) 2019-06-03 07:14:25 -07:00
Instance.h fix indexed RAM bundle (#24967) 2019-06-03 07:14:25 -07:00
JSBigString.cpp Improve error message when registering empty bundles 2019-07-23 17:43:34 -07:00
JSBigString.h Move unistd.h include to cpp where its used (#25107) 2019-06-03 08:45:32 -07:00
JSBundleType.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
JSBundleType.h Various minor changes to allow compliation with msvc (#22182) 2019-02-05 06:14:14 -08:00
JSDeltaBundleClient.cpp Bring back the unit tests for the Cxx implementation 2019-02-12 04:50:52 -08:00
JSDeltaBundleClient.h DeltaClient: split DeltaBundle's modules into added and modified 2018-11-28 02:50:56 -08:00
JSExecutor.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
JSExecutor.h TM iOS: force flush message queue when calling into JS from native 2019-03-29 01:39:39 -07:00
JSIndexedRAMBundle.cpp fix indexed RAM bundle (#24967) 2019-06-03 07:14:25 -07:00
JSIndexedRAMBundle.h fix indexed RAM bundle (#24967) 2019-06-03 07:14:25 -07:00
JSModulesUnbundle.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
JsArgumentHelpers-inl.h Fix portability issues to Linux, FreeBSD, and older libc++ 2019-01-31 17:45:20 -08:00
JsArgumentHelpers.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
MessageQueueThread.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
MethodCall.cpp Fix typos (#25770) 2019-07-23 03:23:11 -07:00
MethodCall.h Remove dynamic exception specification in RN MethodCall.h/cpp 2018-11-14 21:16:29 -08:00
ModuleRegistry.cpp nullptr -> folly::none in fbobjc/xplat 2018-11-14 10:57:02 -08:00
ModuleRegistry.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
NativeModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
NativeToJsBridge.cpp Fix typos (#25770) 2019-07-23 03:23:11 -07:00
NativeToJsBridge.h Make isInspectable safe to call from any thread 2019-04-17 21:23:19 -07:00
RAMBundleRegistry.cpp Various minor changes to allow compliation with msvc (#22182) 2019-02-05 06:14:14 -08:00
RAMBundleRegistry.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
React-cxxreact.podspec Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
ReactMarker.cpp Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
ReactMarker.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RecoverableError.h Remove dynamic exception specification in RN MethodCall.h/cpp 2018-11-14 21:16:29 -08:00
SampleCxxModule.cpp Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00
SampleCxxModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
SharedProxyCxxModule.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
SystraceSection.h Remove compiler warning (#23588) 2019-02-22 01:40:09 -08:00
re_worker_requirements Sync worker requirement mismatches 2019-05-26 01:39:01 -07:00