1. 30 3月, 2015 1 次提交
  2. 27 3月, 2015 1 次提交
  3. 25 3月, 2015 4 次提交
  4. 24 3月, 2015 2 次提交
    • A
      Remove local variables from CMAKE namespace · d4306647
      Alexander Nitsch 提交于
      d4306647
    • T
      Don't explicitly link Python on OS X · d057828e
      Tim D. Smith 提交于
      Explicitly linking to a Python framework on OS X prevents modules from
      being built against one python (i.e. system python) and imported from
      another (i.e. Homebrew python); the interpreter segfaults if there's a
      linkage to a foreign python. Building the module with `-undefined
      dynamic_lookup` instead of an explicit link allows the symbols to be
      resolved at load time from a compatible python.
      d057828e
  5. 23 3月, 2015 1 次提交
  6. 20 3月, 2015 6 次提交
  7. 19 3月, 2015 3 次提交
  8. 18 3月, 2015 1 次提交
  9. 17 3月, 2015 1 次提交
  10. 16 3月, 2015 1 次提交
  11. 12 3月, 2015 3 次提交
  12. 10 3月, 2015 1 次提交
  13. 09 3月, 2015 1 次提交
  14. 07 3月, 2015 2 次提交
    • A
      Fix MinGW detection on x86 · 13694c8a
      Alexander Nitsch 提交于
      Make detection of x64 using the gcc's target triplet identical
      to the one used in cmake/OpenCVDetectCXXCompiler.cmake.
      Otherwise, MinGW-w64 setups will always be treated as x64 since
      they contain "w64" as vendor key.
      13694c8a
    • A
      Fix MinGW architecture detection · dde7c22f
      Alexander Nitsch 提交于
      Fix typo that would always lead to detection of x86 for MinGW
      builds in the OpenCVConfig.cmake file.
      dde7c22f
  15. 06 3月, 2015 3 次提交
  16. 05 3月, 2015 1 次提交
  17. 03 3月, 2015 1 次提交
  18. 02 3月, 2015 7 次提交