Added custom log name

This commit is contained in:
2019-11-22 09:43:37 +00:00
parent c4b856da62
commit 646700c73f
699 changed files with 5186 additions and 4259 deletions

4
node_modules/ref/build/Makefile generated vendored
View File

@ -308,8 +308,8 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
endif
quiet_cmd_regen_makefile = ACTION Regenerating $@
cmd_regen_makefile = cd $(srcdir); /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "--toplevel-dir=." -I/home/sergiu/linx-audio-simulator/node_modules/ref/build/config.gypi -I/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/sergiu/.node-gyp/8.16.0/include/node/common.gypi "--depth=." "-Goutput_dir=." "--generator-output=build" "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/home/sergiu/.node-gyp/8.16.0" "-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/sergiu/.node-gyp/8.16.0/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/sergiu/linx-audio-simulator/node_modules/ref" "-Dnode_engine=v8" binding.gyp
Makefile: $(srcdir)/../../../.node-gyp/8.16.0/include/node/common.gypi $(srcdir)/build/config.gypi $(srcdir)/binding.gyp $(srcdir)/../../../../../usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi
cmd_regen_makefile = cd $(srcdir); /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "--toplevel-dir=." -I/home/safemobile/LINX/linx-simulator2/node_modules/ref/build/config.gypi -I/usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/safemobile/.node-gyp/8.16.1/include/node/common.gypi "--depth=." "-Goutput_dir=." "--generator-output=build" "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/home/safemobile/.node-gyp/8.16.1" "-Dnode_gyp_dir=/usr/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/safemobile/.node-gyp/8.16.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/safemobile/LINX/linx-simulator2/node_modules/ref" "-Dnode_engine=v8" binding.gyp
Makefile: $(srcdir)/../../../../.node-gyp/8.16.1/include/node/common.gypi $(srcdir)/build/config.gypi $(srcdir)/binding.gyp $(srcdir)/../../../../../../usr/lib/node_modules/npm/node_modules/node-gyp/addon.gypi
$(call do_cmd,regen_makefile)
# "all" is a concatenation of the "all" targets from all the included

View File

