How to update libcoro ===================== cvs up How to update libev =================== Remove Tarantool patches (see csv diff -U8). cvs up Add patches back. How to update luajit ==================== Run from project root dir: git submodule update --reference v2.0.1-fixed -- third_party/luajit How to update libobjc2 ====================== How initial import was done: svn co http://svn.gna.org/svn/gnustep/libs/libobjc2/trunk/ ./libobjc find . -name '.svn' | xargs rm -rf rm Makefile.clang rm GNUMakefile How to update it: - delete GNUmakefile - delete CMakeLists.txt - merge our Makefile with the Makefile in the source tarball - preserve the zero-warnings patch 43771c84f7f5bf04e426dde30a31303d4699f00d How to update libeio ==================== Note: we have two important changes to the stock libeio: - it's possible to change the libeio thread stack size with EIO_STACKSIZE constant. In particular, EIO_STACKSIZE set to 0 means the default stack size. A larger stack size is necessary to make getaddrinfo() work. - replace config.h with tarantool/config.h in eio.c Otherwise: cvs up How to update rb.h ====================== Get the header from git://canonware.com/jemalloc.git apply rb.patch patch ======= How to update murmur hash ========================= wget http://smhasher.googlecode.com/svn/trunk/PMurHash.c -O PMurHash.c wget http://smhasher.googlecode.com/svn/trunk/PMurHash.h -O PMurHash.h
Igor Munkin
authored
* FFI: Fix recording of union initialization. * Fix maxslots when recording BC_VARG, part 2. * Fix maxslots when recording BC_VARG. * Fix BC_UCLO insertion for returns. * ci: update job concurrency group definition Part of #8825 NO_DOC=LuaJIT submodule bump NO_TEST=LuaJIT submodule bump
Name | Last commit | Last update |
---|---|---|
.. | ||
compat | ||
coro | ||
libeio | ||
libev | ||
libutil_freebsd | ||
lua-cjson | ||
lua-yaml | ||
lua | ||
c-ares @ 69b3f05a | ||
c-dt @ cec6aceb | ||
checks @ be7cff19 | ||
curl @ c12fb3dd | ||
decNumber @ c123821c | ||
libunwind @ 82034c32 | ||
libyaml @ 1bfefeca | ||
lua-zlib @ 2219aff2 | ||
luafun @ 04c99f9c | ||
luajit @ 3435cb62 | ||
luarocks @ ad290676 | ||
luazip @ e9e9b635 | ||
metrics @ ea832276 | ||
nghttp2 @ df93460d | ||
tz @ 95ecc37d | ||
xxHash @ 94e5f23e | ||
zstd @ bd86e246 | ||
PMurHash.c | ||
PMurHash.h | ||
README | ||
base64.c | ||
base64.h | ||
clock_gettime.c | ||
crc32_impl.c | ||
crc32_impl.h | ||
memmem.c | ||
memrchr.c | ||
qsort_arg.c | ||
qsort_arg.h | ||
queue.h | ||
sptree.h | ||
tarantool_eio.c | ||
tarantool_eio.h | ||
tarantool_ev.c | ||
tarantool_ev.h |