1. 22 Aug, 2019 1 commit
  2. 21 Aug, 2019 1 commit
  3. 20 Aug, 2019 4 commits
    • Matthias Gehre's avatar
      modules/core/src/ocl.cpp: Fix dangling pointer · 0e92ac2a
      Matthias Gehre authored
      Detected by clang trunk:
      ```
      opencv/modules/core/src/ocl.cpp:4337:37: warning: object backing the pointer will be destroyed at the end of the full-expression [-Wdangling]
              CV_OCL_CHECK_RESULT(retval, cv::format("clCreateBuffer(capacity=%lld) => %p", (long long int)entry.capacity_, (void*)entry.clBuffer_).c_str());
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      opencv/modules/core/src/ocl.cpp:193:42: note: expanded from macro 'CV_OCL_CHECK_RESULT'
                  if (0) { const char* msg_ = (msg); CV_UNUSED(msg_); /* ensure const char* type (cv::String without c_str()) */ } \
      ```
      because `cv::format` yields a temporary std::string, and thus `msg_` points to a destroyed buffer.
      0e92ac2a
    • Philippe FOUBERT's avatar
      Merge pull request #15351 from philippefoubert:pr_ximea · b77a0039
      Philippe FOUBERT authored
      * Fix the detection of XIMEA on Windows (when it has been installed by another user with administrative privileges, for example).
      
      * Change the flow: we first try HKEY_CURRENT_USER key and, if empty, then try HKEY_LOCAL_MACHINE
      b77a0039
    • Alexander Alekhin's avatar
    • Alexander Alekhin's avatar
      videoio(doc): fix 'since' version · 6a439ae5
      Alexander Alekhin authored
      6a439ae5
  4. 16 Aug, 2019 4 commits
  5. 15 Aug, 2019 5 commits
  6. 14 Aug, 2019 10 commits
  7. 13 Aug, 2019 6 commits
  8. 12 Aug, 2019 4 commits
  9. 09 Aug, 2019 5 commits