1. 14 Sep, 2016 1 commit
    • Valeriy Van's avatar
      Merge pull request #7178 from valeriyvan:iosfixes · f1dcf71d
      Valeriy Van authored
      * Changes delegate property from assign to weak
      
      In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong.
      Assign for delegate is sign of legacy code.
      This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary.
      This change shouldn't break any existing code.
      
      * Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files
      
      For whatever reason compiler can't synthesize these.
      And yes, it's time to convert all Objective-C stuff to ARC.
      f1dcf71d
  2. 13 Sep, 2016 2 commits
  3. 09 Sep, 2016 6 commits
  4. 08 Sep, 2016 22 commits
  5. 07 Sep, 2016 3 commits
    • Alexander Alekhin's avatar
    • Valeriy Van's avatar
      Minor fix in MatAllocator::download · c562f0ad
      Valeriy Van authored
      Minor fix in MatAllocator::upload
      Minor fix in MatAllocator::copy
      Minor fix in setSize function
      Minor fix in Mat::Mat
      Minor fix in cvMatNDToMat function
      Minor fix in _InputArray::getMatVector
      Minor fix in _InputArray::getUMatVector
      Minor fix in cv::hconcat
      Minor fix in cv::vconcat
      Minor fix in cv::setIdentity
      Minor fix in cv::trace
      Minor fix in transposeI_ template function
      Minor fix in reduceC_ template function
      Minor fix in sort_ template function
      Minor fix in sortIdx_ template function
      Minor fix in cvRange function
      Minor fix in MatConstIterator::seek
      Minor fix in SparseMat::create
      Minor fix in SparseMat::copyTo
      Minor fix in SparseMat::convertTo
      Minor fix in SparseMat::convertTo
      Minor fix in SparseMat::ptr
      Minor fix in SparseMat::resizeHashTab
      Fixes indentation
      c562f0ad
    • Pavel Rojtberg's avatar
  6. 06 Sep, 2016 6 commits