Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the now-unused native tools | Chris Robinson | 2020-04-04 | 1 | -18/+0 |
| | |||||
* | Remove the now-unused bsincgen | Chris Robinson | 2020-04-02 | 1 | -11/+0 |
| | |||||
* | Don't require a C++ compiler for native-tools | Jan Niklas Hasse | 2020-03-27 | 1 | -1/+1 |
| | | | | | "By default C and CXX are enabled if no language options are given." https://cmake.org/cmake/help/v3.17/command/project.html | ||||
* | Use the correct functions set to the compiler switches | Chris Robinson | 2017-12-15 | 1 | -1/+4 |
| | |||||
* | Avoid using wmain on Windows | Chris Robinson | 2017-08-30 | 1 | -3/+4 |
| | |||||
* | Automatically generate the bsinc table when building | Chris Robinson | 2017-08-28 | 1 | -0/+15 |
| | | | | | This makes bsincgen a native tool like bin2h, so it can run automatically when compiling. | ||||
* | Always declare a native-tools build target | Chris Robinson | 2017-08-26 | 1 | -0/+2 |
| | |||||
* | Move native-tools to the root directory | Chris Robinson | 2017-05-05 | 1 | -0/+8 |