Commit Graph

110 Commits

Author SHA1 Message Date
Lorenz Gardner 94c5a54d5f Add child_process.fork support. 2014-12-23 12:01:33 -06:00
Lorenz Gardner 7b9f235715 It actually makes way more sense for __driname to be exectuable dir rather
than the cwd.
2014-12-18 18:02:48 -06:00
LorenzGardner e7b28d0aa5 Update README.md
update the readme to explain how to workaround the limitations (not supporting dynamic require statements and lack of native module support the pseudo support of __dirname)
2014-12-18 17:46:55 -06:00
Lorenz Gardner bc37c3ce7b Merge branch 'JSON-Support'
Conflicts:
	lib/bundle.js
2014-12-18 17:02:29 -06:00
Lorenz Gardner 87c5e1df7d add __dirname support 2014-12-17 18:52:04 -06:00
Lorenz Gardner 05ecc6b8a5 Add JSON support for require statments. 2014-12-17 13:09:00 -06:00
LorenzIndus e89844fa78 update version of builtins in deps
Get the fix they did to include the "constants" builtin module.
2014-12-17 08:48:01 -06:00
Craig Jefferds 0637e17eb0 Merge pull request #83 from rknell/patch-1
Update README.md
2014-11-04 14:41:23 -08:00
rknell c8562c384d Update README.md
Adding missing comma to example
2014-11-05 07:57:53 +10:00
Craig Jefferds c07e1d62c7 Merge pull request #82 from RainbowDashDC/master
Prevent Windows Paths from causing issues.
2014-10-27 18:21:34 -07:00
Jared Allard ec60175d8f Prevent Windows Paths from causing issues. 2014-10-27 15:14:55 -07:00
Craig Condon 81192a7b3a v bump 2014-10-10 09:23:51 -07:00
Craig Condon 029487c187 Merge branch 'master' of github.com:crcn/nexe 2014-10-10 09:23:31 -07:00
Craig Condon 71eef791c6 fix issue loading native modules 2014-10-10 09:23:20 -07:00
Craig Jefferds e1eaaa2bfc Update README.md 2014-09-19 12:09:10 -07:00
Craig Jefferds 7ef54aa56f Merge pull request #78 from tm1000/patch-1
Update README.md
2014-09-16 11:31:11 -07:00
Craig Jefferds c09bca3462 Merge pull request #79 from tm1000/patch-2
Remove all non-ascii code from external sources
2014-09-16 11:31:01 -07:00
Andrew Nagy 552158485c Remove all non-ascii code from external sources
Remove all non-ascii code from external sources
2014-09-16 10:32:45 -07:00
Andrew Nagy 553d9a2fff Update README.md
Fix the documentation :-)
2014-09-12 16:14:04 -07:00
Craig Jefferds fcd2acfed6 Merge pull request #74 from caffeinewriter/replace-yargs
Replace optimist with yargs
2014-08-29 19:13:00 -07:00
Brandon Anzaldi 5c20233ba5 Replace optimist with yargs in nexe bin 2014-08-29 18:44:52 -07:00
Brandon Anzaldi 3a74fddcf6 Replace Optimist with Yargs in Package.json 2014-08-29 18:43:06 -07:00
Craig Condon 839741d36f cleanup 2014-08-10 23:46:38 -07:00
Craig Condon 9080b05b72 include all node.js builtins 2014-08-10 23:32:01 -07:00
Craig Condon de0a2cd517 v bump 2014-07-30 12:22:50 -07:00
Craig Condon 0f038b1de1 filter http 2014-07-30 12:22:37 -07:00
Craig Condon d7a909da71 remove commented out code 2014-07-30 11:38:16 -07:00
Craig Condon aeeb24c757 v bump 2014-07-30 11:37:20 -07:00
Craig Condon 3cc7c68b12 remove sardines - move into nexe. Use bundle.js 2014-07-30 11:37:05 -07:00
Craig Condon 9247016635 start on using browserify 2014-07-30 11:12:20 -07:00
Craig Condon bc4f50f69b fix #48 - ability to just run ----> bundle /Users/craig/Developer/Public/nexe/lib/index.js
unable to include script /Users/craig/Developer/Public/nexe/lib/exe.js from /Users/craig/Developer/Public/nexe/lib/index.js, Error: Cannot find module 'nexe'
    at Function.module.exports [as sync] (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/node_modules/resolve/lib/sync.js:32:11)
    at resolvePath (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/pathInfo.js:135:20)
    at self.getPathInfo (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/pathInfo.js:88:24)
    at /Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/analyzeDeps.js:324:13
    at /Users/craig/Developer/Public/nexe/node_modules/async/lib/async.js:111:13
    at Array.forEach (native)
    at _each (/Users/craig/Developer/Public/nexe/node_modules/async/lib/async.js:32:24)
    at Object.async.each (/Users/craig/Developer/Public/nexe/node_modules/async/lib/async.js:110:9)
    at scanRequired (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/analyzeDeps.js:321:9)
    at Function.on.success.deps.forEach.dep.source (/Users/craig/Developer/Public/nexe/node_modules/sardines/node_modules/amdify/lib/analyzeDeps.js:245:5) in cwd. Resolves package.json main script
