1. 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
  2. 06 Mar, 2015 2 commits
  3. 03 Mar, 2015 1 commit
  4. 02 Mar, 2015 9 commits
  5. 27 Feb, 2015 3 commits
  6. 26 Feb, 2015 1 commit
  7. 25 Feb, 2015 4 commits
  8. 24 Feb, 2015 12 commits
  9. 23 Feb, 2015 2 commits
    • Alexander Nitsch's avatar
      Fix MinGW detection on x86 · 8ae64027
      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.
      
      Since we are actually interested in finding the "64" in the
      triplet's operating system key, this fix makes sure to look for
      "mingw64" and thus avoids the false match.
      
      Fixes issue #3835. Credits to Lode Leroy for the original patch.
      8ae64027
    • StevenPuttemans's avatar
      add fit ellipse technique notice · 720fd144
      StevenPuttemans authored
      720fd144
  10. 22 Feb, 2015 1 commit
  11. 21 Feb, 2015 3 commits