Martin Hořeňovský
|
0a3f899d6a
|
Move windows.h reduction logic into windows.h proxy header
Fixes #965 (at least the primary problem, the separate warnings can
be taken care of later)
|
2017-07-31 08:36:39 +02:00 |
|
Phil Nash
|
e3e6453229
|
Removed spurious "inline" (was causing linker errors) and fixed broken macOS detection
|
2017-07-12 15:24:35 +01:00 |
|
Martin Hořeňovský
|
2e87f8e328
|
Merge branch 'windows-header-defines' of https://github.com/horenmar/Catch
|
2017-01-16 17:00:43 +01:00 |
|
Vadim Zeitlin
|
b634e592da
|
Add support for breaking into debugger for Linux
Use Linux-specific /proc/$PID/status file to check whether we're being
debugged and a generic raise(SIGTRAP) to actually break into the debugger.
|
2017-01-15 19:29:34 +01:00 |
|
Martin Hořeňovský
|
b3907a78e1
|
Added NOMINMAX and WIN32_LEAN_AND_MEAN defines before including windows.h
This stops the `windows.h` header from defining `min` and `max` macros
and including lot of Windows APIs that are not needed by Catch.
|
2017-01-12 16:00:02 +01:00 |
|
Phil Nash
|
638cf9feb4
|
Separated out catch_platform.h
|
2013-08-16 19:08:39 +01:00 |
|