Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28build: support Python 3.11Luigi Pinca
2021-10-07build: support Python 3.10.0FrankQiu
2021-05-10build: remove dependency on `distutils.spawn`Richard Lau
2021-04-16build: remove support for Python 2Christian Clauss
2020-11-18build: try “python3” as a last resort for 3.xOle André Vadla Ravnås
2020-10-09build: gitHub actions: Python 3.9 and actions/setup-python@v2cclauss
2020-05-25build: fix inability to detect correct python command in configureEli Schwartz
2020-03-27build: drop Travis in favor of ActionsMatheus Marchini
2020-03-10build: workaround for gclient python3 issuesMatheus Marchini
2019-11-30build: use Node.js instead of Node in configureTobias Nießen
2019-11-02build: allow Python 3.8Michaël Zasso
2019-10-25build: prefer python 3 over 2 for configureSam Roberts
2019-09-11build: find Python 3 or Python 2 in configurecclauss
2019-04-30build: remove unsupported Python 2.6 from configurecclauss
2018-09-07build: move meta-shebang back to `configure`Refael Ackermann
2018-09-07build: rename configure to configure.pyRefael Ackermann
2018-09-05build: enabling pgo at configureOctavian Soldea
2018-08-31build: use `0o` octal notation in configureAnna Henningsen
2018-08-12build: make --shared-[...]-path work on WindowsJeremy Apthorp
2018-07-27build,win,v8: allow precompiling objects-inl.hJoão Reis
2018-07-13build: enabling lto at configureOctavian Soldea
2018-07-11deps: icu 62.1 bump (Unicode 11, CLDR 33.1)Steven R. Loomis
2018-06-29build: remove requirement to re-run ./configureAnna Henningsen
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-27build, win: make LTCG optionalBartosz Sosnowski
2018-06-09build: fix configure script for double-digitsMisty De Meo
2018-06-09build: use LC_ALL of C for maximum compatibilityRich Trott
2018-06-09tools: update tooling to work with new macOS CLI …Rich Trott
2018-06-09build: don't change locale on smartosRefael Ackermann
2018-06-08build: fix 'gas_version' check on localized environmentsEvandro Oliveira
2018-05-31http2: switch to new runtime-controlled debugging systemAnna Henningsen
2018-04-29build: remove --xcode configure switchBen Noordhuis
2018-04-23build: limit assembler version check on x86Shigeki Ohtsu
2018-04-23build: require --openssl-no-asm if old assemblerRod Vagg
2018-04-23build: extract error() function in configureRod Vagg
2018-04-14build: check without_ssl in warn openssl_no_asmDaniel Bevenius
2018-04-11build: add option to build v8 with GNYang Guo
2018-04-10build: add OpenSSL-1.1.0 supportShigeki Ohtsu
2018-04-03deps: ICU 61.1 bumpSteven R. Loomis
2018-03-05lib: add internal check macrosGus Caplan
2018-03-01src: Remove lttng support.Glen Keane
2018-02-04build: allow x86_64 as a dest_cpu alias for x64Rod Vagg
2018-01-19build: remove unused vars from configureBen Noordhuis
2018-01-18deps: ICU 60.2 bumpSteven R. Loomis
2018-01-17build: refine static and shared lib buildYihong Wang
2017-12-10build: allow running configure from any directoryGibson Fahnestock
2017-12-06build: replace runtime flag with compiler optionPeter Marshall
2017-12-06build: add serial commas to messages in configure scriptRich Trott
2017-11-28build: fix bsd build with gccMatheus Marchini
2017-11-20build: Allow linking against an external copy of nghttp2.Ed Schouten