summaryrefslogtreecommitdiff
path: root/tools/js2c.py
Commit message (Expand)AuthorAgeFilesLines
* src: support UTF-8 in compiled-in JS source filesBen Noordhuis2017-02-131-40/+77
* src,tools: speed up startup by 2.5%Ben Noordhuis2016-10-251-133/+31
* tools: remove the minifying logicSakthipriyan Vairamani2016-05-121-23/+0
* src,tools: remove null sentinel from source arrayBen Noordhuis2016-02-251-7/+1
* src,tools: drop nul byte from built-in source codeBen Noordhuis2016-02-251-2/+2
* src,tools: allow utf-8 in built-in js source codeBen Noordhuis2016-02-251-20/+3
* tools: add --prof-process flag to node binaryMatt Loring2015-12-081-1/+1
* build: Updates to enable AIX supportMichael Dawson2015-09-151-1/+1
* js2c: fix module id generation on windowsBen Noordhuis2015-03-271-1/+11
* iojs: introduce internal modulesVladimir Kurchatkin2015-03-251-7/+20
* tools: fix js2c macro expansion bugBen Noordhuis2013-07-241-1/+2
* js2c: raise proper Exception, not a stringBen Noordhuis2012-11-241-1/+1
* windows: add tracing with performance countersScott Blomquist2012-11-211-2/+6
* tools: fix missing initializer warning in js2c.pyBen Noordhuis2012-08-241-1/+1
* js2c: fix to support files other than ones ending with 2 char extensionsNathan Rajlich2012-03-151-1/+1
* Add string class that uses ExternalAsciiStringResource.Tom Hughes2011-03-081-2/+3
* Better way of getting rid of symlinksBert Belder2010-12-201-1/+7
* Add cmake build support.Tom Hughes2010-11-221-0/+8
* Back to WAFRyan Dahl2010-11-011-10/+17
* Replace WAF with make/autoconfRyan Dahl2010-10-241-17/+10
* Dynamically load native scriptsRyan Dahl2010-10-121-1/+23
* Include lib/ directory in node executable. Compile on demand.Ryan Dahl2010-03-151-3/+16
* Use Google's jsmin.py so that Node can be used for evilRyan Dahl2010-02-081-1/+2
* Fix build.Ryan Dahl2009-10-071-50/+27
* Upgrade v8 to 1.3.14Ryan Dahl2009-10-071-27/+50
* Create tools directoryRyan2009-06-221-0/+317