- Apr 14, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add a link to Tarantool 1.5 web site.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
bigbes authored
doc/{branch}/... -> doc/... Master/Stable -> One-page/Multi-page
-
Konstantin Osipov authored
-
- Apr 10, 2014
-
-
Konstantin Osipov authored
Update mans, docs. A lot of resources still need to be updated (build scripts, etc).
-
Konstantin Osipov authored
-
- Mar 20, 2014
-
-
Roman Tsisyk authored
* Install *.lua modules into ${DATADIR}/tarantool/1.5 and *.so modules into ${LIBDIR}/tarantool/1.5 * Fix default package.path and package.cpath * Install Lua headers to ${INCLUDE_DIR}/tarantool/1.5 * Install config.h to ${INCLUDE_DIR}/tarantool/1.5 * Add a new package - tarantool-dev (server development headers) * Use RPM Macroses in rpm.spec * Fix tarball generation for Debian * Use GNUInstallDirs.cmake to setup directories
-
- Mar 14, 2014
-
-
ocelot-inc authored
-
- Feb 27, 2014
-
-
ocelot-inc authored
-
- Feb 20, 2014
-
-
ocelot-inc authored
-
- Feb 19, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Feb 17, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-
Roman Tsisyk authored
-
- Feb 14, 2014
-
-
ocelot-inc authored
-
- Feb 13, 2014
-
-
ocelot-inc authored
-
- Feb 12, 2014
-
-
Roman Tsisyk authored
This patch explicitly saves Exception to a thread-local variable inside struct cord on tnt_raise(). This variable can be used to safetly re-throw last exception from any place (not only from catch() block). This technique requires exception to be thrown and catched by pointers. tnt_raise macros was rewritten and all 'catch (Exception &)' blocks were substituted with 'catch (Exception *e)'. This patch also adds a new feature to box.raise() function. When called without arguments box.raise() re-throws last exception (if any). These changes needed to implement proper handlings of exception for FFI calls.
-
- Feb 07, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Feb 05, 2014
-
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
- Drop GE/LE iterators for HASH-index. - min/max can receive key. - fix all tests.
-
- Feb 03, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Jan 30, 2014
-
-
ocelot-inc authored
-
- Jan 29, 2014
-
-
Marko Kevac authored
-
- Jan 24, 2014
-
-
ocelot-inc authored
-
- Jan 23, 2014
-
-
Dmitry E. Oboukhov authored
+ use luaL_ref/luaL_unref to store lua scalar instead lua metatable. + add :is_closed method.
-
- Jan 21, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jan 17, 2014
-
-
ocelot-inc authored
-
ocelot-inc authored
-