- 19 Aug, 2018 1 commit
-
-
Kenton Varda authored
-
- 14 Jul, 2018 1 commit
-
-
Kenton Varda authored
This is safer for signal handlers.
-
- 21 Apr, 2018 1 commit
-
-
Ivan Shynkarenka authored
-
- 19 Apr, 2018 1 commit
-
-
Ivan Shynkarenka authored
MinGW 7.2 (x86_64) build failed
-
- 19 Mar, 2018 2 commits
-
-
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.
-
Kenton Varda authored
-
- 11 Dec, 2017 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 06 Nov, 2017 1 commit
-
-
Kenton Varda authored
This should prevent stack traces from spurriously pointing at the line after the one where the call actually happened.
-
- 03 Oct, 2017 1 commit
-
-
Kenton Varda authored
-
- 18 Aug, 2017 1 commit
-
-
Kenton Varda authored
-
- 27 Jul, 2017 1 commit
-
-
Kenton Varda authored
-
- 12 Jul, 2017 1 commit
-
-
Koen Martens authored
-
- 28 Apr, 2017 2 commits
-
-
Kenton Varda authored
On Linux this cuts 56% off the run time of the fuzz test (aka 2.28x speedup). On Windows this makes it practical to run the fuzz test at all -- previously it was wayyyyyyy too slow.
-
Kenton Varda authored
-
- 24 Jan, 2017 1 commit
-
-
Harris Hancock authored
The calling convention must go inside the parentheses when declaring a function pointer. WINBOOL is apparently a MinGW-ism.
-
- 07 Nov, 2016 1 commit
-
-
Kenton Varda authored
-
- 10 Aug, 2016 1 commit
-
-
Justin Cormack authored
Fix as done elsewhere so that it builds correctly on Musl libc as well as Glibc. Signed-off-by:
Justin Cormack <justin@specialbusservice.com>
-
- 15 May, 2016 1 commit
-
-
Kenton Varda authored
Fixes a spurrious test failure with out-of-tree builds. Fixes #235 Closes #325
-
- 06 Apr, 2016 1 commit
-
-
Gordon McShane authored
-
- 26 Dec, 2015 1 commit
-
-
Drew Fisher authored
-
- 24 Dec, 2015 1 commit
-
-
Drew Fisher authored
The MSVC runtime was heavily refactored, so the internal function we call to get the current exception count changed for newer MSVC versions (as did the offset).
-
- 12 Jun, 2015 1 commit
-
-
Kenton Varda authored
-
- 20 May, 2015 1 commit
-
-
Ed Maste authored
This avoids an unused function warning for crashHandler.
-
- 05 May, 2015 1 commit
-
-
Kenton Varda authored
- Reduce noise. - Trace through async callbacks.
-
- 20 Apr, 2015 1 commit
-
-
Kenton Varda authored
-
- 17 Apr, 2015 1 commit
-
-
Kenton Varda authored
-
- 12 Apr, 2015 1 commit
-
-
Kenton Varda authored
-
- 30 Mar, 2015 1 commit
-
-
Kenton Varda authored
-
- 23 Mar, 2015 1 commit
-
-
Kenton Varda authored
-
- 30 Dec, 2014 1 commit
-
-
Kenton Varda authored
A compatibility layer is provided to ease migration.
-
- 12 Dec, 2014 1 commit
-
-
Kenton Varda authored
-
- 11 Dec, 2014 1 commit
-
-
Kenton Varda authored
-
- 29 Nov, 2014 1 commit
-
-
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.
-
- 23 Nov, 2014 1 commit
-
-
Kenton Varda authored
Thanks to Bryan Boreham <bjboreham@gmail.com> for much help getting this started.
-
- 20 Oct, 2014 2 commits
-
-
Philip Quinn authored
-
Philip Quinn authored
atos(1) doesn't actually have a '-d' flag, but its inclusion was innocuous (and suppressed a warning) until OS X 10.10.
-
- 20 Jul, 2014 2 commits
-
-
Philip Quinn authored
-
Philip Quinn authored
-
- 15 Jul, 2014 1 commit
-
-
Philip Quinn authored
-