1. 08 Jun, 2009 1 commit
  2. 23 Mar, 2009 1 commit
  3. 23 Feb, 2009 1 commit
  4. 20 Feb, 2009 1 commit
  5. 29 Dec, 2008 2 commits
  6. 26 Dec, 2008 1 commit
  7. 23 Dec, 2008 1 commit
  8. 17 Dec, 2008 1 commit
  9. 16 Dec, 2008 1 commit
  10. 11 Dec, 2008 2 commits
  11. 08 Dec, 2008 1 commit
  12. 17 Nov, 2008 1 commit
  13. 14 Nov, 2008 1 commit
  14. 10 Nov, 2008 1 commit
  15. 03 Nov, 2008 1 commit
  16. 26 Jun, 2008 1 commit
  17. 20 May, 2008 1 commit
  18. 02 Apr, 2008 1 commit
  19. 01 Apr, 2008 1 commit
  20. 26 Mar, 2008 2 commits
  21. 05 Mar, 2008 1 commit
  22. 01 Mar, 2008 1 commit
  23. 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
  24. 15 Feb, 2008 1 commit
  25. 12 Feb, 2008 1 commit
  26. 06 Dec, 2007 1 commit
  27. 19 Nov, 2007 3 commits
  28. 26 Oct, 2007 1 commit
  29. 26 Sep, 2007 1 commit
  30. 30 Aug, 2007 1 commit
  31. 31 Jul, 2007 1 commit
  32. 30 Jul, 2007 2 commits
  33. 26 Jul, 2007 2 commits