Commit Graph

146 Commits

Author SHA1 Message Date
Christopher Karper a7c3fda721 Updated deps 2015-02-22 15:05:47 -05:00
Christopher Karper 7d75480a6f Renamed relative to absolute 2015-02-21 19:42:04 -05:00
Christopher Karper 67361b27e1 Update README.md
Added myself as a maintainer.
2015-02-21 19:35:17 -05:00
Christopher Karper 3b6f9ff4b7 This was bothering me... 2015-02-21 19:02:16 -05:00
RainbowDashDC 6fcfb10e38 Update changelog for 0.3.6 and 0.3.7 2015-02-21 01:32:20 -05:00
RainbowDashDC 06cab4f43b Publish new version to hopefully fix #103 2015-02-21 01:16:34 -05:00
Craig Jefferds 2cacd8340b Update README.md 2015-02-18 14:18:47 -08:00
Craig Jefferds 0e90ac9f16 Update README.md 2015-02-18 14:18:29 -08:00
Jared Allard efd3f78c9d Merge pull request #102 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-02-18 13:40:14 -08:00
The Gitter Badger 54967d1ab0 Added Gitter badge 2015-02-18 19:35:28 +00:00
RainbowDashDC bb489a3cb7 Fixes #98 by giving win32 a 100 length progress bar. 2015-02-15 19:38:35 -08:00
Jared Allard 6097c20204 Merge pull request #101 from CKarper/master
Lighter weight way to accomplish the exclusion of the sys module
2015-02-15 15:00:05 -08:00
Christopher Karper 39665a8d5c Lighter weight way to accomplish the exclusion of the sys module 2015-02-15 17:51:05 -05:00
Jared Allard f49ece0c86 Merge pull request #100 from CKarper/master
Stub to ignore require('sys')
2015-02-15 12:57:05 -08:00
Christopher Karper 5aca22d28e This handles embedding 'bin' scripts with shebang interpreter directives at the start 2015-02-15 15:02:58 -05:00
Christopher Karper e79b0fb23e Stub to ignore require('sys') 2015-02-15 14:52:40 -05:00
RainbowDashDC cac698609c V bump to solve critical error. 2015-02-15 11:10:34 -08:00
RainbowDashDC b040337a94 Fixes #99, resolves #97 by warning on missing file. New examples. New log functions 2015-02-15 11:05:24 -08:00
Jared Allard 06d7730802 Merge pull request #96 from CKarper/patch-1
Support .json extensions in require() resolution
2015-02-15 07:39:13 -08:00
Christopher Karper ad4da1d193 Support .json extensions in require() resolution
Embarrassingly simple fix.  Added .json to the list of extensions to search when a require with no extension is found.  

This resolves #57
2015-02-15 00:33:28 -05:00
RainbowDashDC 5927b45e70 Add changelog.md, add resourceFiles to example, MIT-LICENSE.txt => LICENSE.txt 2015-02-14 19:53:30 -08:00
RainbowDashDC e4155c8fed Version bump 0.3.5, update depends 2015-02-14 09:44:49 -08:00
RainbowDashDC e91f5b52af Add example, fix outdated examples 2015-02-14 01:57:54 -08:00
RainbowDashDC 3b1d5a9fe1 Modify readme, implement cross-plat --python <loc> closes #94 2015-02-14 01:50:32 -08:00
Jared Allard 3ac298fe4f Merge pull request #95 from LorenzGardner/master
Make process.argv consistent in the child fork case
2015-02-09 17:46:51 -08:00
Lorenz Gardner 229f0516c6 Merge branch 'master' of https://github.com/LorenzGardner/nexe 2015-02-09 16:06:29 -06:00
Lorenz Gardner 29d5f6aaeb Make process.argv consistent in the child fork cas
(argv.[0] must = the executable)
2015-02-09 16:05:09 -06:00
LorenzGardner 174599df30 Merge pull request #2 from crcn/master
Pull in changes to master
2015-02-09 15:56:29 -06:00
Jared Allard 3ca6bbbda2 Merge pull request #93 from LorenzGardner/embedFiles
Embed files
2015-01-31 18:56:18 -08:00
Lorenz Gardner 97dbd37068 Add support for embedded files. 2015-01-06 19:05:01 -06:00
Lorenz Gardner b615e125c0 Make the example code demonstrate forked process and dynamic require 2015-01-05 17:58:57 -06:00
LorenzGardner c34f6719b5 Merge pull request #1 from crcn/master
update
2014-12-30 12:07:37 -06:00
Craig Jefferds 2342fe6fdd Merge pull request #92 from LorenzGardner/child.fork
Add child_process.fork support.
2014-12-23 19:59:18 -03:00
LorenzGardner 333cc697c3 update read me mentioning usage of child_process.fork 2014-12-23 12:16:49 -06:00
Lorenz Gardner ece4b2d62a Add child_process.fork support. 2014-12-23 12:01:33 -06:00
Craig Jefferds ba62973dca Merge pull request #88 from LorenzGardner/master
Add support for JSON files, and __dirname
2014-12-19 16:05:25 -08:00
LorenzGardner 9b5892e6ad clarify workaround for native module support 2014-12-19 14:23:40 -06:00
Lorenz Gardner f7ad9a8e83 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 7c1331bed8 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 e55dacf8c8 Merge branch 'JSON-Support'
Conflicts:
	lib/bundle.js
2014-12-18 17:02:29 -06:00
Lorenz Gardner ec79ff85d4 add __dirname support 2014-12-17 18:52:04 -06:00
Lorenz Gardner 99a8cbe9b3 Add JSON support for require statments. 2014-12-17 13:09:00 -06:00
LorenzIndus f458298ffb 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 c3fa94a2e5 Merge pull request #83 from rknell/patch-1
Update README.md
2014-11-04 14:41:23 -08:00
rknell 961f72b1d9 Update README.md
Adding missing comma to example
2014-11-05 07:57:53 +10:00
Craig Jefferds d91d91fc2b Merge pull request #82 from RainbowDashDC/master
Prevent Windows Paths from causing issues.
2014-10-27 18:21:34 -07:00
Jared Allard 273bfa3e4d Prevent Windows Paths from causing issues. 2014-10-27 15:14:55 -07:00
Craig Condon 31b01469c7 v bump 2014-10-10 09:23:51 -07:00
Craig Condon b94d0c3719 Merge branch 'master' of github.com:crcn/nexe 2014-10-10 09:23:31 -07:00
Craig Condon 275a7b025b fix issue loading native modules 2014-10-10 09:23:20 -07:00