Skip to content
Snippets Groups Projects
  1. Aug 14, 2015
  2. Apr 28, 2015
  3. Apr 23, 2015
  4. Apr 22, 2015
    • 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
  5. Dec 17, 2014
  6. Oct 27, 2014
  7. Oct 25, 2014
  8. Oct 24, 2014
  9. Oct 22, 2014
  10. Oct 20, 2014
    • bigbes's avatar
      Multiple changes: · 526dade3
      bigbes authored
      0) DIST.LUA: Move dist.lua to tarantoolctl (+ DEB + RPM + DOCS)
      0) DIST.LUA: Delete -w option
      1) CMAKE: Add pod2man function for generating MAN Files from POD format
      2) RPM: Add man files for tarantoolctl, move tarantoolctl+initscripts
      from `tarantool` into `tarantool-common`
      3) DEB: Remove tarantoolctl.1 creation
      4) Remove trailing whitespaces
      
      Fixes gh-570
      Fixes gh-557
      526dade3
  11. Sep 12, 2014
  12. 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
  13. Sep 01, 2014
  14. Aug 31, 2014
    • bigbes's avatar
      Small fixes · 5c4cad62
      bigbes authored
      5c4cad62
    • 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
  15. Aug 29, 2014
  16. Aug 15, 2014
  17. Jul 22, 2014
  18. Jul 21, 2014
    • bigbes's avatar
      Changes: · ea7e6e2c
      bigbes authored
      1) Backport `path_find`
      2) Disable debuginfo in RPM
      3) Disable failing part of BSDSocket test
      ea7e6e2c
  19. Jul 14, 2014
  20. Jul 10, 2014
  21. Jun 27, 2014
  22. Jun 25, 2014
  23. Jun 23, 2014
  24. Jun 20, 2014
  25. Jun 17, 2014
  26. Jun 13, 2014
  27. Jun 12, 2014
  28. Jun 11, 2014
Loading