1. 15 Aug, 2012 1 commit
  2. 06 Sep, 2011 1 commit
  3. 13 Jun, 2011 1 commit
  4. 08 Jun, 2011 1 commit
  5. 06 Jun, 2011 1 commit
  6. 03 Jun, 2011 1 commit
  7. 02 Jun, 2011 1 commit
  8. 31 May, 2011 1 commit
  9. 22 Oct, 2010 2 commits
  10. 09 Mar, 2009 1 commit
  11. 05 Mar, 2009 1 commit
  12. 23 Feb, 2009 1 commit
  13. 06 Feb, 2009 3 commits
  14. 06 Jan, 2009 3 commits
  15. 26 Dec, 2008 2 commits
  16. 01 Dec, 2008 1 commit
  17. 17 Nov, 2008 1 commit
  18. 15 Sep, 2008 5 commits
  19. 30 Aug, 2008 1 commit
  20. 03 Jul, 2008 1 commit
  21. 24 Apr, 2008 1 commit
  22. 21 Apr, 2008 1 commit
    • Rob Shearman's avatar
      widl: The implicit_handle attribute is allowed with a handle explicitly… · c4ca32bb
      Rob Shearman authored
      widl: The implicit_handle attribute is allowed with a handle explicitly specified in the function parameters.
      
      In that case, that handle is used instead of the implicit handle.
      
      Fix the check for the explicit_handle attribute being specified without
      a handle being specified in the function parameters, even though issuing
      an error is wrong. (Thanks to Marcus Meissner & Coverity for spotting
      that the check didn't do what it was supposed to do.)
      c4ca32bb
  23. 02 Apr, 2008 1 commit
  24. 27 Mar, 2008 1 commit
    • Rob Shearman's avatar
      widl: Fix detection of non-pointer context handles. · f4a96193
      Rob Shearman authored
      is_ptr cannot be used because it follows the chain of types into the 
      type which has the context_handle attribute, which is typically "void *" 
      and so causes these context handles to be incorrectly detected as 
      context handles. Instead, we can use is_aliaschain_ptr to follow the 
      chain of aliases without following pointers and the absence of the 
      context_handle attribute indicates that it must be present on a type 
      after following a pointer.
      f4a96193
  25. 15 Feb, 2008 1 commit
  26. 04 Feb, 2008 1 commit
  27. 17 Dec, 2007 1 commit
  28. 12 Dec, 2007 1 commit
  29. 11 Dec, 2007 1 commit
  30. 19 Nov, 2007 1 commit