Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix conversion and maybe-unused warnings with my_fopen | Chris Robinson | 2023-08-18 | 1 | -3/+10 |
* | Avoid another potential overflow | Chris Robinson | 2022-09-23 | 1 | -1/+1 |
* | Fixed bug and possible overflow type (#771) | Herman Semenov | 2022-09-23 | 1 | -1/+1 |
* | Improve handling main() with UTF-8 args on Windows | Chris Robinson | 2020-08-12 | 1 | -36/+56 |
* | Compile makehrtf as C++ | Chris Robinson | 2018-12-31 | 1 | -2/+2 |
* | Use _wfopen_s to silence MSVC security warnings | Chris Robinson | 2017-10-07 | 1 | -5/+11 |
* | I guess -1 isn't allowed for the output | Chris Robinson | 2017-08-30 | 1 | -4/+4 |
* | Free the args returned by CommandLineToArgvW | Chris Robinson | 2017-08-30 | 1 | -0/+2 |
* | Avoid using wmain on Windows | Chris Robinson | 2017-08-30 | 1 | -48/+45 |
* | Use a common header for Unicode-awareness on Windows | Chris Robinson | 2017-08-27 | 1 | -0/+92 |