@ -1,21 +1,21 @@
cmd_Release/obj.target/binding/src/binding.o := g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/sergiu/.node-gyp/8.16.0/include/node -I/home/sergiu/.node-gyp/8.16.0/src -I/home/sergiu/.node-gyp/8.16.0/deps/openssl/config -I/home/sergiu/.node-gyp/8.16.0/deps/openssl/openssl/include -I/home/sergiu/.node-gyp/8.16.0/deps/uv/include -I/home/sergiu/.node-gyp/8.16.0/deps/zlib -I/home/sergiu/.node-gyp/8.16.0/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cc
cmd_Release/obj.target/binding/src/binding.o := g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/safemobile/.node-gyp/8.16.1/include/node -I/home/safemobile/.node-gyp/8.16.1/src -I/home/safemobile/.node-gyp/8.16.1/deps/openssl/config -I/home/safemobile/.node-gyp/8.16.1/deps/openssl/openssl/include -I/home/safemobile/.node-gyp/8.16.1/deps/uv/include -I/home/safemobile/.node-gyp/8.16.1/deps/zlib -I/home/safemobile/.node-gyp/8.16.1/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cc
Release/obj.target/binding/src/binding.o: ../src/binding.cc \
/home/sergiu/.node-gyp/8.16.0/include/node/node.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8-version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8config.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8-platform.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_buffer.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node.h ../../nan/nan.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/errno.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/unix.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/threadpool.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/linux.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_object_wrap.h \
/home/safemobile/.node-gyp/8.16.1/include/node/node.h \
/home/safemobile/.node-gyp/8.16.1/include/node/v8.h \
/home/safemobile/.node-gyp/8.16.1/include/node/v8-version.h \
/home/safemobile/.node-gyp/8.16.1/include/node/v8config.h \
/home/safemobile/.node-gyp/8.16.1/include/node/v8-platform.h \
/home/safemobile/.node-gyp/8.16.1/include/node/node_version.h \
/home/safemobile/.node-gyp/8.16.1/include/node/node_buffer.h \
/home/safemobile/.node-gyp/8.16.1/include/node/node.h ../../nan/nan.h \
/home/safemobile/.node-gyp/8.16.1/include/node/node_version.h \
/home/safemobile/.node-gyp/8.16.1/include/node/uv.h \
/home/safemobile/.node-gyp/8.16.1/include/node/uv/errno.h \
/home/safemobile/.node-gyp/8.16.1/include/node/uv/version.h \
/home/safemobile/.node-gyp/8.16.1/include/node/uv/unix.h \
/home/safemobile/.node-gyp/8.16.1/include/node/uv/threadpool.h \
/home/safemobile/.node-gyp/8.16.1/include/node/uv/linux.h \
/home/safemobile/.node-gyp/8.16.1/include/node/node_object_wrap.h \
../../nan/nan_callbacks.h ../../nan/nan_callbacks_12_inl.h \
../../nan/nan_maybe_43_inl.h ../../nan/nan_converters.h \
../../nan/nan_converters_43_inl.h ../../nan/nan_new.h \
@ -23,23 +23,23 @@ Release/obj.target/binding/src/binding.o: ../src/binding.cc \
../../nan/nan_weak.h ../../nan/nan_object_wrap.h ../../nan/nan_private.h \
../../nan/nan_typedarray_contents.h ../../nan/nan_json.h
../src/binding.cc:
/home/sergiu/.node-gyp/8.16.0/include/node/node.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8-version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8config.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8-platform.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_buffer.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node.h:
/home/safemobile/.node-gyp/8.16.1/include/node/node.h:
/home/safemobile/.node-gyp/8.16.1/include/node/v8.h:
/home/safemobile/.node-gyp/8.16.1/include/node/v8-version.h:
/home/safemobile/.node-gyp/8.16.1/include/node/v8config.h:
/home/safemobile/.node-gyp/8.16.1/include/node/v8-platform.h:
/home/safemobile/.node-gyp/8.16.1/include/node/node_version.h:
/home/safemobile/.node-gyp/8.16.1/include/node/node_buffer.h:
/home/safemobile/.node-gyp/8.16.1/include/node/node.h:
../../nan/nan.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/errno.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/unix.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/threadpool.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/linux.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_object_wrap.h:
/home/safemobile/.node-gyp/8.16.1/include/node/node_version.h:
/home/safemobile/.node-gyp/8.16.1/include/node/uv.h:
/home/safemobile/.node-gyp/8.16.1/include/node/uv/errno.h:
/home/safemobile/.node-gyp/8.16.1/include/node/uv/version.h:
/home/safemobile/.node-gyp/8.16.1/include/node/uv/unix.h:
/home/safemobile/.node-gyp/8.16.1/include/node/uv/threadpool.h:
/home/safemobile/.node-gyp/8.16.1/include/node/uv/linux.h:
/home/safemobile/.node-gyp/8.16.1/include/node/node_object_wrap.h:
../../nan/nan_callbacks.h:
../../nan/nan_callbacks_12_inl.h:
../../nan/nan_maybe_43_inl.h:

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -35,13 +35,13 @@ CFLAGS_CC_Debug := \
-std=gnu++0x
INCS_Debug := \
-I/home/sergiu/.node-gyp/8.16.0/include/node \
-I/home/sergiu/.node-gyp/8.16.0/src \
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/config \
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/openssl/include \
-I/home/sergiu/.node-gyp/8.16.0/deps/uv/include \
-I/home/sergiu/.node-gyp/8.16.0/deps/zlib \
-I/home/sergiu/.node-gyp/8.16.0/deps/v8/include \
-I/home/safemobile/.node-gyp/8.16.1/include/node \
-I/home/safemobile/.node-gyp/8.16.1/src \
-I/home/safemobile/.node-gyp/8.16.1/deps/openssl/config \
-I/home/safemobile/.node-gyp/8.16.1/deps/openssl/openssl/include \
-I/home/safemobile/.node-gyp/8.16.1/deps/uv/include \
-I/home/safemobile/.node-gyp/8.16.1/deps/zlib \
-I/home/safemobile/.node-gyp/8.16.1/deps/v8/include \
-I$(srcdir)/../nan
DEFS_Release := \
@ -74,13 +74,13 @@ CFLAGS_CC_Release := \
-std=gnu++0x
INCS_Release := \
-I/home/sergiu/.node-gyp/8.16.0/include/node \
-I/home/sergiu/.node-gyp/8.16.0/src \
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/config \
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/openssl/include \
-I/home/sergiu/.node-gyp/8.16.0/deps/uv/include \
-I/home/sergiu/.node-gyp/8.16.0/deps/zlib \
-I/home/sergiu/.node-gyp/8.16.0/deps/v8/include \
-I/home/safemobile/.node-gyp/8.16.1/include/node \
-I/home/safemobile/.node-gyp/8.16.1/src \
-I/home/safemobile/.node-gyp/8.16.1/deps/openssl/config \
-I/home/safemobile/.node-gyp/8.16.1/deps/openssl/openssl/include \
-I/home/safemobile/.node-gyp/8.16.1/deps/uv/include \
-I/home/safemobile/.node-gyp/8.16.1/deps/zlib \
-I/home/safemobile/.node-gyp/8.16.1/deps/v8/include \
-I$(srcdir)/../nan
OBJS := \

