- Oct 26, 2015
-
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
-
Konstantin Osipov authored
Allow to use tarantool/small library in modules. Conflicts: src/fiber.h src/lib/small test/app/module_api.c test/app/module_api.result
-
Konstantin Osipov authored
-
Daniil Medvedev authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
Make sure we don't duplicate declarations in multiple places.
-
bigbes authored
-
Roman Tsisyk authored
Save developers time on debugging stored procedures. Closes #1100.
-
Roman Tsisyk authored
-
- Oct 23, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
Thanks Vyacheslav Egorov for the fix in LuaJIT.
-
Roman Tsisyk authored
Update third_party/luajit to v2.1 as suggested by Vyacheslav Egorov.
-
Roman Tsisyk authored
Replace copy-pasted code by calls to LuaJIT internal API. Remove useless memset(). Remove size argument from luaL_pushcdata(). Add comments and try to make this stuff to be more clear.
-
Roman Tsisyk authored
Performance boost up to 10% on cbench
-
- Oct 22, 2015
-
-
Roman Tsisyk authored
Please never use lua_pushinteger for numbers >= INT32_MAX
-
Nick Zavaritsky authored
Base class defines it with const qualifier.
-
Roman Tsisyk authored
-
- Oct 21, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Nick Zavaritsky authored
If building for 32 bit x86 target pass -march=i686 option to enable atomic instructions. i686 is usually the default arch but sometimes an older one is selected (depends on gcc compile time configuration).
-
Roman Tsisyk authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Nick Zavaritsky authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Use vclock_sum() from WAL writer as a transaction signature. Fix handling of transactions without the write requests.
-
Dmitry Simonenko authored
-
- Oct 20, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Nick Zavaritsky authored
getaddrinfo() on osx upto osx 10.8 crashes when AI_NUMERICSERV is set and servername is either NULL or "0" ("00" works fine) Based on the workaround in https://bugs.python.org/issue17269
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-