Skip to content

Commit

Permalink
Update BabylonNative to latest (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghgary authored Oct 4, 2021
1 parent e36ed35 commit fa1d029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/@babylonjs/react-native/submodules/BabylonNative
Submodule BabylonNative updated 39 files
+4 −0 .github/jobs/linux.yml
+14 −0 .github/jobs/macos.yml
+6 −0 .github/jobs/win32.yml
+4 −0 .github/workflows/nightly.yml
+1 −1 Apps/CMakeLists.txt
+1 −0 Apps/Playground/Android/app/CMakeLists.txt
+9 −0 Apps/Playground/Android/app/src/main/cpp/BabylonNativeJNI.cpp
+5 −0 Apps/Playground/iOS/LibNativeBridge.mm
+4 −0 Apps/Playground/macOS/ViewController.mm
+5 −0 Apps/UnitTests/Apple/UnitTests.mm
+23 −10 Apps/UnitTests/CMakeLists.txt
+52 −6 Apps/UnitTests/Scripts/tests.js
+29 −9 Apps/UnitTests/Shared/Tests.cpp
+5 −0 Apps/UnitTests/Shared/UnitTests.cpp
+713 −0 Apps/package-lock.json
+15 −13 Apps/package.json
+19 −6 Dependencies/CMakeExtensions/CMakeLists.txt
+2 −2 Dependencies/CMakeLists.txt
+6 −0 Dependencies/UrlLib/CMakeLists.txt
+17 −7 Dependencies/UrlLib/Source/Android/UrlRequest.cpp
+25 −25 Dependencies/UrlLib/Source/Apple/UrlRequest.mm
+94 −87 Dependencies/UrlLib/Source/Unix/UrlRequest.cpp
+8 −10 Dependencies/UrlLib/Source/Windows/UrlRequest.cpp
+3 −3 Dependencies/napi/napi-direct/CMakeLists.txt
+6 −6 Dependencies/napi/napi-jsi/CMakeLists.txt
+20 −10 Dependencies/v8inspector/CMakeLists.txt
+2 −0 Dependencies/v8inspector/Source/V8InspectorAgent.cpp
+2 −2 Dependencies/v8inspector/Source/V8InspectorSocketServer.h
+3 −5 Dependencies/v8inspector/Source/V8InspectorUtils.cpp
+1 −1 Dependencies/v8inspector/Source/V8InspectorUtils.h
+7 −1 Dependencies/xr/Source/ARCore/XR.cpp
+17 −2 Documentation/DebugJavascriptDevTools.md
+2 −0 Plugins/ChromeDevTools/CMakeLists.txt
+34 −26 Plugins/NativeEngine/Source/NativeEngine.cpp
+1 −1 Plugins/NativeEngine/Source/NativeEngine.h
+0 −1 Polyfills/Console/readme.md
+1 −1 Polyfills/Window/readme.md
+21 −3 Polyfills/XMLHttpRequest/Source/XMLHttpRequest.cpp
+1 −1 Polyfills/XMLHttpRequest/readme.md

0 comments on commit fa1d029

Please sign in to comment.