Branch: refs/heads/cmake-cxx
  Home:   https://github.com/mailru/tarantool
  Commit: 5daa7e93a13016e2d0504117d272df0e6d6a997c
      
https://github.com/mailru/tarantool/commit/5daa7e93a13016e2d0504117d272df0e6d6a997c
  Author: Roman Tsisyk <[email protected]>
  Date:   2012-12-24 (Mon, 24 Dec 2012)

  Changed paths:
    M cmake/compiler.cmake
    M cmake/libobjc.cmake

  Log Message:
  -----------
  Remove -fgnu89-inline compiler option


  Commit: f1e53d6e1878ffff9b294ead9cd15b751a6cb4f5
      
https://github.com/mailru/tarantool/commit/f1e53d6e1878ffff9b294ead9cd15b751a6cb4f5
  Author: Roman Tsisyk <[email protected]>
  Date:   2012-12-24 (Mon, 24 Dec 2012)

  Changed paths:
    M CMakeLists.txt
    M client/CMakeLists.txt
    M client/tarantool/CMakeLists.txt
    M client/tarantool_checksum/CMakeLists.txt
    M cmake/compiler.cmake
    M cmake/libobjc.cmake
    M cmake/os.cmake
    A cmake/utils.cmake
    M include/config.h.cmake
    M src/CMakeLists.txt
    M src/lua/info.m
    M src/tarantool.m
    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/gopt/CMakeLists.txt

  Log Message:
  -----------
  Rework CMake files to distinguish between C, C++, ObjC and ObjC++ languages

 * Split ${core_flags} to ${TARANTOOL_${lang}_FLAGS} (langs=C;CXX;OBJC;OBJCXX)
 * Use add_definitions() for -D flags
 * Compile .m using CMAKE_C_COMPILER and .mm using CMAKE_CXX_COMPILER
 * Add support for C++ (use .cpp or .cc files) and ObjC++ (use .mm files)
 * Support for multiple namespaces in ${ns}_{lang}_flags (e.g. TARANTOOL, TESTS)


Compare: 
https://github.com/mailru/tarantool/compare/5daa7e93a130^...f1e53d6e1878
_______________________________________________
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