1. 28 Aug, 2013 1 commit
  2. 27 Aug, 2013 1 commit
  3. 23 Aug, 2013 6 commits
  4. 22 Aug, 2013 4 commits
  5. 21 Aug, 2013 4 commits
  6. 20 Aug, 2013 2 commits
  7. 16 Aug, 2013 1 commit
  8. 14 Aug, 2013 3 commits
  9. 13 Aug, 2013 1 commit
  10. 12 Aug, 2013 1 commit
  11. 11 Aug, 2013 1 commit
  12. 08 Aug, 2013 7 commits
  13. 07 Aug, 2013 1 commit
  14. 06 Aug, 2013 4 commits
  15. 04 Aug, 2013 1 commit
    • Philippe FOUBERT's avatar
      Solve the problem seen when using recent versions of CMake (such as 2.8.11):… · ebd413c6
      Philippe FOUBERT authored
      Solve the problem seen when using recent versions of CMake (such as 2.8.11): OpenCVConfig.cmake violates the policy CMP0004.
      
      Symptoms:
      CMake Error at CMakeLists.txt:10 (add_executable):
      Target "my_app" links to item "C:/Program Files " which has leading
      or trailing whitespace. This is now an error according to policy CMP0004.
      
      This problem occurs when building on Windows when we depend on libraries located (for example) in "C:\Program Files (x86)..."
      ebd413c6
  16. 02 Aug, 2013 2 commits
    • Alexander Shishkov's avatar
      Update OpenCVDetectPython.cmake · afd7429c
      Alexander Shishkov authored
      On my MacOS the output of the sphinx-build binary is the following:
      
      Error: Insufficient arguments.
      
      Sphinx v1.2b1
      Usage: /usr/local/bin/sphinx-build [options] sourcedir outdir [filenames...]
      
      ...
      
      I have installed sphinx, but without this change HAVE_SPHINX==0 for me, so I can't build docs.
      afd7429c
    • Alexander Smorkalov's avatar
      Warning and review notes fixes. · 63786c38
      Alexander Smorkalov authored
      WITH_WINRT -> ENABLE_WINRT_MODE;
      Some temporary char* replaced with Ptr<char>;
      Build fix for regular WIN32;
      Windows Platform SDK and MSVC search added to cmake;
      Warinig fixes.
      63786c38