1. 02 May, 2017 2 commits
  2. 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
  3. 16 Apr, 2017 1 commit
    • Kyle Fleming's avatar
      Set Mac OS X deployment target to 10.9 · 3d526614
      Kyle Fleming authored
      Without it set, the build will choose the current OS version as the deployment target. 10.9 is the earliest usable, since that is when OS X introduced libc++.
      3d526614
  4. 18 Mar, 2017 1 commit
    • Kerry Billingham's avatar
      Changes made to the Maven build process: · d9231afa
      Kerry Billingham authored
      * Introduced OSGi Blueprint XML file and Bean class too automatically load the native library.
      
      * Introduced integration testing module to deploy to Karaf OSGi implementation.
      
      * Clears library executable stack flag during build.
      
      * Updated README document.
      d9231afa
  5. 21 Feb, 2017 2 commits
  6. 24 Jan, 2017 1 commit
  7. 20 Jan, 2017 1 commit
    • Dal Rupnik's avatar
      Merge pull request #8009 from Legoless:master · e71ff78f
      Dal Rupnik authored
      CMake: Building Dynamic Framework on iOS (#8009)
      
      * Updated python script with dynamic parameter
      
      Updated python script to build static library by default
      
      Updated python script to include bitcode flag
      
      Added bitcode flag to c flags
      
      Fixed directories and targets with static
      
      Bitcode parameter fixed
      
      Fixed script for static library
      
      Fixed parameters in build function
      
      Updated cmake common toolchain
      
      Added changes to OpenCV Utils
      
      Updates to cmake
      
      Added cache internal
      
      Updates to common toolchain
      
      Fixed path in framework destination and added UIKit dependency
      
      Dynamic plist for framework
      
      Lib version removed hardcoded value
      
      Removed trailing whitespace in toolchain
      
      * Removed trailing whitespace
      
      * Fixed typo in comment
      
      * Renamed bitcode variable to bitcodedisabled
      
      * Fixed target device family
      e71ff78f
  8. 19 Dec, 2016 1 commit
  9. 18 Nov, 2016 1 commit
  10. 10 Nov, 2016 2 commits
  11. 12 Oct, 2016 1 commit
  12. 28 Sep, 2016 1 commit
  13. 16 Sep, 2016 2 commits
  14. 01 Sep, 2016 1 commit
  15. 11 Aug, 2016 1 commit
  16. 14 Jul, 2016 1 commit
  17. 12 Jul, 2016 2 commits
  18. 07 Jul, 2016 1 commit
  19. 28 Jun, 2016 1 commit
  20. 20 Jun, 2016 1 commit
  21. 12 May, 2016 1 commit
  22. 21 Jan, 2016 1 commit
  23. 05 Jan, 2016 2 commits
  24. 18 Dec, 2015 2 commits
  25. 17 Dec, 2015 1 commit
  26. 17 Nov, 2015 2 commits
  27. 29 Oct, 2015 2 commits
  28. 12 Oct, 2015 1 commit
  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. 25 Aug, 2015 1 commit
    • Anush Elangovan's avatar
      Add Android ARMEABI_V7A_HARD for Hardfp support · 7bb3feff
      Anush Elangovan authored
      Add Android HardFP support. Expose the "armeabi-v7a-hard with NEON"
      ANDROID_ABI.
      
      TEST= Add -DANDROID_NATIVE_API_LEVEL=21
      -DANDROID_ABI="armeabi-v7a-hard with NEON"
      
      to compile with hardfp. Checked the output of make verbose to
      confirm -lm_hard is being linked. There are known test
      failures but that can be fixed once this is in.
      7bb3feff