0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand.
Instead of installing the files in /usr/lib/node/libraries and loading them
from the file system, the files are built-in to the node executable.
However, they are only compiled on demand.

The reasoning is:
  1. Allow for more complex internal javascript. In particular,
  process.stdout and process.stdin can be js implemented streams.

  2. Ease system installs. Loading from disk each time is unnecessary
  overhead. Note that there is no "system" path for modules anymore. Only
  $HOME/.node_libraries.
2010-03-15 08:04:35 -07:00
..
scons Initial Solaris support 2010-01-19 16:51:27 -08:00
wafadmin Upgrade waf to 1.5.14a 2010-03-08 13:35:08 -08:00
js2c.py Include lib/ directory in node executable. Compile on demand. 2010-03-15 08:04:35 -07:00
jsmin.py Use Google's jsmin.py so that Node can be used for evil 2010-02-08 13:52:13 -08:00
osx-dist.sh Adding OS X .dmg build scripts. 2010-01-27 14:12:31 -08:00
osx-pkg-dmg-create.sh Adding OS X .dmg build scripts. 2010-01-27 14:12:31 -08:00
run-valgrind.py Use v8's test runner 2009-06-22 14:08:42 +02:00
test.py Split tests. 2010-02-25 11:41:11 -08:00
utils.py Use v8's test runner 2009-06-22 14:08:42 +02:00
waf-light Upgrade WAF to 1.5.14 2010-03-08 10:18:24 -08:00