Skip to content
Snippets Groups Projects
  1. Jun 09, 2016
  2. May 16, 2016
  3. May 11, 2016
  4. Feb 18, 2016
  5. Feb 09, 2016
  6. Feb 01, 2016
  7. Jan 22, 2016
  8. Jan 19, 2016
  9. Jan 18, 2016
  10. Jan 09, 2016
    • Roman Tsisyk's avatar
      Update CMakeFiles to unify deb/rpm packaging · 728eaebd
      Roman Tsisyk authored
      * Add -DENABLE_DIST=ON option to enable init scripts on `make install`
      * Create directories for tarantoolctl on `make install`
      * Add logrotate script to `make install`
      * Fix example.lua to work out of the box
      * Use /etc/default instead of /etc/sysconfig on Debian
      * Fix directories permissions for tarantoolctl
      * Add support for systemd-tmpfiles (required by Fedora)
      728eaebd
  11. Dec 15, 2015
  12. Nov 13, 2015
  13. Sep 30, 2015
  14. Aug 28, 2015
  15. Jul 07, 2015
  16. Jul 06, 2015
    • Veniamin Gvozdikov's avatar
      Updated FreeBSD ports files · 82227773
      Veniamin Gvozdikov authored
      82227773
    • Konstantin Osipov's avatar
      gh-897: stored functions in C/C++ · fccb62ce
      Konstantin Osipov authored
      Implement basic support for stored functions in C/C++.
      
      - split away struct func from struct func_def (function
      object and function definition object).
      - extend box.schema.func.create() to accept 'language' argument.
      - move module API related cmake magic to its own file
      - add test/lib to gitignore
      - update to the new test-run
      - add a test
      fccb62ce
  17. Apr 22, 2015
    • Roman Tsisyk's avatar
    • Roman Tsisyk's avatar
      Rename module.h to tarantool.h · b53e4674
      Roman Tsisyk authored
      b53e4674
    • Roman Tsisyk's avatar
      Define public module API for Tarantool Lua/C modules · efe97b7b
      Roman Tsisyk authored
      This patch adds `src/module.h` header file with definition of all public
      API functions suitable to use in Lua/C modules for Tarantool. This header
      is automatically generated from src/*.h by CMake (`make generate_module_api`)
      by extracting code blocks between /** \cond public */ /* \endcond public */
      Doxygen-style comments.
      
      Definitions of functions in module.h are frozen and must not be changed by
      future commits/releases. A new test case `app/module_api` is added to check
      compilation, linkage and loading of Lua modules and functionality of
      provided API functions.
      
      Other changes:
      
       * Convert mysql and pg to use module.h and prepare to convert to .c
       * Fix includes in say.h, coeio.h
       * Rename luaL_pushnumber64 to luaL_pushuint64 and
                luaL_pushinumber64 to luaL_pushint64
       * Add LUA_API macros to public luaL_* functions (actually adds extern "C")
      efe97b7b
  18. Feb 25, 2015
  19. Jan 30, 2015
  20. Nov 24, 2014
  21. Oct 23, 2014
  22. Sep 10, 2014
    • bigbes's avatar
      Move site to new engine · 1e42ae7a
      bigbes authored
      * Move our site from our own Jinja2+Markdown to Pelican
      * Move all pages from Markdown to RST(-highlightJS,+Pygmentize)
      * Create plugin for documentation building (HTML for DocBook based and RST for hand-written texts)
        - Supports HTML for DocBook-generated documentation
        - Supports RST for HandWrittend Texts
        - Embedding into Pre-Based Templates
        - Using BeautifulSoup library for generating proper titles
      * Adding Header to all site pages (e.g. Documentation)
      * Modifications of CSS (we need to bring order to our CSS's)
      * Modifications for DocBook xslt files and generations
      * Add GitHub Ribbon
      * Move FAQ to Documentation
      * Documentation page is static now
      * rocks.tarantool.org now in header
      1e42ae7a
  23. Sep 02, 2014
    • bigbes's avatar
      * CR fixes for rpm-systemd · fa06dde5
      bigbes authored
      * tarantool_ctl -> tarantool_ctl
      * Add test-run on travis-ci (closes gh-221)
      * Proper fiber name in the log
      fa06dde5
  24. Aug 31, 2014
    • bigbes's avatar
      Add systemd specs and following remarks: · 87812978
      bigbes authored
      * In RPM/DEB we introduce new utility - tarantool_ctl (extra/dist/dist.lua)
      * /var/pid -> /var/run
      * Fix extra/dist/dist.lua
      * /extra/dist/tarantool.init and /extra/dist/tarantool.service now
        are regenerated by cmake (paths to `dist.lua`)
      * Systemd service (Uses sysv-init script)
      * RPM Supports both systemd and init (by using '--with systemd' in
        rpmbuild flags)
      87812978
  25. Jul 14, 2014
  26. Jun 11, 2014
    • bigbes's avatar
      - Create 3 new rpm-specs: · df24154c
      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
      df24154c
  27. May 22, 2014
  28. Apr 10, 2014
  29. Feb 20, 2014
  30. Feb 06, 2014
  31. Jan 14, 2014
  32. Dec 30, 2013
Loading