1. 19 Aug, 2018 1 commit
  2. 14 Jul, 2018 1 commit
  3. 21 Apr, 2018 1 commit
  4. 19 Apr, 2018 1 commit
  5. 19 Mar, 2018 2 commits
    • Kenton Varda's avatar
      Improve uncaughtExceptionCount(). · f8ccf160
      Kenton Varda authored
      Including cxxabi.h caused build failures because our definition of __cxa_get_globals conflicted with the one in the header (despite being in a different namespace -- apparently becaues of `extern "C"` the compiler considers them to be conflicting). Annoyingly, __cxa_get_globals is only defined by GNU's cxxabi.h and not LLVM's. But LLVM has a nicer __cxa_uncaught_exceptions() that we can perhaps use.
      
      Also in C++17 there is a standard function we can call instead.
      f8ccf160
    • Kenton Varda's avatar
  6. 11 Dec, 2017 2 commits
  7. 06 Nov, 2017 1 commit
  8. 03 Oct, 2017 1 commit
  9. 18 Aug, 2017 1 commit
  10. 27 Jul, 2017 1 commit
  11. 12 Jul, 2017 1 commit
  12. 28 Apr, 2017 2 commits
  13. 24 Jan, 2017 1 commit
  14. 07 Nov, 2016 1 commit
  15. 10 Aug, 2016 1 commit
  16. 15 May, 2016 1 commit
  17. 06 Apr, 2016 1 commit
  18. 26 Dec, 2015 1 commit
  19. 24 Dec, 2015 1 commit
  20. 12 Jun, 2015 1 commit
  21. 20 May, 2015 1 commit
  22. 05 May, 2015 1 commit
  23. 20 Apr, 2015 1 commit
  24. 17 Apr, 2015 1 commit
  25. 12 Apr, 2015 1 commit
  26. 30 Mar, 2015 1 commit
  27. 23 Mar, 2015 1 commit
  28. 30 Dec, 2014 1 commit
  29. 12 Dec, 2014 1 commit
  30. 11 Dec, 2014 1 commit
  31. 29 Nov, 2014 1 commit
    • Kenton Varda's avatar
      Simplify exceptions. Eliminate Durability. Rename Nature to Type and simplify it. · 4ee25e43
      Kenton Varda authored
      Distinguishing between "local bugs" and "preconditions" was proving difficult in practice, because a precondition failure in one function may very well indicate a bug in a calling function, but the exception may be thrown through that function, thus when caught the classification is nonsensical. The distinction also was not as useful as imagined. So, I eliminated this distinction.
      4ee25e43
  32. 23 Nov, 2014 1 commit
  33. 20 Oct, 2014 2 commits
  34. 20 Jul, 2014 2 commits
  35. 15 Jul, 2014 1 commit