1. 28 Sep, 2016 1 commit
  2. 23 Sep, 2016 3 commits
    • daB0bby's avatar
      bypass macro · 809bbb47
      daB0bby authored
      809bbb47
    • daB0bby's avatar
      bypass macro · 7840b07d
      daB0bby authored
      7840b07d
    • Tomoaki Teshima's avatar
      check FP16 build condition correctly · c7cb116d
      Tomoaki Teshima authored
        * use __GNUC_MINOR__ in correct place to check the version of GCC
        * check processor support of FP16 at run time
        * check compiler support of FP16 and pass correct compiler option
        * rely on ENABLE_AVX on gcc since AVX is generated when mf16c is passed
        * guard correctly using ifdef in case of various configuration
        * use v_float16x4 correctly by including the right header file
      c7cb116d
  3. 22 Sep, 2016 3 commits
  4. 21 Sep, 2016 3 commits
  5. 18 Sep, 2016 5 commits
  6. 17 Sep, 2016 1 commit
  7. 16 Sep, 2016 3 commits
  8. 15 Sep, 2016 3 commits
  9. 14 Sep, 2016 2 commits
    • Sean McBride's avatar
      Removed some extra semi-colons · 5357e28a
      Sean McBride authored
      Fixes clang -Wextra-semi warnings.
      5357e28a
    • 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
  10. 13 Sep, 2016 1 commit
  11. 09 Sep, 2016 4 commits
  12. 08 Sep, 2016 7 commits
  13. 07 Sep, 2016 2 commits
    • 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
  14. 06 Sep, 2016 2 commits