1. 30 Mar, 2015 1 commit
  2. 25 Mar, 2015 2 commits
  3. 24 Mar, 2015 2 commits
    • Alexander Nitsch's avatar
      d4306647
    • Tim D. Smith's avatar
      Don't explicitly link Python on OS X · d057828e
      Tim D. Smith authored
      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
  4. 23 Mar, 2015 1 commit
  5. 20 Mar, 2015 3 commits
  6. 19 Mar, 2015 3 commits
  7. 18 Mar, 2015 1 commit
  8. 17 Mar, 2015 2 commits
  9. 16 Mar, 2015 1 commit
  10. 12 Mar, 2015 3 commits
  11. 10 Mar, 2015 1 commit
  12. 09 Mar, 2015 1 commit
  13. 07 Mar, 2015 2 commits
    • Alexander Nitsch's avatar
      Fix MinGW detection on x86 · 13694c8a
      Alexander Nitsch authored
      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
    • Alexander Nitsch's avatar
      Fix MinGW architecture detection · dde7c22f
      Alexander Nitsch authored
      Fix typo that would always lead to detection of x86 for MinGW
      builds in the OpenCVConfig.cmake file.
      dde7c22f
  14. 06 Mar, 2015 3 commits
  15. 05 Mar, 2015 1 commit
  16. 03 Mar, 2015 1 commit
  17. 02 Mar, 2015 9 commits
  18. 27 Feb, 2015 3 commits