2014-05-28 10:47:52 -07:00
Craig Condon 8a0121023e Merge pull request #55 from fritx/patch-1
Update README.md
2014-05-28 10:28:08 -07:00
Fritz Lin 7308d9665d Update README.md
Better style with Code Usage in README.md
2014-05-28 22:02:28 +08:00
Craig Condon 95afa87f71 v bump 2014-05-13 11:42:44 -07:00
Craig Condon adff5a3a7c Merge pull request #52 from jhbruhn/master
Windows support
2014-05-12 14:40:28 -07:00
Jan-Henrik 9f86d88ec5 Added Windows support to Readme 2014-05-12 20:33:04 +02:00
Jan-Henrik fd01aac2e7 Added Windows Support using vcbuild.bat 2014-05-12 20:29:02 +02:00
Craig Condon 9d372ffecd added progress to package.json 2014-03-06 11:28:00 -08:00
Craig Condon 5148a0b980 Merge pull request #46 from northshorenetworks/master
Updated README.md
2014-02-28 19:43:16 -08:00
Adam Snodgrass a20406b427 Updated README.md 2014-02-28 21:40:59 -06:00
Craig Condon f74a47f483 Merge pull request #45 from northshorenetworks/master
Remove duplicate _log definition in monkeypatch.js
2014-02-28 19:39:44 -08:00
Adam Snodgrass 1e982d0e82 Remove duplicate _log definition 2014-02-28 21:35:56 -06:00
Adam Snodgrass 7fd13d837c Merge pull request #2 from crcn/master
Pull in crcn/nexe master changes
2014-02-28 21:33:12 -06:00
Craig Condon 932db9813d Merge pull request #44 from northshorenetworks/master
Add option to pass through CLI flags but ignore node and v8 flags
2014-02-28 19:31:00 -08:00
Adam Snodgrass a0202559bc Add option to disable node and v8 flags and pass through app flags 2014-02-28 21:16:38 -06:00
Craig Condon c9025d1c74 fix typo 2014-02-28 19:01:16 -08:00
Adam Snodgrass fb57b09e66 Added progress to package.json dependencies; Defined _log in monkeypatch.js 2014-02-28 18:54:38 -06:00
Adam Snodgrass 9742681c09 Merge pull request #1 from crcn/master
Pull in crcn/nexe master changes
2014-02-28 18:14:51 -06:00
Craig Condon ca3ab97bee remove old file 2014-02-28 10:46:43 -08:00
Craig Condon 078540697c resolve merge conflict 2014-02-28 10:40:07 -08:00