Skip to content
Snippets Groups Projects
  1. Jul 14, 2014
  2. 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
  3. May 22, 2014
  4. Apr 10, 2014
  5. Feb 20, 2014
  6. Feb 06, 2014
  7. Jan 14, 2014
  8. Dec 30, 2013
  9. Dec 16, 2013
  10. Aug 30, 2013
  11. Aug 20, 2013
  12. Jul 08, 2013
  13. Jun 26, 2013
  14. Jun 25, 2013
  15. Jun 20, 2013
  16. Jun 18, 2013
  17. Jun 08, 2013
  18. Jun 06, 2013
    • Konstantin Osipov's avatar
      Hand-port rpm-split-spec branch. · 4583e56d
      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.
      4583e56d
  19. May 30, 2013
    • Konstantin Osipov's avatar
      Code review for box.net.box implementation: · dbeb277c
      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.
      dbeb277c
  20. May 21, 2013
  21. Feb 21, 2013
  22. Jan 31, 2013
  23. Jan 30, 2013
  24. Jan 21, 2013
  25. Jan 17, 2013
  26. Jan 10, 2013
    • Konstantin Osipov's avatar
      Refactor our CMake files. Patch provided by Roman Tsisyk. · 6dd44f6d
      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.
      6dd44f6d
  27. Nov 23, 2012
  28. Nov 20, 2012
  29. Oct 17, 2012
  30. Oct 14, 2012
  31. Oct 03, 2012
    • Konstantin Osipov's avatar
      Bug fixing, improvements to make queueing work. · 7b4de826
      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.
      7b4de826
  32. Sep 21, 2012
  33. Aug 15, 2012
  34. Jul 12, 2012
  35. Jun 14, 2012
Loading