1. 25 Aug, 2014 1 commit
  2. 22 Aug, 2014 4 commits
  3. 21 Aug, 2014 2 commits
  4. 20 Aug, 2014 1 commit
  5. 18 Aug, 2014 4 commits
  6. 16 Aug, 2014 1 commit
  7. 15 Aug, 2014 5 commits
  8. 13 Aug, 2014 3 commits
  9. 11 Aug, 2014 3 commits
  10. 08 Aug, 2014 1 commit
    • PhilLab's avatar
      Fixed self-assignment in cv::Ptr::operator = · efc1c393
      PhilLab authored
      A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment
      efc1c393
  11. 07 Aug, 2014 1 commit
  12. 05 Aug, 2014 1 commit
  13. 02 Aug, 2014 1 commit
  14. 01 Aug, 2014 1 commit
  15. 30 Jul, 2014 4 commits
  16. 29 Jul, 2014 3 commits
  17. 25 Jul, 2014 4 commits