1. 21 Dec, 2018 1 commit
  2. 19 Dec, 2018 1 commit
  3. 17 Nov, 2018 1 commit
  4. 27 Aug, 2018 1 commit
  5. 14 Aug, 2018 1 commit
  6. 10 Jun, 2018 1 commit
  7. 11 May, 2018 1 commit
  8. 03 May, 2018 1 commit
  9. 25 Apr, 2018 1 commit
  10. 05 Apr, 2018 1 commit
  11. 23 Feb, 2018 1 commit
  12. 08 Feb, 2018 1 commit
  13. 14 Jan, 2018 1 commit
    • Alexander Alekhin's avatar
      android: update build_sdk.py · edcbbee9
      Alexander Alekhin authored
      - configuration files for ABIs configuration
      - use builtin Android NDK's toolchain by default (force flag to use OpenCV's toolchain)
      - default values for 'work_dir' and 'opencv_dir'
      edcbbee9
  14. 13 Jan, 2018 1 commit
    • Alexander Alekhin's avatar
      android: fix SDK build · 08086178
      Alexander Alekhin authored
      - fix Javadoc:
        - generate Javadoc after gather step to process all Java files (including Android 21)
        - generate into 'OpenCV-android-sdk' directly without additional copy step
      - use smart copy/move utility functions ('shutil' doesn't well with existed destination)
      - by default move files to reduce pressure on storage I/O (> 800Mb)
      08086178
  15. 15 Dec, 2017 1 commit
  16. 10 Oct, 2017 1 commit
  17. 03 Aug, 2017 1 commit
  18. 19 Dec, 2016 1 commit
  19. 16 Sep, 2016 2 commits
  20. 07 Jul, 2016 1 commit
  21. 20 Jun, 2016 1 commit
  22. 12 May, 2016 1 commit
  23. 18 Dec, 2015 2 commits
  24. 01 Sep, 2015 1 commit
  25. 31 Aug, 2015 1 commit
    • Maksim Shabunin's avatar
      Some changes to support mingw-w64 · 771af4f3
      Maksim Shabunin authored
      - IPP is disabled by default when compiler is mingw (couldn't make it
      work)
      - fixed some warnings
      - fixed some `__GNUC__` version checks (for correctness and convenience)
      - removed UTF-8 BOM from hough.cpp (fixes #5253)
      771af4f3
  26. 12 Aug, 2015 2 commits