- Oct 27, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Voted by team
-
Roman Tsisyk authored
All functions exception *_ex() in src/lib/small are non-throw.
-
Roman Tsisyk authored
Please be careful - only _ex versions throw OutOfMemory in lib/small. All other function must be checked for NULL return! Affected prefixes: * ibuf_ * obuf_ * region_ * mempool_ * smalloc_
-
Roman Tsisyk authored
-
- 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
-