1. 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
  2. 15 Jan, 2015 10 commits
  3. 14 Jan, 2015 3 commits
  4. 13 Jan, 2015 6 commits
  5. 12 Jan, 2015 3 commits
  6. 10 Jan, 2015 1 commit
  7. 09 Jan, 2015 1 commit
  8. 08 Jan, 2015 1 commit
  9. 05 Jan, 2015 3 commits
  10. 04 Jan, 2015 1 commit
  11. 03 Jan, 2015 3 commits
  12. 02 Jan, 2015 1 commit
    • Mike Izbicki's avatar
      fix to work with python 2.6 · ac47c0c6
      Mike Izbicki authored
      I had to make this modification locally to get opencv to build with python 2.6.  Python 2.6 requires indices in the format string (the `0` I added).  This requirement was relaxed in 2.7, so what used to be there would be working for people who could upgrade. I don't think the change has any negative consequences for future python versions, but I'm no expert.
      ac47c0c6
  13. 31 Dec, 2014 6 commits