Skip to content
Snippets Groups Projects
  1. Mar 02, 2011
    • Konstantin Osipov's avatar
      CPack: enable statically built binaries. · bd6091dc
      Konstantin Osipov authored
      @todo: Deal with this:
      
      /build/buildd/binutils-2.20.1/builddir-single/bfd/../../bfd/plugin.c:127:
      warning: Using 'dlopen' in statically linked applications requires
      at runtime the shared libraries from the glibc version used for
      linking
      libltbox.a(tarantool.c.o): In function `main':
      /home/kostja/work/tarantool/core/tarantool.c:453: warning: Using
      'getpwnam' in statically linked applications requires at runtime
      the shared libraries from the glibc version used for linking
      bd6091dc
  2. Feb 27, 2011
    • Konstantin Osipov's avatar
      Implement blueprint 'consistent-header-guards'. · 65df38a9
      Konstantin Osipov authored
      Implement
      https://blueprints.launchpad.net/tarantool/+spec/consistent-header-guards
      
      Audit all header files in tarantool code base for consistent use
      of header guards:
      - consistent naming scheme, following doc/coding-style.txt
      - header guard goes before the copyright
      - each header is self-sufficient.
      - add copyright headers where they were missing.
      
      Remove __packed__, __unused__, __noinline__ and __regparm2__ from util.h,
      since the name __unused__ conflicted with a parameter name in
      third_party/valgrind/valrgind.h, which led to a dependency in inclusion
      order between util.h and this header. The define names were not standard, I
      couldn't come up with some meaningful and standard names, and they were only
      saving some typing, while not providing any extra functionality.
      65df38a9
    • Konstantin Osipov's avatar
      Rename 'silverbox' to 'box', across the board. · 6908df6f
      Konstantin Osipov authored
      Rename 'silverbox' to 'box', across the board.
      Delete the remnants of the old build system
      (scripts/rules.mk and scripts/config-def.mk).
      
      Do not touch client/perl for now, since it's maintained
      elsewhere.
      6908df6f
  3. Feb 22, 2011
    • Konstantin Osipov's avatar
      CPack: initial commit. · 1cbe4ca8
      Konstantin Osipov authored
      Add the simplest CPack configuration for
      'make package' and 'make package_source'
      targets.
      Add an empty snapshot to revision control
      to use in 'make package' and thus
      spare the user from the need to do
      --init-storage.
      Modify args.test to accept a bare
      (no git version) version number, and thus
      ensure the user from a yet another call before
      he/she can start work/play around.
      1cbe4ca8
  4. Feb 17, 2011
    • Konstantin Osipov's avatar
      CMake build scripts: prepare for multiple module support. · d28b00c8
      Konstantin Osipov authored
      Generalize CMake build scripts to be able to
      easily add new modules (such as box or feeder).
      Move prscfg.{h,c} (confetti general library and
      header) from third_party/confetti/ to cfg/ to
      simplify the build.
      Update configuration file templates and parsing
      code to use the new confetti.
      Rename cfg/tarantool_cfg.h to cfg/warning.h,
      to be able to reuse it in warning.c.
      Update tests.
      
      Note: tarantool_feeder is now built in mod/feeder;
      tarantool_silverbox is built in mod/silverbox.
      Modify .gitignore accordingly.
      d28b00c8
  5. Feb 14, 2011
  6. Feb 07, 2011
  7. Feb 04, 2011
    • Konstantin Osipov's avatar
      Blueprint 'cmake-based-build' initial commit. · 82e966b3
      Konstantin Osipov authored
      Use CMake to:
      - Compile tarantool_silverbox, tarantool_feeder.
      - enable ./test-run testing out-of-source
      - implement Debug/Release configurations
      - add ENABLE_BACKTRACE ENABLE_TRACE and HAVE_BFD switches
      - support auto-generated targets
      82e966b3
  8. Dec 30, 2010
    • Roman Tokarev's avatar
      [core] rename · 8f712fec
      Roman Tokarev authored
      	chkconfig -> check_config
      	mod_reloadconfig -> mod_reload_config
      8f712fec
  9. Dec 27, 2010
  10. Dec 14, 2010
  11. Dec 09, 2010
  12. Dec 07, 2010
  13. Dec 03, 2010
  14. Dec 02, 2010
  15. Nov 29, 2010
    • Roman Tokarev's avatar
      [core] · 17832a40
      Roman Tokarev authored
      	add chkconfig
      	add 'reload configuration' command for admin console
      17832a40
  16. Nov 26, 2010
  17. Nov 18, 2010
  18. Nov 17, 2010
  19. Nov 16, 2010
  20. Nov 15, 2010
  21. Nov 13, 2010
Loading