Skip to content

Commit

Permalink
Removed LiquidView, node-sqlite3, ConsoleSurface, NodeConsole and all…
Browse files Browse the repository at this point in the history
… dependencies

These are being moved to their own repos as addons
Fixed hack where dummy .node files are created in /home/temp
Re-use /home/node_modules to house .node files, removed everything else
Fixed issue #79
Fixed all javadoc errors/warnings
  • Loading branch information
ericwlange committed Jan 24, 2019
1 parent ec8d59c commit ee0e82a
Show file tree
Hide file tree
Showing 382 changed files with 276 additions and 331,852 deletions.
3 changes: 3 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 3 additions & 13 deletions LiquidCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = "0.5.1"
s.summary = "Provides Node.js virtual machines to run inside iOS apps."
s.description = <<-DESC
LiquidCore enables Node.js virtual machines to run inside iOS apps. It provides a complete runtime environment, including a virtual file system and native SQLite3 support.
LiquidCore enables Node.js virtual machines to run inside iOS apps. It provides a complete runtime environment, including a virtual file system.
DESC

s.homepage = "https://github.com/LiquidPlayer/LiquidCore"
Expand Down Expand Up @@ -228,9 +228,7 @@ LiquidCore enables Node.js virtual machines to run inside iOS apps. It provides
"deps/node-8.9.3/src/util.cc",
"deps/node-8.9.3/src/uv.cc",

"deps/node-sqlite3/src/*",

# V82JS
# V82JSC
"LiquidCoreiOS/LiquidCore/node-8.9.3/V82JSC/**/*.{cpp,h}",
"deps/node-8.9.3/deps/v8/src/base/debug/stack_trace_posix.cc",
"deps/node-8.9.3/deps/v8/src/base/debug/stack_trace.{cc,h}",
Expand All @@ -244,9 +242,7 @@ LiquidCore enables Node.js virtual machines to run inside iOS apps. It provides
"LiquidCoreiOS/LiquidCore/node-8.9.3/node/node_provider.h",

"LiquidCoreCommon/node/*",

# ConsoleView
"LiquidCoreiOS/LiquidCore/ConsoleView/*.{h,m}",
"LiquidCoreCommon/include/*.h",

# API
"LiquidCoreiOS/LiquidCore/LiquidCore/*.h",
Expand Down Expand Up @@ -291,7 +287,6 @@ LiquidCore enables Node.js virtual machines to run inside iOS apps. It provides
s.requires_arc = true

s.libraries = [
'sqlite3', # libsqlite3.tbd
'z' # libz.tbd
]
s.vendored_libraries = "deps/openssl-1.0.2o/lib-ios/libcrypto.a", "deps/openssl-1.0.2o/lib-ios/libssl.a"
Expand Down Expand Up @@ -376,9 +371,4 @@ LiquidCore enables Node.js virtual machines to run inside iOS apps. It provides

s.swift_version = '3.0'

s.resources = [
'LiquidCoreiOS/LiquidCore/ConsoleView/ConsoleView.xib',
'LiquidCoreiOS/LiquidCore/node_modules'
]

end
8 changes: 1 addition & 7 deletions LiquidCoreAndroid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ cmake_minimum_required(VERSION 3.4.1)

set( SOURCES

# External dependencies
../deps/node-sqlite3/src/database.cc
../deps/node-sqlite3/src/node_sqlite3.cc
../deps/node-sqlite3/src/statement.cc
../deps/jscshim/JSCShim.cpp

# Common V8 objects for JNI/JSC
src/main/cpp/Common/ContextGroup.cpp
src/main/cpp/Common/JSContext.cpp
Expand Down Expand Up @@ -47,7 +41,6 @@ set( SOURCES

# Node.js
src/main/cpp/node/JNI_Process.cpp
src/main/cpp/node/sqlite3_shim.cpp
)

if(${CMAKE_BUILD_TYPE} STREQUAL Debug)
Expand Down Expand Up @@ -125,6 +118,7 @@ include_directories(
src/../../deps/nan-2.5.1
src/../../deps/boost_1_66_0
src/../../LiquidCoreCommon/node
src/../../LiquidCoreCommon/include
)

find_library( # Sets the name of the path variable.
Expand Down
11 changes: 0 additions & 11 deletions LiquidCoreAndroid/Tests/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions LiquidCoreAndroid/Tests/.idea/codeStyles/Project.xml

This file was deleted.

19 changes: 0 additions & 19 deletions LiquidCoreAndroid/Tests/.idea/gradle.xml

This file was deleted.

38 changes: 0 additions & 38 deletions LiquidCoreAndroid/Tests/.idea/misc.xml

This file was deleted.

12 changes: 0 additions & 12 deletions LiquidCoreAndroid/Tests/.idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions LiquidCoreAndroid/Tests/.idea/vcs.xml

This file was deleted.

12 changes: 0 additions & 12 deletions LiquidCoreAndroid/Tests/NodeConsole/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions LiquidCoreAndroid/Tests/NodeConsole/.idea/codeStyles/Project.xml

This file was deleted.

12 changes: 0 additions & 12 deletions LiquidCoreAndroid/Tests/NodeConsole/.idea/gradle.xml

This file was deleted.

9 changes: 0 additions & 9 deletions LiquidCoreAndroid/Tests/NodeConsole/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions LiquidCoreAndroid/Tests/NodeConsole/.idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions LiquidCoreAndroid/Tests/NodeConsole/.idea/runConfigurations.xml

This file was deleted.

Loading

0 comments on commit ee0e82a

Please sign in to comment.