| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: update gyp-next to v0.10.1 | Michaël Zasso | 2022-01-31 | 5 | -4/+11 |
* | tools: update gyp-next to v0.10.0 | Michaël Zasso | 2021-09-06 | 6 | -11/+52 |
* | tools: update gyp-next to v0.9.5 | Jiawen Geng | 2021-08-23 | 6 | -34/+67 |
* | tools: update gyp-next to v0.9.3 | Jiawen Geng | 2021-07-11 | 14 | -38/+50 |
* | tools: update gyp-next to v0.9.1 | Jiawen Geng | 2021-06-11 | 54 | -801/+712 |
* | tools: update gyp-next to v0.7.0 | Michaël Zasso | 2020-12-26 | 6 | -43/+61 |
* | tools: update gyp-next to v0.6.2 | Michaël Zasso | 2020-10-17 | 6 | -53/+128 |
* | tools: update gyp-next to v0.6.0 | Ujjwal Sharma | 2020-10-14 | 4 | -13/+20 |
* | tools: update gyp to v0.5.0 | Ujjwal Sharma | 2020-10-04 | 19 | -232/+144 |
* | tools: update gyp to v0.4.0 | Ujjwal Sharma | 2020-10-04 | 4 | -5/+22 |
* | tools: update gyp-next to v0.3.0 | Ujjwal Sharma | 2020-10-04 | 10 | -64/+141 |
* | tools: update gyp-next to v0.2.1 | Ujjwal Sharma | 2020-10-04 | 4 | -3/+30 |
* | tools: update gyp to 0.2.0 | Ujjwal Sharma | 2020-10-04 | 59 | -24486/+27587 |
* | tools,gyp: add support for MSVC cross-compilation | Richard Townsend | 2020-05-19 | 1 | -38/+81 |
* | build: support android build on ndk version equal or above 23 | forfun414 | 2020-03-11 | 1 | -1/+1 |
* | tools: sync gyp code base with node-gyp repo | Michaël Zasso | 2020-02-21 | 28 | -821/+1354 |
* | tools: replace deprecated iteritems() for items() | Giovanny Andres Gongora Granada (Gioyik) | 2020-01-28 | 1 | -3/+3 |
* | test: fix Python unittests in ./test and ./tools | cclauss | 2019-11-11 | 5 | -12/+27 |
* | tools: pull xcode_emulation.py from node-gyp | cclauss | 2019-11-06 | 2 | -25/+34 |
* | tools: fix Python 3 syntax error in mac_tool.py | cclauss | 2019-11-01 | 1 | -30/+22 |
* | tools: use print() function in buildbot_run.py | cclauss | 2019-10-31 | 1 | -11/+12 |
* | tools: undefined name opts -> args in gyptest.py | Christian Clauss | 2019-10-31 | 1 | -1/+1 |
* | build: fix version checks in gyp files | Ben Noordhuis | 2019-10-13 | 1 | -1/+3 |
* | tools: fix GYP MSVS solution generator for Python 3 | Michaël Zasso | 2019-10-13 | 1 | -2/+3 |
* | tools: port Python 3 compat patches from node-gyp to gyp | Michaël Zasso | 2019-10-13 | 10 | -29/+36 |
* | tools: fix GYP ninja generator for Python 3 | Michaël Zasso | 2019-09-05 | 1 | -3/+4 |
* | gyp: make StringIO work in ninja.py | Christian Clauss | 2019-09-03 | 1 | -1/+4 |
* | tools: use 'from io import StringIO' in ninja.py | cclauss | 2019-09-02 | 1 | -1/+1 |
* | build: integrate DragonFlyBSD into gyp build | David Carlier | 2019-08-29 | 1 | -0/+2 |
* | gyp: remove semicolons (Python != JavaScript) | MattIPv4 | 2019-08-22 | 7 | -17/+17 |
* | tools: fix Python 3 issues in gyp/generator/make.py | cclauss | 2019-08-21 | 1 | -5/+5 |
* | gyp: futurize imput.py to prepare for Python 3 | cclauss | 2019-08-20 | 1 | -78/+73 |
* | build,tools: support building with Visual Studio 2019 | Michaël Zasso | 2019-07-27 | 1 | -1/+2 |
* | gyp: cherrypick more Python3 changes from node-gyp | cclauss | 2019-07-16 | 16 | -180/+198 |
* | gyp: pull Python 3 changes from node/node-gyp | cclauss | 2019-07-11 | 16 | -180/+218 |
* | tools,gyp: introduce MSVS 2019 | Refael Ackermann | 2019-06-01 | 1 | -1/+13 |
* | build,win: teach GYP MSVS generator about MARMASM | Jon Kunkee | 2019-04-11 | 2 | -8/+25 |
* | deps,build: compute torque_outputs in v8.gyp | Refael Ackermann | 2019-03-28 | 1 | -0/+2 |
* | build, tools, win: add .S files support to GYP | Bartosz Sosnowski | 2018-11-29 | 1 | -1/+2 |
* | Revert "tools,gyp: don't force build actions with multiple outputs" | Sakthipriyan Vairamani (thefourtheye) | 2018-10-04 | 1 | -4/+2 |
* | tools,gyp: don't force build actions with multiple outputs10.0.0-proposal | Refael Ackermann | 2018-10-02 | 1 | -2/+4 |
* | tools,gyp: cosmetic change to GYP `make` generator outputs | Refael Ackermann | 2018-10-02 | 1 | -6/+6 |
* | gyp: muffle xcodebuild warnings | Ujjwal Sharma | 2018-08-25 | 1 | -2/+14 |
* | tools: patch gyp to avoid xcrun errors | Ujjwal Sharma | 2018-07-29 | 1 | -7/+9 |
* | tools,gyp: fix regex for version matching | Rich Trott | 2018-06-08 | 1 | -1/+1 |
* | tools: fix "the the" typos in comments | Masashi Hirano | 2018-05-16 | 3 | -3/+3 |
* | Revert "tools: teach gyp to write an 'all deps' rule" | Rod Vagg | 2018-01-25 | 1 | -14/+0 |
* | tools: teach gyp to write an 'all deps' rule | Ben Noordhuis | 2018-01-21 | 1 | -0/+14 |
* | gyp: implement LD/LDXX for ninja and FIPS | Sam Roberts | 2017-08-23 | 1 | -0/+5 |
* | gyp: fix ninja build failure (GYP patch) | Daniel Bevenius | 2017-08-23 | 2 | -4/+4 |