1. 13 5月, 2013 3 次提交
  2. 30 4月, 2013 1 次提交
  3. 17 4月, 2013 1 次提交
  4. 12 4月, 2013 1 次提交
  5. 10 4月, 2013 1 次提交
  6. 08 4月, 2013 1 次提交
  7. 04 4月, 2013 4 次提交
  8. 03 4月, 2013 4 次提交
  9. 29 3月, 2013 1 次提交
    • M
      Fix ant/Java detection in cmake scripts · e143706e
      Misty De Meo 提交于
      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
  10. 27 3月, 2013 2 次提交
  11. 26 3月, 2013 3 次提交
  12. 25 3月, 2013 1 次提交
  13. 21 3月, 2013 3 次提交
  14. 18 3月, 2013 1 次提交
  15. 01 3月, 2013 3 次提交
  16. 28 2月, 2013 2 次提交
  17. 27 2月, 2013 2 次提交
  18. 26 2月, 2013 1 次提交
  19. 22 2月, 2013 1 次提交
  20. 21 2月, 2013 1 次提交
  21. 14 2月, 2013 1 次提交
  22. 13 2月, 2013 2 次提交