nixpkgs/pkgs/os-specific
Dan Peebles 3a9c217804 rtags: fix for clang/libc++ 4
This also fixes a missing header in the SDK that rtags needs to work
properly. The underlying cause is that C++ headers got shuffled around a
lot in libc++ 3.8 (I believe) and became more standards-compliant, which
led to a lot of C-compatible passthrough header files being added to it
like math.h, which defines some C++-compatible versions of standard
functions like signbit, while #include_next'ing the system math.h. In
this case, including the SDK was stuffing another math.h in front of the
libc++ shim, which led to all sorts of mysterious failures.
2017-04-04 08:07:52 -04:00
..
darwin rtags: fix for clang/libc++ 4 2017-04-04 08:07:52 -04:00
gnu top-level: crossSystem is no longer exposed to packages. Use *Platform. 2017-01-24 11:37:56 -05:00
linux sysdig: 1.15.0 -> 1.15.1 2017-04-04 12:20:02 +02:00
windows mingw: update 3.1.0 -> 4.0.6 2016-04-21 13:38:20 +02:00