aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/platform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-8/+8
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* Added support for MinGW cross-compileNicholas Corgan2015-01-131-2/+2
| | | | | | * Added CMake toolchain file, compatible with different versions * No dependency on MinGW runtime, all statically linked * Misc coding tweaks to allow MinGW to compile
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+58