1. 20 Apr, 2018 1 commit
    • Simon Que's avatar
      Merge pull request #11353 from eecsninja:3.4 · 70546425
      Simon Que authored
      * Fix CV_Asserts with negation of strings
      
      {!"string"} causes some compilers to throw a warning.
      
      The value of the string is not that important -- it's only for printing
      the assertion message.
      
      Replace these calls with:
      
        CV_Error(Error::StsError, "string")
      
      to suppress the warning.
      
      * remove unnecessary 'break' after CV_Error()
      70546425
  2. 11 Feb, 2018 1 commit
  3. 02 Mar, 2014 1 commit
  4. 15 Feb, 2014 2 commits
  5. 10 Feb, 2014 2 commits
  6. 20 Jan, 2014 1 commit
  7. 19 Jan, 2014 17 commits
  8. 07 Dec, 2013 3 commits
  9. 17 Nov, 2013 1 commit
  10. 18 Sep, 2013 1 commit
  11. 11 Sep, 2013 1 commit
  12. 08 Sep, 2013 2 commits
  13. 23 Aug, 2013 1 commit
  14. 20 Aug, 2013 2 commits
  15. 19 Aug, 2013 1 commit
  16. 02 Aug, 2013 1 commit
  17. 29 Jul, 2013 1 commit
  18. 15 Jul, 2013 1 commit