aboutsummaryrefslogtreecommitdiff
path: root/projects/nodejs
AgeCommit message (Collapse)Author
2021-02-02Fix nodejs build after experimental-quic flag removed. (#5094)DavidKorczynski
2020-12-09Fill in main_repo for several projects. (#4816)Abhishek Arya
* Fill in main_repo for several projects. * Add some go repos.
2020-08-17[nodejs] Simplify build process as most work is now upstreamed. (#4327)DavidKorczynski
* Build of nodejs has now been upstreamed and this commit simplifies the build for nodejs to the new updates. * We only support libfuzzer for now. * Simplified the build script.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-06-08[Nodejs] initial integration. (#3860)DavidKorczynski
* Nodejs initial integration. * Added headers to fix Travis. * A lot of simplifications to build script. LDFLAGS is the key here. * More simplifications to build script. * Fix Travis. * Remove msan. * Generalise and simplify build script. * utilise all cores and a bit nicer structure in build.
2016-12-01Rename node.js to nodejs.Oliver Chang