summaryrefslogtreecommitdiff
path: root/tools/js2c.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-27src,tools: remove null sentinel from source arrayBen Noordhuis1-7/+1
2016-02-27src,tools: drop nul byte from built-in source codeBen Noordhuis1-2/+2
2016-02-27src,tools: allow utf-8 in built-in js source codeBen Noordhuis1-20/+3
2015-12-08tools: add --prof-process flag to node binaryMatt Loring1-1/+1
2015-09-15build: Updates to enable AIX supportMichael Dawson1-1/+1
2015-03-27js2c: fix module id generation on windowsBen Noordhuis1-1/+11
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin1-7/+20
2013-07-24tools: fix js2c macro expansion bugBen Noordhuis1-1/+2
2012-11-24js2c: raise proper Exception, not a stringBen Noordhuis1-1/+1
2012-11-21windows: add tracing with performance countersScott Blomquist1-2/+6
2012-08-24tools: fix missing initializer warning in js2c.pyBen Noordhuis1-1/+1
2012-03-15js2c: fix to support files other than ones ending with 2 char extensionsNathan Rajlich1-1/+1
2011-03-08Add string class that uses ExternalAsciiStringResource.Tom Hughes1-2/+3
2010-12-20Better way of getting rid of symlinksBert Belder1-1/+7
2010-11-22Add cmake build support.Tom Hughes1-0/+8
2010-11-01Back to WAFRyan Dahl1-10/+17
2010-10-24Replace WAF with make/autoconfRyan Dahl1-17/+10
2010-10-12Dynamically load native scriptsRyan Dahl1-1/+23
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl1-3/+16
2010-02-08Use Google's jsmin.py so that Node can be used for evilRyan Dahl1-1/+2
2009-10-07Fix build.Ryan Dahl1-50/+27
2009-10-07Upgrade v8 to 1.3.14Ryan Dahl1-27/+50
2009-06-22Create tools directoryRyan1-0/+317