1. 17 Oct, 2014 1 commit
  2. 22 Sep, 2014 1 commit
  3. 11 Sep, 2014 1 commit
  4. 08 Sep, 2014 1 commit
    • Maksim Shabunin's avatar
      Fixed java tests build · b3bae170
      Maksim Shabunin authored
      - disabled xfeature2d dependency for java wrappers
      - fixed java wrappers build after cmake rerun
      - disabled opencv_ml tests temporarily
      - fixed Imgproc usage in java tests
      b3bae170
  5. 01 Sep, 2014 1 commit
  6. 14 Aug, 2014 2 commits
  7. 14 Jul, 2014 1 commit
  8. 28 Jan, 2014 1 commit
  9. 18 Dec, 2013 1 commit
  10. 15 Nov, 2013 1 commit
  11. 06 Nov, 2013 1 commit
  12. 30 Oct, 2013 1 commit
  13. 15 Oct, 2013 1 commit
    • Roman Donchenko's avatar
      In Java bindings, wrap version constants into functions to prevent inlining. · 7ff91665
      Roman Donchenko authored
      Java inlines static finals if they're defined with a constant expression. In
      case of version constants we don't want that to happen, since they obviously
      change from version to version. If the user substitutes a different OpenCV
      jar without recompiling, we want user code to still have relevant values for
      the version constants.
      
      This arranges that by turning constant values into function calls, which no
      longer count as a constant expression.
      7ff91665
  14. 12 Sep, 2013 1 commit
  15. 21 Aug, 2013 1 commit
  16. 19 Aug, 2013 1 commit
  17. 13 Aug, 2013 2 commits
  18. 10 Jun, 2013 1 commit
  19. 11 Apr, 2013 1 commit
  20. 09 Apr, 2013 1 commit
  21. 26 Mar, 2013 1 commit
  22. 22 Mar, 2013 2 commits
  23. 13 Mar, 2013 1 commit
  24. 28 Feb, 2013 3 commits
  25. 26 Feb, 2013 1 commit
  26. 25 Feb, 2013 1 commit
  27. 23 Jan, 2013 1 commit
  28. 30 Dec, 2012 1 commit
  29. 23 Nov, 2012 1 commit
  30. 17 Oct, 2012 2 commits
  31. 17 Sep, 2012 2 commits
  32. 06 Sep, 2012 1 commit
  33. 09 Jul, 2012 1 commit