Don't require a C++ compiler
by Arnout Vandecappelle (Essensium/Mind) 7 years 3 months
Don't require a C++ compiler

By default, CMake assumes that the project is using both C and C++. By
explicitly passing 'C' as argument of the project() macro, we tell CMake
that only C is used, which prevents CMake from erroring out if a C++
compiler doesn't exist.
a6284cb9
Merge pull request #468 from dominicgs/appveyor
by Michael Ossmann 7 years 3 months
Merge pull request #468 from dominicgs/appveyor

Appveyor
5fbd75ef
Merge pull request #467 from dominicgs/windows_bui...
by Michael Ossmann 7 years 3 months
Merge pull request #467 from dominicgs/windows_build_warnings

Remove Windows build warnings
7641e488
DFU serial number - avoid reading serial from flas...
by Dominic Spill 7 years 3 months
DFU serial number - avoid reading serial from flash chip
Set a DFU mode specific serial number
bde5ca9f
Fix appveyor config formatting
by Dominic Spill 7 years 3 months
70d189bc
Pull libusb from GitHub rather than SourceForge
by Dominic Spill 7 years 3 months
f041d268
Cast all the things
by Dominic Spill 7 years 3 months
cf4b3ae7
Explicitly cast variables to silence Windows build...
by Dominic Spill 7 years 3 months
Explicitly cast variables to silence Windows build warnings
e384a2d2
Add helper functions for parsing frequency argumen...
by Dominic Spill 7 years 3 months
Add helper functions for parsing frequency arguments
d4d74db2
Calculate using doubles and cast to float at the l...
by Dominic Spill 7 years 3 months
Calculate using doubles and cast to float at the last moment
9f0a46d8
Report a bug