1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

14 Commits

Author SHA1 Message Date
Jameson Nash
4a27d87a69 doc: switch discussion forum to github
Freenode is gone (replaced by Libera.chat), but IRC was unused anyways.

Fixes: https://github.com/libuv/libuv/issues/3157
Fixes: https://github.com/libuv/libuv/issues/3208
PR-URL: https://github.com/libuv/libuv/pull/3214
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2021-06-30 23:26:40 -04:00
Ben Noordhuis
53f3c687fc build: remove support for gyp
Upstream GYP has been unmaintained for some time now. The only big
downstream user is Node.js and they already maintain GYP build files
for their other dependencies.

This commit removes vcbuild.bat because:

1. it's entirely built around GYP, and
2. duplicates a lot of functionality that cmake provides out of the box

This commit also removes appveyor.yml. It hasn't been used after we
stopped providing prebuilt binaries for Windows about two years ago.

As if that isn't enough, this commit also removes the Android build
scripts. They were wrappers around GYP. Use CMake.

PR-URL: https://github.com/libuv/libuv/pull/2682
Refs: https://github.com/libuv/libuv/pull/2681
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2020-04-07 18:24:13 +02:00
TK-one
e8644693ea doc: fix header file location
PR-URL: https://github.com/libuv/libuv/pull/2720
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <s@saghul.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2020-03-04 09:29:50 +01:00
Ben Noordhuis
1a0f619530 build: add test suite option to cmake build
PR-URL: https://github.com/libuv/libuv/pull/1850
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-06-14 18:42:51 +02:00
Matt Harrison
dadad46d70
doc: fix IRC URL in CONTRIBUTING.md
PR-URL: https://github.com/libuv/libuv/pull/1647
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-11-30 20:22:59 -05:00
Imran Iqbal
e2da056698 doc: update coding style link
PR-URL: https://github.com/libuv/libuv/pull/909
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2016-06-13 14:27:29 -04:00
Saúl Ibarra Corretgé
4972f7411c doc: add @cjihrig as a maintainer
PR-URL: https://github.com/libuv/libuv/pull/752
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-by: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2016-03-08 01:10:30 +01:00
Dave
a0057d96be doc: indicate where new test files need to be added
PR-URL: https://github.com/libuv/libuv/pull/662
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-12-23 14:51:24 +01:00
Sakthipriyan Vairamani
daa466275e doc: fix uv-unix.h location
uv-unix.h is in include directory, not in src.

PR-URL: https://github.com/libuv/libuv/pull/511
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-09-06 04:50:19 +02:00
Ben Noordhuis
7ce1113885 doc,build,include: update project links
The project home has moved from https://github.com/joyent/libuv to
https://github.com/libuv/libuv.  Update the links inside the repo.
2014-11-25 15:39:12 +01:00
Zachary Newman
b7003beb0d doc: update references to current stable branch
The contribution guidelines in CONTRIBUTING.md referred to v0.10 as
the current stable branch, rather than v1.x.
2014-09-22 20:37:45 -04:00
Saúl Ibarra Corretgé
2d45af8b25 doc: remove requirement for signing the CLA 2014-06-11 22:18:36 +02:00
Luka Perkov
85e17ca665 doc: refer to README.md to find out more information about tests
Reason for this change is because 'make test' command does not work.

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
2014-05-12 23:51:35 +02:00
Bert Belder
39db22594d doc: add guidelines for contributing 2013-12-01 03:23:18 +01:00