- Jul 14, 2014
-
-
bigbes authored
-
- Jun 11, 2014
-
-
bigbes authored
* extra/rpm/tarantool-scl.rpm.spec - SCL spec for 1.5 * extra/rpm/tarantool-el.rpm.spec.in - Enetrprise Linux 5/6 Specification * extra/rpm/tarantool.rpm.spec.in - Specification for other Linuxs - Build (tarantool-el.rpm.spec and tarantool.rpm.spec) with `--define 'scl 15'`for SCL build. - Preserve old spec (for compatibility) - Add dependencies into Specifications, two specs for Mock. - Create configuration files for Mock builds for EL-{5,6}-{i386,x86_64} Working with Mock: cmake . make new_rpm{_el,}_src mock -r <config> --init mock -r <config> --rebuild <path_to_srpm> Merging commits
-
- May 22, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Bring source package and revision control ignore files up to date with the state of the master branch.
-
- Apr 10, 2014
-
-
Konstantin Osipov authored
Update mans, docs. A lot of resources still need to be updated (build scripts, etc).
-
- Feb 20, 2014
-
-
Konstantin Osipov authored
-
- Feb 06, 2014
-
-
Konstantin Osipov authored
Check that tuple is an msgpack array.
-
- Jan 14, 2014
-
-
Dmitry E. Oboukhov authored
-
- Dec 30, 2013
-
-
Konstantin Osipov authored
-
- Dec 16, 2013
-
-
Konstantin Osipov authored
Move towards a uniform include scheme where header files are stored along with the sources files, in the same directory. We had to begin to use this scheme thanks to use of subprojects, and a mix of two approaches turns the code base into a mess.
-
- Aug 30, 2013
-
-
Konstantin Osipov authored
-
- Aug 20, 2013
-
-
Konstantin Osipov authored
Add unit tests.
-
- Jul 08, 2013
-
-
Konstantin Osipov authored
-
- Jun 26, 2013
-
-
Konstantin Osipov authored
Remove trailing spaces. Get rid of an unused method.
-
- Jun 25, 2013
-
-
Eugine Blikh authored
2. Refactor find_tests code 3. Rewrite and Add comment for chdir(base) (test_run.py:145) 4. Rewrite .gitignore file for new name of unit tests
-
- Jun 20, 2013
-
-
Konstantin Osipov authored
Rename tarantool_pthread.h to tt_pthread.h This is a pre-requisite for addition of Perl stored procedures.
-
Roman Tsisyk authored
-
- Jun 18, 2013
-
-
Dmitry E. Oboukhov authored
-
- Jun 08, 2013
-
-
Konstantin Osipov authored
Don't load corrupted tuples.
-
- Jun 06, 2013
-
-
Konstantin Osipov authored
The patch which removes the CPack-generated spec and adds a proper spec for client, server and library was done by Dmitry Simonenko. Hand-port the patch to the master, since it's gone too far away from the origin and merging it ends up in a mess.
-
- May 30, 2013
-
-
Konstantin Osipov authored
- write the docs - remove unnecessary introduction of Perl - properly implement, document and test box.fiber.wrap() - rename box.find, explore alternatives (none) - rewrite box.unpack('R') to reuse code and do what's expected of it.
-
- May 21, 2013
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
autogenerate version file which can be used in case when there is no .git repository available within sources and it is crucial to properly display current version.
-
- Feb 21, 2013
-
- Jan 31, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jan 30, 2013
-
-
Roman Tsisyk authored
-
- Jan 21, 2013
-
-
Dmitry Simonenko authored
-
- Jan 17, 2013
-
-
Roman Tsisyk authored
-
- Jan 10, 2013
-
-
Konstantin Osipov authored
Move third_party library compilation to the top level (less directory traversal). Provide an option for using system LibEIO/libobjc. Enforce a naming convention for cmake/ scripts (Find* and Build*). Move ev and eio wrappers to third-party (todo: delete them completely). There is one (known) problem with this patch: tarantool --version now prints incorrect compile flags. To be fixed in a separate patch.
-
- Nov 23, 2012
-
-
Roman Tsisyk authored
-
- Nov 20, 2012
-
-
Konstantin Osipov authored
-
- Oct 17, 2012
-
-
Konstantin Osipov authored
-
- Oct 14, 2012
-
-
Konstantin Osipov authored
Move mod/box/ src/box. Fix broken packages. Rename tarantool_cpack.cmake to cpack.cmake.
-
- Oct 03, 2012
-
-
Konstantin Osipov authored
Make box.lua just one of the many files which can be compiled into the server. Fix lbox_tonumber64 to not truncate large Lua numbers (which don't fit into 32 bit range). Make box.fiber.id() work according to the docs.
-
- Sep 21, 2012
-
-
Dmitry Simonenko authored
-
- Aug 15, 2012
-
-
Konstantin Osipov authored
Add rope implementation based on AVL trees. Add unit tests.
-
- Jul 12, 2012
-
-
Konstantin Osipov authored
Fix a regression with nested @finally not being called, introduced in 1.4.7 release. Big thanks to David Chisnall for a swift fix in GNUStep Objective C runtime. Add unit tests for two Objective C runtime properties: nested finally handling and ability to catch C++ exceptions.
-
- Jun 14, 2012
-
-
Konstantin Osipov authored
Update .gitignore. Don't use tarantool encoding unless it's necessary.
-
Konstantin Osipov authored
Now that we have unit-testing framework, cherry-pick mhash unit tests from branch feature-hash-test.
-