1. 20 Mar, 2019 1 commit
  2. 19 Mar, 2019 1 commit
  3. 12 Mar, 2019 1 commit
  4. 11 Mar, 2019 1 commit
  5. 04 Mar, 2019 2 commits
  6. 21 Dec, 2018 1 commit
  7. 19 Dec, 2018 1 commit
  8. 17 Nov, 2018 1 commit
  9. 27 Aug, 2018 1 commit
  10. 14 Aug, 2018 1 commit
  11. 10 Jun, 2018 1 commit
  12. 11 May, 2018 1 commit
  13. 03 May, 2018 1 commit
  14. 25 Apr, 2018 1 commit
  15. 05 Apr, 2018 1 commit
  16. 23 Feb, 2018 1 commit
  17. 08 Feb, 2018 1 commit
  18. 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
  19. 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
  20. 15 Dec, 2017 1 commit
  21. 10 Oct, 2017 1 commit
  22. 03 Aug, 2017 1 commit
  23. 19 Dec, 2016 1 commit
  24. 16 Sep, 2016 2 commits
  25. 07 Jul, 2016 1 commit
  26. 20 Jun, 2016 1 commit
  27. 12 May, 2016 1 commit
  28. 18 Dec, 2015 2 commits
  29. 01 Sep, 2015 1 commit
  30. 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
  31. 12 Aug, 2015 2 commits