1. 12 Mar, 2019 1 commit
  2. 04 Mar, 2019 1 commit
  3. 21 Dec, 2018 1 commit
  4. 17 Nov, 2018 1 commit
  5. 27 Aug, 2018 1 commit
  6. 14 Aug, 2018 1 commit
  7. 10 Jun, 2018 1 commit
  8. 01 Jun, 2018 1 commit
  9. 11 May, 2018 1 commit
  10. 03 May, 2018 1 commit
  11. 25 Apr, 2018 1 commit
  12. 05 Apr, 2018 1 commit
  13. 23 Feb, 2018 1 commit
  14. 08 Feb, 2018 1 commit
  15. 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
  16. 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
  17. 05 Jan, 2018 4 commits
  18. 15 Dec, 2017 1 commit
  19. 10 Oct, 2017 1 commit
  20. 03 Aug, 2017 1 commit
  21. 31 Jul, 2017 1 commit
  22. 26 Apr, 2017 1 commit
    • Alexander Alekhin's avatar
      android: build fixes · 133b91a0
      Alexander Alekhin authored
      - eliminate CMake 3.5+ warnings
      - removed usage of dropped "OPENCV_CAMERA_MODULES" variable
      - partial support for Android NDK 11+
      133b91a0
  23. 19 Dec, 2016 1 commit
  24. 16 Sep, 2016 2 commits
  25. 01 Sep, 2016 1 commit
  26. 07 Jul, 2016 1 commit
  27. 20 Jun, 2016 1 commit
  28. 12 May, 2016 1 commit
  29. 21 Jan, 2016 1 commit
  30. 05 Jan, 2016 1 commit
    • Anush Elangovan's avatar
      Add LLVM c++_static c++_shared STL targets · 3405a865
      Anush Elangovan authored
      The Android NDK would be moving to Clang as its default compiler
      in the future. This patch allows OpenCV to build with the default
      c++_shared / c++_static
      
      TEST=Builds OpenCV with -DANDROID_TOOLCHAIN_NAME=
      aarch64-linux-android-clang3.6 -DANDROID_STL=c++_shared
      3405a865
  31. 18 Dec, 2015 2 commits
  32. 17 Nov, 2015 1 commit
  33. 12 Oct, 2015 1 commit
  34. 01 Sep, 2015 1 commit
  35. 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