Skip to content
* Douglas Weber <douglas.weber@student.kit.edu>
* ilovezfs <ilovezfs@icloud.com>
* Marcus Müller <marcus@hostalia.de>
* Michael Dickens <michael.dickens@ettus.com>
* Sebastian Koslowski <sebastian.koslowski@gmail.com>
* soggysec <sagui.gvsu@gmail.com>

- `boost::posix_time::[milli]second` takes integer numbers, and we now at least cast the floats to integers, as Boost 1.67 forced us to realize we're (incorrectly) using floating point her
- CMake: using regex to match compiler against "Clang" now enables correct build on OS X
- Fixed GRC bug which broke WX and Qt (by altering the template code), in multiple (less than awesome) steps
- `float_array_to_int`: int32 limits were wrongly hardcoded.
- Fixed the undefined behaviour happening in `float_to_complex` when accessing the second input_items element in the single-input case