1. 10 Apr, 2015 1 commit
  2. 08 Apr, 2015 1 commit
  3. 07 Apr, 2015 1 commit
  4. 06 Apr, 2015 1 commit
  5. 31 Mar, 2015 1 commit
  6. 30 Mar, 2015 5 commits
    • Alexander Nitsch's avatar
      Fix static/shared lib detection · afd9de6f
      Alexander Nitsch authored
      The check for BUILD_SHARED_LIBS had its logic backwards. If this
      variable is not defined we must assume a build of static libs.
      afd9de6f
    • Alexander Nitsch's avatar
      66e653d2
    • Alexander Nitsch's avatar
      Fix MinGW detection on x86 · 3fff0e5b
      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.
      3fff0e5b
    • Alexander Nitsch's avatar
      Fix MinGW architecture detection · 8f84a73b
      Alexander Nitsch authored
      Fix typo that would always lead to detection of x86 for MinGW
      builds in the OpenCVConfig.cmake file.
      8f84a73b
    • Alexander Nitsch's avatar
      Fix MinGW detection on x86 · 2e86cede
      Alexander Nitsch authored
      MinGW-w64 always uses "w64" as vendor key which the previously
      used check for "64" anywhere in the target triplet matched. This
      would lead to MinGW-w64 setups always being treated as x64.
      
      Turns out we do not even need this additional check since the
      architecture has been correctly determined earlier in this file.
      No need to do it again.
      2e86cede
  7. 27 Mar, 2015 1 commit
  8. 23 Mar, 2015 3 commits
  9. 17 Mar, 2015 1 commit
  10. 13 Mar, 2015 1 commit
  11. 10 Mar, 2015 5 commits
  12. 06 Mar, 2015 3 commits
  13. 05 Mar, 2015 1 commit
  14. 02 Mar, 2015 4 commits
  15. 26 Feb, 2015 2 commits
  16. 25 Feb, 2015 1 commit
  17. 22 Feb, 2015 1 commit
  18. 18 Feb, 2015 3 commits
  19. 10 Feb, 2015 1 commit
  20. 09 Feb, 2015 1 commit
  21. 06 Feb, 2015 1 commit
  22. 04 Feb, 2015 1 commit