aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-07-03 14:35:12 +0200
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-06 23:55:12 +0200
commitaad2a69c96c8e1435b52a960a1d241244e23abda (patch)
tree23164f7bbdf1f0b559daa936b7503fdf9df1c1c2
parent9a2b2d4a64755bc8c1b30ff212482321b40452ce (diff)
downloadrneovim-aad2a69c96c8e1435b52a960a1d241244e23abda.tar.gz
rneovim-aad2a69c96c8e1435b52a960a1d241244e23abda.tar.bz2
rneovim-aad2a69c96c8e1435b52a960a1d241244e23abda.zip
cmake: upgrade libuv 0.11.23 -> 0.11.26 #911
Fixes some bugs and increase the performance of uv_hrtime() on OSX, which reduces its prominence in performance traces. This allows us to better see what's really causing slowness. ref: - https://github.com/neovim/neovim/issues/868 - https://github.com/joyent/libuv/pull/1325 - https://github.com/joyent/libuv/releases
-rw-r--r--third-party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index ffd2e68b16..65b34ed642 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -46,8 +46,8 @@ endif()
include(ExternalProject)
-set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.23.tar.gz)
-set(LIBUV_MD5 e02a3da9fba9ebe72a84e4abd312ee4d)
+set(LIBUV_URL https://github.com/joyent/libuv/archive/v0.11.26.tar.gz)
+set(LIBUV_MD5 05fabe884173f422649fbe1047ca62b1)
set(MSGPACK_URL https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.8/msgpack-0.5.8.tar.gz)
set(MSGPACK_MD5 ea0bee0939d2980c0df91f0e4843ccc4)