skip TRAVIS_OS_NAME osx
skip with 'osx' === process.env.TRAVIS_OS_NAME
fix Windows CI
Update README.md
add CI Status
start working on v1.1.0
set Verbosity=quiet
release nodec v1.0.0
update readme
ci skip
renamed tests/node-compiler-appveyor2 -> tests/node-compiler-ci2
Update ROADMAP.md
remove tests\microtime for appveyor temp.
[ci skip] update ROADMAP.md
add node-compiler-appveyor2, test win-x64
change to tests/node-compiler-ci2
Update ROADMAP.md
import https://github.com/nodejs/node/commit/8990726888c2ccf2a8799b1c26b4329a4a567714
add --examples
start working on v0.9.7
forward with tests/node-compiler-ram
forward with tests/node-compiler-ram
fix syntax error
remove the `ENCLOSE_IO_ALWAYS_USE_ORIGINAL_NODE` hack
mark will_extract
apply patch to node
relax node.js version requirement - #27
finish enclose_io_autoupdate for UNIX
not use vs2017 as default
start working on v1.0.0
ci skip
call squash_halt()
fix libsquash on win32
import nodejs/node@b409919b7581df964cc2f2f6a36f25291057de04
missing node/deps/v8/test/mjsunit/instanceof.js
use --update-base=STRING
set CI with 7.10.0
release nodec v0.9.6 (runtime 7.10.0)
fix compiling
use fs.chmodSync(file, '755')
upgrade Node.js runtime to v8.0.0
add auto-update feature via --update-url and --update-base-url options
upgrade Node.js runtime to v7.10.0
Merge branch 'master' of https://github.com/pmq20/node-compiler
fix errno 126
use gcc 4.9
use long long in progress bar
via --auto-update-url and --auto-update-base-url: unix 1st impl
ci skip
test with vs2017
let win32 download auto update content
fix test-process-wrap.js with ENCLOSE_IO_USE_ORIGINAL_NODE
add support for native modules
because of alignment of 8 the sizeof might be bigger
allow unzip on autoupdate for win32
fix typo
fix dlopen on win32
[ci skip] detect simultaneous runs of nodec: https://github.com/pmq20/node-compiler/issues/31
extract args only if file !== process.execPath
fix typo
[ci skip] update readme
ci skip
update doc
on Windows, build the corresponding arch. with the node under use
refactor code to allow reusing the package itself as an Node.js interpreter
remove nosign on win32 vcbuild
add hints about installing SquashFS Tools [ci skip]
add CI tests for native modules
use node_js: 8.0.0
ci skip
allow reusing the package itself as an Node.js interpreter
ci skip
output deleting msg
import https://github.com/nodejs/node/commit/808d0561f40772735af6a2b4c03abe36c3c39edb
try srand(time(NULL) * getpid())
Merge branch 'master' of https://github.com/pmq20/node-compiler
allow executing files within the enclosed package
avoid output nil to enclose_io.h
.
ci skip
update road map [ci skip]
replace itself when autoupdate on win32
.
shebang: looking at the two bytes at the start of an executable file
TODO 302 -> https
add root alias 2
use less restrictive heuristic in allowing reusing the package itself as an Node.js interpreter
fix var
add enclose_io_entrance and __enclose_io_memfs__
Update Examples