summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libuv (follow)
Commit message (Expand)AuthorAgeFilesLines
* libuv: 1.12.0 -> 1.13.1Vladimír Čunát2017-07-151-2/+2
* libuv: Disable yet another test•••This consistently times out for me on ARM, and apparently for others as well: https://github.com/libuv/libuv/issues/687 Tuomas Tynkkynen2017-07-141-0/+1
* libuv: 1.11.0 -> 1.12.0•••The changelog seems safe; I tried some reverse dependencies, too. Vladimír Čunát2017-05-301-3/+3
* libuv: disable tests (temporarily) on Darwin•••They're flaky, break Hydra builds regularly, and lots of stuff depends transitively on libuv.Dan Peebles2017-03-091-1/+4
* libuv: disable another flaky test on Darwin•••I really want to avoid debugging these on Darwin. Vladimír Čunát2017-03-051-2/+2
* libuv: disable a problematic test on DarwinVladimír Čunát2017-02-281-1/+3
* libuv: 1.10.1 -> 1.11.0•••And a nitpick in the expression. Vladimír Čunát2017-02-201-4/+4
* libuv: disable getaddrinfo tests.•••Seem to require network access, at least on darwin Shea Levy2017-01-061-2/+1
* libuv: Tests fail when cross-compilingShea Levy2017-01-061-0/+2
* libuv: disable tests broken on Hydra•••They were broken by nix starting to use user namespaces. Vladimír Čunát2016-12-221-5/+9
* libuv: enable checks and parallel buildingVladimír Čunát2016-11-291-0/+9
* libuv: 1.9.1 -> 1.10.1•••Taken from #20650. Mathias Schreck2016-11-291-2/+2
* libuv: 1.9.0 -> 1.9.1Alexander Ried2016-05-181-2/+2
* libuv: 1.7.5 -> 1.9.0Tobias Pflug2016-04-271-71/+16
* libuv: Get rid of unused versions•••Building dozens of unused versions is a bit excessive. Eelco Dolstra2015-10-081-26/+0
* revert realLibtoolJude Taylor2015-09-281-2/+2
* libuv: 1.6.1 -> 1.7.5•••closes #9814 Benjamin Saunders2015-09-281-2/+1
* give libuv real libtoolJude Taylor2015-09-211-2/+2
* darwin purity: libuv, againJude Taylor2015-06-211-2/+4
* darwin purity: libuvJude Taylor2015-06-201-2/+3
* libuv: 1.5.0 -> 1.6.1, closes #8365Benjamin Saunders2015-06-181-1/+1
* libuv: version 1.5.0Benjamin Saunders2015-05-091-1/+1
* libuv: version 1.4.2Benjamin Saunders2015-05-061-1/+1
* libuv: version 1.4.0Valérian Galliat2015-02-221-0/+1
* libuv: pkgconfigBenjamin Saunders2015-01-181-2/+2
* libuv: add v1.2.0Benjamin Saunders2015-01-071-0/+4
* libuv: update to new repository locationBenjamin Saunders2015-01-071-2/+2
* libuv: Add version 0.11.29.ambrop7@gmail.com2014-08-221-0/+1
* add libuv package•••This adds multiple versions of libuv: "a multi-platform support library with a focus on asynchronous I/O." The latest 0.10.* versions are considered stable (and thus I've only included 0.10.27), while the 0.11.* versions are unstable and often break API compatibility (and thus I've included multiple version thereof). Versions >= 0.11.1 && <= 0.11.5 do not create shared libraries, so I've excluded them. This should help clean up some of our other packages that depend on libuv (e.g. rust, nodejs) where we currently use whatever version is included in the package's archive. Charles Strahan2014-07-081-0/+103