summaryrefslogtreecommitdiff
path: root/tools/js2c.py
AgeCommit message (Expand)Author
2018-12-30lib: remove unintended access to deps/Anna Henningsen
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-07tools: prepare tools/js2c.py for Python 3cclauss
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-11tools: add option to use custom template with js2c.pyShelley Vohr
2018-05-14tools: hide symbols for builtin JS files in binaryAnna Henningsen
2018-03-09tools,bootstrap: preprocess gypi files to jsonGus Caplan
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05lib: add internal check macrosGus Caplan
2017-11-13build: runtime-deprecate requiring depsTimothy Gu
2017-02-13src: support UTF-8 in compiled-in JS source filesBen Noordhuis
2016-10-25src,tools: speed up startup by 2.5%Ben Noordhuis
2016-05-12tools: remove the minifying logicSakthipriyan Vairamani
2016-02-25src,tools: remove null sentinel from source arrayBen Noordhuis
2016-02-25src,tools: drop nul byte from built-in source codeBen Noordhuis
2016-02-25src,tools: allow utf-8 in built-in js source codeBen Noordhuis
2015-12-08tools: add --prof-process flag to node binaryMatt Loring
2015-09-15build: Updates to enable AIX supportMichael Dawson
2015-03-27js2c: fix module id generation on windowsBen Noordhuis
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2013-07-24tools: fix js2c macro expansion bugBen Noordhuis
2012-11-24js2c: raise proper Exception, not a stringBen Noordhuis
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-08-24tools: fix missing initializer warning in js2c.pyBen Noordhuis
2012-03-15js2c: fix to support files other than ones ending with 2 char extensionsNathan Rajlich
2011-03-08Add string class that uses ExternalAsciiStringResource.Tom Hughes
2010-12-20Better way of getting rid of symlinksBert Belder
2010-11-22Add cmake build support.Tom Hughes
2010-11-01Back to WAFRyan Dahl
2010-10-24Replace WAF with make/autoconfRyan Dahl
2010-10-12Dynamically load native scriptsRyan Dahl
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl
2010-02-08Use Google's jsmin.py so that Node can be used for evilRyan Dahl
2009-10-07Fix build.Ryan Dahl
2009-10-07Upgrade v8 to 1.3.14Ryan Dahl
2009-06-22Create tools directoryRyan