1. 06 Oct, 2009 1 commit
  2. 21 May, 2009 1 commit
  3. 28 Apr, 2009 1 commit
  4. 09 Feb, 2009 1 commit
  5. 30 Jan, 2009 1 commit
  6. 23 Sep, 2008 1 commit
  7. 16 Sep, 2008 1 commit
  8. 15 Sep, 2008 2 commits
  9. 29 Apr, 2008 1 commit
  10. 12 Mar, 2008 1 commit
  11. 05 Mar, 2008 1 commit
  12. 16 Feb, 2008 1 commit
    • Rob Shearman's avatar
      Add a new convenience macro for an exception handler that handles all exceptions. · 8608e895
      Rob Shearman authored
      When using native compiler exceptions, the previous method of doing 
      this, __EXCEPT(NULL), would expand to __except( 
      (NULL)(GetExceptionInformation())) which doesn't compile as NULL isn't a 
      function.
      
      So add a new macro, __EXCEPT_ALL, which works correctly both when using 
      native compiler exceptions and without and which makes the meaning of 
      code in which it is used clearer.
      8608e895
  13. 04 Feb, 2008 1 commit
  14. 31 Dec, 2007 1 commit
  15. 07 Dec, 2007 1 commit
  16. 12 Nov, 2007 1 commit
  17. 02 Oct, 2007 1 commit
  18. 26 Jul, 2007 1 commit
  19. 18 May, 2007 2 commits
  20. 16 May, 2007 1 commit
  21. 30 Apr, 2007 1 commit
  22. 26 Apr, 2007 2 commits
  23. 12 Mar, 2007 1 commit
  24. 21 Feb, 2007 1 commit
  25. 07 Feb, 2007 1 commit
  26. 06 Feb, 2007 1 commit
  27. 16 Jan, 2007 1 commit
  28. 02 Jan, 2007 1 commit
  29. 09 Nov, 2006 1 commit
  30. 23 Oct, 2006 3 commits
  31. 20 Oct, 2006 1 commit
  32. 16 Oct, 2006 1 commit
  33. 13 Oct, 2006 1 commit
  34. 28 Sep, 2006 1 commit
  35. 07 Sep, 2006 1 commit