aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alrecord.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence a couple more MSVC warningsChris Robinson2020-10-231-3/+8
|
* Improve handling main() with UTF-8 args on WindowsChris Robinson2020-08-121-0/+2
|
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-2/+3
|
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-12/+12
|
* Cleanup the examples' includesChris Robinson2019-07-291-1/+0
|
* Make sure a variable is set before useChris Robinson2019-06-301-0/+1
|
* Avoid including threads.h in the example helpersChris Robinson2018-11-261-0/+1
|
* Simplify some statementsFilip Gawin2018-10-291-5/+5
|
* Fix for older MSVC lacking strtofChris Robinson2018-03-211-0/+7
|
* Fix some types to make MSVC happyChris Robinson2017-12-171-6/+7
|
* Support 32-bit float with the recording exampleChris Robinson2017-06-251-12/+35
|
* Add a recording example appChris Robinson2017-06-231-0/+363