Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: 6dd44f6da6f97d85ce5abb5860c38f312268fd16
      
https://github.com/mailru/tarantool/commit/6dd44f6da6f97d85ce5abb5860c38f312268fd16
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M client/CMakeLists.txt
    M client/tarantool/CMakeLists.txt
    M client/tarantool_checksum/CMakeLists.txt
    A cmake/BuildLibCORO.cmake
    A cmake/BuildLibEIO.cmake
    A cmake/BuildLibEV.cmake
    A cmake/BuildLibGOPT.cmake
    A cmake/BuildLibOBJC.cmake
    A cmake/BuildMisc.cmake
    A cmake/CMakeTestOBJCCompiler.cmake
    A cmake/CMakeTestOBJCXXCompiler.cmake
    A cmake/FindLibEIO.cmake
    A cmake/FindLibEV.cmake
    A cmake/FindLibOBJC.cmake
    R cmake/check_objective_c_compiler.cmake
    M cmake/compiler.cmake
    R cmake/libobjc.cmake
    M cmake/luajit.cmake
    M cmake/os.cmake
    A cmake/profile.cmake
    A cmake/utils.cmake
    M include/config.h.cmake
    R include/tarantool_eio.h
    R include/tarantool_ev.h
    M src/CMakeLists.txt
    M src/box/index.m
    M src/box/tree_index.m
    M src/evio.m
    M src/lua/info.m
    M src/sio.m
    M src/tarantool.m
    R src/tarantool_eio.c
    R src/tarantool_ev.c
    M test/CMakeLists.txt
    M test/box/args.result
    M test/box/args.test
    M test/connector_c/CMakeLists.txt
    M test/unit/CMakeLists.txt
    M third_party/CMakeLists.txt
    R third_party/coro/CMakeLists.txt
    R third_party/gopt/CMakeLists.txt
    A third_party/tarantool_eio.c
    A third_party/tarantool_eio.h
    A third_party/tarantool_ev.c
    A third_party/tarantool_ev.h

  Log Message:
  -----------
  Refactor our CMake files. Patch provided by Roman Tsisyk.

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.


  Commit: 4f71f2f34caec6e7663b2d628c6b6b3b7317fe72
      
https://github.com/mailru/tarantool/commit/4f71f2f34caec6e7663b2d628c6b6b3b7317fe72
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


Compare: https://github.com/mailru/tarantool/compare/04667f27d0e5...4f71f2f34cae
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to