History log of /libuv/README.md (Results 51 – 75 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: v1.0.0-rc1
# 95797f48 06-Sep-2014 Saúl Ibarra Corretgé

doc: mention API documentation in README

# 49ec7ca2 29-Aug-2014 Saúl Ibarra Corretgé

doc: update README with versioning information

Revision tags: v0.11.29, v0.11.28, v0.11.27, v0.10.28
# 645e2a28 27-Jul-2014 Saúl Ibarra Corretgé

doc: update link to pyuv in README

# 06c60e96 20-Jul-2014 Saúl Ibarra Corretgé

doc: add logo image to README

Revision tags: v0.11.26
# 90e4afd4 07-Jun-2014 Jay Satiro

windows: fix PYTHON environment variable usage

- (README.md) The PYTHON environment variable should point to python.exe
not the python directory.

- (vcvars.bat) The PYTHON envir

windows: fix PYTHON environment variable usage

- (README.md) The PYTHON environment variable should point to python.exe
not the python directory.

- (vcvars.bat) The PYTHON environment variable should be quoted on
expansion in case there's spaces in the path.

show more ...

Revision tags: v0.10.27, v0.11.25, v0.11.24, v0.11.23, v0.10.26, v0.11.22, v0.11.21, v0.11.20
# a442aa76 23-Feb-2014 Saúl Ibarra Corretgé

doc: small fixes to comments and syntax

Revision tags: v0.10.25, v0.11.19, v0.10.24, v0.11.18, v0.10.23
# acb9f895 13-Jan-2014 Nathan Sweet

doc: adding ARCHS flag to OS X build command

Adding further instructions about building for OS X, as recent versions
of xcodebuild will automatically build for i386 (can someone say,

doc: adding ARCHS flag to OS X build command

Adding further instructions about building for OS X, as recent versions
of xcodebuild will automatically build for i386 (can someone say,
"monoculture") even on x86_64 machines! Specifically including
instructions about including the "ARCHS" flag to specify the right
architecture.

This is trivial, but will save people time.

show more ...

Revision tags: v0.10.22, v0.11.17
# 7d23c1d7 27-Dec-2013 Saúl Ibarra Corretgé

doc: add libuv-dox to the documentation section

# 20253414 24-Dec-2013 Andrius Bentkus

doc: add readme link to all projects that use libuv.

Revision tags: v0.10.21, v0.11.16, v0.10.20
# 8094ac21 05-Dec-2013 Maciej Małecki

doc: document how to run tests

# 2e58ea8f 01-Dec-2013 Tenor Biel

doc: fixed typo in readme

The link to nodejs.org in README.md was broken.

# 39db2259 01-Dec-2013 Bert Belder

doc: add guidelines for contributing

Revision tags: v0.11.15, v0.10.19
# 24454678 05-Nov-2013 Geert Jansen

build: fix windows smp build with gyp

Gyp will try a parallel build if it detect the system has >1 processor.
This functionality depends on the Python "multiprocessing" package. The

build: fix windows smp build with gyp

Gyp will try a parallel build if it detect the system has >1 processor.
This functionality depends on the Python "multiprocessing" package. The
multiprocessing package on Windows requires that the top-level module is
importable as a module, see:

http://docs.python.org/2/library/multiprocessing.html#windows

This fixes issue #984.

show more ...

Revision tags: v0.11.14, v0.10.18, v0.10.17
# 581e8c92 13-Sep-2013 Bert Belder

doc: update readme

Update the intro blurb and spend a few more words on libuv's features.

Revision tags: v0.10.16
# 8e23b046 05-Sep-2013 Brian Kaisner

build: clarify instructions for Windows

Clarified up front that Python must be installed for all Windows builds
and it must be in the path. Simplified the Windows instructions by
rem

build: clarify instructions for Windows

Clarified up front that Python must be installed for all Windows builds
and it must be in the path. Simplified the Windows instructions by
removing the redundant msbuild guidance.

Also added subheadings for each unique build environment.

show more ...

Revision tags: v0.11.13, v0.11.12, v0.11.11
# d6464c87 24-Aug-2013 Ben Noordhuis

build: remove _GNU_SOURCE macro definition

Compile libuv without -D_GNU_SOURCE, remove mention from the README.

The only place where it's still used is in the test suite and only

build: remove _GNU_SOURCE macro definition

Compile libuv without -D_GNU_SOURCE, remove mention from the README.

The only place where it's still used is in the test suite and only
because test/test-fs.c uses struct stat directly.

show more ...

Revision tags: v0.11.10, v0.10.15, v0.11.9, v0.10.14, v0.11.8, v0.11.7, v0.10.13, v0.11.6, v0.10.12
# ddd7e04f 27-Jun-2013 Ben Noordhuis

build: switch to autotools

Switch to the build tool everyone loves to hate. The Makefile has
served us well over the years but it's been acquiring more and more
features that autoto

build: switch to autotools

Switch to the build tool everyone loves to hate. The Makefile has
served us well over the years but it's been acquiring more and more
features that autotools gives us for free, like easy static+shared
library building, sane install targets, and so on.

This commit drops MinGW support. If there is demand for it, we'll
re-add it.

show more ...

Revision tags: v0.11.5, v0.10.11, v0.10.10
# 3fdd2a11 30-May-2013 Linus Mårtensson

uv: support android libuv standalone build

Tested most of my compilation in the previous patch on NodeJS
and extracted the patches from there. This patch ensures libuv
will be capabl

uv: support android libuv standalone build

Tested most of my compilation in the previous patch on NodeJS
and extracted the patches from there. This patch ensures libuv
will be capable of building standalone as well, both with gyp
and Makefiles.

Build documentation was added to the README.md file.

Some tests are failing, and I have not heavily investigated
the reasons. The failures are generally on errors, and are
likely related to differences between fully POSIX-compatible
systems and android.

show more ...

# 2c2327be 30-May-2013 Ben Noordhuis

doc: explain how to build a .so

Revision tags: v0.11.4, v0.10.9, v0.10.8, v0.11.3, v0.10.7, v0.10.6, v0.11.2, v0.10.5, v0.10.4, v0.11.1
# 8ef07cca 06-Apr-2013 Ben Kelly

doc: add link to Visual Studio Express in README

Revision tags: node-v0.11.0
# bd20b371 26-Mar-2013 Ben Noordhuis

doc: update README, s/OS/PLATFORM/

Commit a9740c9 changed the name of the OS var to PLATFORM but forgot to
update the README.

Revision tags: v0.10.2, node-v0.7.3, node-v0.7.7, node-v0.7.5, node-v0.5.3, node-v0.10.1, node-v0.10.0, node-v0.9.12, node-v0.9.11, node-v0.8.21
# 7048a806 20-Feb-2013 Ben Noordhuis

doc: document _LARGEFILE_SOURCE + _FILE_OFFSET_BITS

# 75dea933 29-Jan-2013 Ben Noordhuis

build: support out of tree builds

Invoking make with builddir_name=/path/to/dir builds libuv in the
designated directory.

# 01fe4e73 29-Jan-2013 Ben Noordhuis

build: add OS= make switch

Overrides the platform detection heuristic. Useful for cross-compiling.

Revision tags: node-v0.8.19, node-v0.9.10
# cf1dc613 22-Jan-2013 Ben Noordhuis

test: remove .travis.yml

Travis CI was generating a lot of false positives (or rather, false
negatives - tests that fail due to the environment they run in) and
it's been in a contin

test: remove .travis.yml

Travis CI was generating a lot of false positives (or rather, false
negatives - tests that fail due to the environment they run in) and
it's been in a continuous error state for days now.

Remove it, we'll set up something ourselves.

show more ...

1234