1. 07 6月, 2013 1 次提交
  2. 03 6月, 2013 1 次提交
  3. 27 5月, 2013 1 次提交
  4. 13 5月, 2013 4 次提交
  5. 30 4月, 2013 1 次提交
  6. 18 4月, 2013 2 次提交
  7. 17 4月, 2013 1 次提交
  8. 16 4月, 2013 1 次提交
  9. 12 4月, 2013 3 次提交
  10. 11 4月, 2013 1 次提交
  11. 10 4月, 2013 1 次提交
  12. 08 4月, 2013 3 次提交
  13. 04 4月, 2013 4 次提交
  14. 03 4月, 2013 4 次提交
  15. 01 4月, 2013 1 次提交
  16. 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
  17. 27 3月, 2013 2 次提交
  18. 26 3月, 2013 3 次提交
  19. 25 3月, 2013 1 次提交
  20. 23 3月, 2013 3 次提交
    • A
      Compile opencv_test_core with cv::String instead of std::string · 762aefd7
      Andrey Kamaev 提交于
      All tests passed!
      762aefd7
    • A
      Add cv::String class · 14bb4cbe
      Andrey Kamaev 提交于
      14bb4cbe
    • M
      Fix ant/Java detection in cmake scripts · a423afdd
      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.
      a423afdd
  21. 21 3月, 2013 1 次提交