Skip to content
Snippets Groups Projects
  1. Apr 14, 2014
  2. Apr 10, 2014
  3. 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
  4. Mar 14, 2014
  5. Feb 27, 2014
  6. Feb 20, 2014
  7. Feb 19, 2014
  8. Feb 17, 2014
  9. Feb 14, 2014
  10. Feb 13, 2014
  11. Feb 12, 2014
    • Roman Tsisyk's avatar
      Explicitly use thread-local buffer for C++ exceptions · 250d031a
      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.
      250d031a
  12. Feb 07, 2014
  13. Feb 05, 2014
  14. Feb 03, 2014
  15. Jan 30, 2014
  16. Jan 29, 2014
  17. Jan 24, 2014
  18. Jan 23, 2014
  19. Jan 21, 2014
  20. Jan 17, 2014
Loading