1. 17 Nov, 2015 1 commit
  2. 29 Oct, 2015 1 commit
  3. 12 Oct, 2015 1 commit
  4. 01 Sep, 2015 1 commit
  5. 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
  6. 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
  7. 12 Aug, 2015 2 commits
  8. 30 Jun, 2015 1 commit
  9. 17 Jun, 2015 2 commits
  10. 03 Jun, 2015 2 commits
  11. 02 Jun, 2015 2 commits
  12. 29 May, 2015 1 commit
  13. 17 Apr, 2015 2 commits
  14. 24 Mar, 2015 1 commit
  15. 19 Mar, 2015 3 commits
  16. 13 Mar, 2015 2 commits
  17. 11 Mar, 2015 1 commit
  18. 10 Mar, 2015 2 commits
  19. 02 Mar, 2015 2 commits
  20. 10 Feb, 2015 1 commit
  21. 19 Jan, 2015 1 commit
    • Vladislav Vinogradov's avatar
      Fix arm linux toolchain file · 5978ef1d
      Vladislav Vinogradov authored
      Use find_program() to set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER.
      
      Originally the variables was set to compiler name, without absolute path.
      CMake 3.0 tries to find them in CMAKE_FIND_ROOT_PATH (since 
      CMAKE_FIND_ROOT_PATH_MODE_PROGRAM was set to ONLY) and fails.
      5978ef1d
  22. 18 Dec, 2014 1 commit
  23. 05 Dec, 2014 1 commit
  24. 17 Oct, 2014 4 commits
  25. 16 Oct, 2014 1 commit
  26. 13 Oct, 2014 1 commit
  27. 01 Jul, 2014 1 commit