12
node_modules/ref/build/config.gypi generated vendored
View File

@ -66,13 +66,13 @@
"v8_trace_maps": 0,
"v8_use_snapshot": "true",
"want_separate_host_toolset": 0,
"nodedir": "/home/sergiu/.node-gyp/8.16.0",
"nodedir": "/home/safemobile/.node-gyp/8.16.1",
"standalone_static_library": 1,
"cache_lock_stale": "60000",
"ham_it_up": "",
"legacy_bundling": "",
"sign_git_tag": "",
"user_agent": "npm/6.4.1 node/v8.16.0 linux x64",
"user_agent": "npm/6.4.1 node/v8.16.1 linux x64",
"always_auth": "",
"bin_links": "true",
"key": "",
@ -95,7 +95,7 @@
"tag_version_prefix": "v",
"cache_max": "Infinity",
"timing": "",
"userconfig": "/home/sergiu/.npmrc",
"userconfig": "/home/safemobile/.npmrc",
"engine_strict": "",
"init_author_name": "",
"init_author_url": "",
@ -128,7 +128,7 @@
"save_optional": "",
"searchopts": "",
"versions": "",
"cache": "/home/sergiu/.npm",
"cache": "/home/safemobile/.npm",
"send_metrics": "",
"global_style": "",
"ignore_scripts": "",
@ -162,7 +162,7 @@
"unsafe_perm": "true",
"update_notifier": "true",
"auth_type": "legacy",
"node_version": "8.16.0",
"node_version": "8.16.1",
"tag": "latest",
"git_tag_version": "true",
"commit_hooks": "true",
@ -173,7 +173,7 @@
"strict_ssl": "true",
"dev": "",
"globalconfig": "/usr/etc/npmrc",
"init_module": "/home/sergiu/.npm-init.js",
"init_module": "/home/safemobile/.npm-init.js",
"parseable": "",
"globalignorefile": "/usr/etc/npmignore",
"cache_lock_retries": "10",

2
node_modules/ref/package.json generated vendored
View File

@ -21,7 +21,7 @@
"_resolved": "https://registry.npmjs.org/ref/-/ref-1.3.5.tgz",
"_shasum": "0e33f080cdb94a3d95312b2b3b1fd0f82044ca0f",
"_spec": "ref@1",
"_where": "/home/sergiu/linx-audio-simulator/node_modules/ref-struct",
"_where": "/home/safemobile/LINX/linx-simulator2/node_modules/ref-struct",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",