Skip to content
Snippets Groups Projects
  1. May 20, 2014
  2. May 19, 2014
  3. Apr 22, 2014
  4. Apr 16, 2014
  5. Mar 31, 2014
  6. Mar 26, 2014
  7. Mar 24, 2014
  8. Mar 21, 2014
  9. Mar 20, 2014
    • Roman Tsisyk's avatar
      Fix build system to properly support pluggable modules · 876e401a
      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
      876e401a
  10. Mar 07, 2014
  11. Mar 06, 2014
  12. Feb 20, 2014
  13. Feb 19, 2014
  14. Feb 18, 2014
  15. Feb 10, 2014
  16. Feb 06, 2014
    • Dmitry E. Oboukhov's avatar
      c5834d94
    • Dmitry Simonenko's avatar
      plugins-to-lua-modules: migrate from plugins to lua modules. · 4f6db98f
      Dmitry Simonenko authored
      Summary:
      * PLUGIN_DIR -> MODULE_DIR
      * MODULE_DIR prefix is /usr/lib/tarantool/VERSION
      * MODULE_DIR automatically appends to both lua c/path
      * removed plugin autoload facility in src/lua/init.cc
      * removed admin console plugin dependencies
      * moved src/box/lua/sql.lua to separate module = require('box.net.sql')
      * moved src/plugin/pg = require('box.net.pg')
      * moved src/plugin/mysql = require('box.net.mysql')
      * default .so and .lua install is lib/tarantool/modules/{box/net/}
      * debian spec and tests are updated
      4f6db98f
  17. Feb 05, 2014
  18. Feb 03, 2014
  19. Jan 30, 2014
  20. Jan 28, 2014
  21. Jan 23, 2014
  22. Jan 14, 2014
  23. Jan 10, 2014
  24. Dec 31, 2013
  25. Dec 25, 2013
  26. Dec 19, 2013
  27. Dec 06, 2013
  28. Nov 27, 2013
Loading