summaryrefslogtreecommitdiff
path: root/tools/js2c.py
Commit message (Expand)AuthorAgeFilesLines
* tools: fix regex strings in Python toolsJan Osusky2023-02-211-1/+1
* src: make BuiltinLoader threadsafe and non-globalAnna Henningsen2023-01-181-2/+8
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-5/+5
* build: pass directory instead of list of files to js2c.pyJoyee Cheung2021-06-241-1/+13
* lib: load v8_prof_processor dependencies as ESMMichaël Zasso2021-03-151-2/+4
* tools: update gyp-next to v0.7.0Michaël Zasso2020-12-261-1/+1
* tools: fix config serialization w/ long stringsOle André Vadla Ravnås2020-11-121-1/+3
* tools: prevent js2c from running if nothing changedDaniel Bevenius2020-06-151-0/+1
* build: remove (almost) unused macros/constantsbcoe2019-12-051-140/+4
* tools: allow single JS file for --link-moduleDaniel Bevenius2019-08-121-1/+2
* tools: fix typo in js2c.pyDaniel Bevenius2019-06-281-1/+1
* tools: fix js2c regressionRefael Ackermann2019-06-021-3/+19
* src: remove env-inl.h from header filesSam Roberts2019-05-231-0/+1
* tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann2019-05-181-127/+167
* tools: python: ignore instead of select flake8 rulesRefael Ackermann2019-04-131-11/+4
* tools: python: activate more flake8 rulesRefael Ackermann2019-04-131-1/+2
* lib: remove unintended access to deps/Anna Henningsen2018-12-301-18/+0
* src: remove code cache integrity checkJoyee Cheung2018-12-181-20/+1
* process: specialize building and storage of process.configJoyee Cheung2018-12-111-12/+26
* tools: prepare tools/js2c.py for Python 3cclauss2018-12-071-0/+5
* src: use STL containers instead of v8 values for static module dataJoyee Cheung2018-11-201-88/+47
* src: perform integrity checks on built-in code cacheJoyee Cheung2018-08-181-1/+17
* src: move context bootstrap to jsGus Caplan2018-06-271-0/+4
* tools: add option to use custom template with js2c.pyShelley Vohr2018-06-111-0/+4
* tools: hide symbols for builtin JS files in binaryAnna Henningsen2018-05-141-0/+4
* tools,bootstrap: preprocess gypi files to jsonGus Caplan2018-03-091-0/+5
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-061-1/+5
* lib: add internal check macrosGus Caplan2018-03-051-9/+19
* build: runtime-deprecate requiring depsTimothy Gu2017-11-131-1/+29
* 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