1. 19 Jun, 2013 2 commits
  2. 18 Jun, 2013 1 commit
  3. 13 Jun, 2013 1 commit
    • Vladislav Vinogradov's avatar
      fix for bug #2985: · 05513758
      Vladislav Vinogradov authored
      OPENCLAMDBLAS and OPENCLAMDFFT never detected under linux.
      lib64/import and lib32/import is the path on Windows but not Linux.
      for CLAMDBLAS library we should use CLAMDBLAS_PATH (not CLAMDFFT_PATH)
      05513758
  4. 11 Jun, 2013 1 commit
  5. 07 Jun, 2013 1 commit
  6. 06 Jun, 2013 1 commit
  7. 05 Jun, 2013 1 commit
  8. 03 Jun, 2013 1 commit
  9. 31 May, 2013 2 commits
  10. 27 May, 2013 1 commit
  11. 14 May, 2013 1 commit
  12. 13 May, 2013 3 commits
  13. 29 Apr, 2013 1 commit
  14. 17 Apr, 2013 1 commit
  15. 12 Apr, 2013 1 commit
  16. 10 Apr, 2013 1 commit
  17. 08 Apr, 2013 1 commit
  18. 04 Apr, 2013 4 commits
  19. 03 Apr, 2013 4 commits
  20. 29 Mar, 2013 1 commit
    • Misty De Meo's avatar
      Fix ant/Java detection in cmake scripts · e143706e
      Misty De Meo authored
      Mac OS X 10.7 and newer don't come with Java installed. They do
      include some stub binaries, which ask the user if they want to
      install Java when run.
      
      OpenCV's cmake script just checks for the existence of an ant
      binary and assumes that Java's available if ant is. As a result,
      cmake will configure the build to use Java and it will fail once
      it tries to compile the Java bindings.
      
      This fixes the issue by checking for the exit status of
      `ant -version` - it exits 0 if Java is installed, or 1
      otherwise.(cherry picked from commit a423afdd)
      e143706e
  21. 27 Mar, 2013 2 commits
  22. 26 Mar, 2013 2 commits
  23. 25 Mar, 2013 2 commits
  24. 21 Mar, 2013 2 commits
  25. 20 Mar, 2013 1 commit
  26. 18 Mar, 2013 1 commit