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. 12 Feb, 2018 1 commit
  3. 11 Feb, 2018 1 commit
  4. 15 Dec, 2016 1 commit
  5. 25 Nov, 2016 2 commits
  6. 08 Nov, 2016 1 commit
  7. 21 Oct, 2016 2 commits
  8. 08 Sep, 2016 1 commit
  9. 14 Apr, 2016 1 commit
  10. 18 Oct, 2014 2 commits
  11. 24 Jun, 2014 1 commit
  12. 05 Mar, 2014 1 commit
  13. 02 Mar, 2014 1 commit
  14. 10 Feb, 2014 3 commits
  15. 20 Jan, 2014 1 commit
  16. 19 Jan, 2014 16 commits