1. 06 Nov, 2013 - 1 commit
  2. 05 Nov, 2013 - 2 commits
  3. 23 Oct, 2013 - 1 commit
  4. 11 Oct, 2013 - 1 commit
  5. 02 Oct, 2013 - 1 commit
    • Mark Shroyer's avatar
      Fix undefined behavior validating XSD substitution groups · 3c63cedb
      Mark Shroyer authored
      
      A bug in XSD substitution group validation would result in an invalid
      cast of SchemaType::Ptr to XsdComplexType::Ptr, in which case evaluating
      complexType->prohibitedSubstitutions() exhibited undefined behavior.  In
      practice this caused validation against XSD schemas containing
      substitution groups to fail on some machines, where ORing the checkSet
      mask against out of bounds memory could cause the function
      
      XsdSchemaHelper::substitutionGroupOkTransitive()
      
      to return a false negative.
      
      Minus the bug fix, the regression test added in this commit failed on
      (at least) Linux ARM when compiled with the Linaro toolchain 2013.01 g++
      4.7, with flags -marm -mcpu=cortex-a8 -O2.  However, it did not fail on
      a Linux amd64 machine prior to the bug fix.
      
      Change-Id: Idd060a941a3bc0620f1fcc903375e43022bdcbdc
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      3c63cedb
  6. 27 Sep, 2013 - 1 commit
  7. 26 Sep, 2013 - 1 commit
  8. 24 Sep, 2013 - 1 commit
  9. 23 Sep, 2013 - 2 commits
  10. 07 Sep, 2013 - 1 commit
  11. 06 Sep, 2013 - 1 commit
  12. 03 Sep, 2013 - 1 commit
  13. 29 Aug, 2013 - 1 commit
  14. 16 Aug, 2013 - 1 commit
  15. 05 Aug, 2013 - 1 commit
  16. 02 Aug, 2013 - 1 commit
  17. 26 Jul, 2013 - 2 commits
  18. 23 Jul, 2013 - 3 commits
  19. 16 Jul, 2013 - 1 commit
  20. 15 Jul, 2013 - 1 commit
  21. 11 Jul, 2013 - 2 commits
  22. 10 Jul, 2013 - 1 commit
  23. 26 Jun, 2013 - 1 commit
  24. 20 Jun, 2013 - 1 commit
  25. 16 Jun, 2013 - 1 commit
  26. 12 Jun, 2013 - 1 commit
  27. 10 Jun, 2013 - 1 commit
    • Thiago Macieira's avatar
      Fix warnings found by clang: private members unused in classes · 4bd45d7d
      Thiago Macieira authored
      
      These are private classes, so there's no need to keep binary
      compatibility or reserved members.
      
      qabstractxmlpullprovider_p.h:103:41: error: private field 'd' is not used [-Werror,-Wunused-private-field]
      projectedexpression_p.h:124:55: error: private field 'm_axis' is not used [-Werror,-Wunused-private-field]
      qprojectedexpression_p.h:154:41: error: private field 'm_right' is not used [-Werror,-Wunused-private-field]
      
      Change-Id: Idd46da87aaa85124b285cdcf01cf76eaa16e86c3
      Reviewed-by: default avatarRobin Burchell <robin+qt@viroteck.net>
      4bd45d7d
  28. 06 Jun, 2013 - 1 commit
  29. 05 Jun, 2013 - 1 commit
  30. 04 Jun, 2013 - 1 commit
  31. 29 May, 2013 - 1 commit
  32. 24 May, 2013 - 2 commits
  33. 13 May, 2013 - 1 commit