Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't check for the app path if one was already retrieved | Chris Robinson | 2020-10-13 | 1 | -3/+4 |
| | |||||
* | Remove the unused Ref logging level | Chris Robinson | 2020-09-28 | 1 | -1/+0 |
| | |||||
* | Rework logging a little | Chris Robinson | 2020-09-28 | 1 | -9/+49 |
| | | | | | | Use OutputDebugStringW on Windows in addition to the log file Avoid duplicate formatter parsing with Android | ||||
* | Print the error from pthread_setschedparam | Chris Robinson | 2020-08-04 | 1 | -5/+6 |
| | |||||
* | GetProcBinary implementation for Haiku. | David Carlier | 2020-07-21 | 1 | -0/+10 |
| | |||||
* | Remove some hopefully unneeded macros | Chris Robinson | 2020-04-25 | 1 | -11/+0 |
| | |||||
* | Remove some unnecessary cmake checks | Chris Robinson | 2020-04-14 | 1 | -24/+15 |
| | |||||
* | Reset real-time priority on fork | Chris Robinson | 2020-03-29 | 1 | -2/+7 |
| | |||||
* | Add missing semicolon | Chris Robinson | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | Cleanup some helper code | Chris Robinson | 2020-03-20 | 1 | -31/+36 |
| | |||||
* | Move CPUCapFlags and FillCPUCaps to their own source | Chris Robinson | 2020-03-20 | 1 | -133/+0 |
| | |||||
* | Move the FPUCtl methods to its own source | Chris Robinson | 2020-03-20 | 1 | -45/+0 |
| | |||||
* | Avoid static constexpr for arrays iterated over at run-time | Chris Robinson | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Don't dereference the end iterator | Chris Robinson | 2019-10-24 | 1 | -46/+42 |
| | |||||
* | Print the found file entries after sorting | Chris Robinson | 2019-10-24 | 1 | -7/+15 |
| | |||||
* | Improve logging for Windows | Chris Robinson | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | Add a missing header for Android | Chris Robinson | 2019-09-23 | 1 | -0/+1 |
| | |||||
* | Move the ifstream wrapper to common | Chris Robinson | 2019-09-22 | 1 | -137/+0 |
| | |||||
* | Remove the last uses of the system's str[n]casecmp | Chris Robinson | 2019-09-16 | 1 | -1/+2 |
| | |||||
* | Clean up more implicit conversions | Chris Robinson | 2019-09-13 | 1 | -3/+3 |
| | |||||
* | Make IrSize unsigned | Chris Robinson | 2019-09-13 | 1 | -3/+3 |
| | |||||
* | Avoid C-style casts in C++ | Chris Robinson | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Move UID definitions to a separate source | Chris Robinson | 2019-08-12 | 1 | -41/+9 |
| | |||||
* | Add methods to get env vars as an optional | Chris Robinson | 2019-08-12 | 1 | -20/+19 |
| | |||||
* | Move the wstr converters to a separate header | Chris Robinson | 2019-08-11 | 1 | -0/+1 |
| | |||||
* | Move the dynload decls and defs to common | Chris Robinson | 2019-08-10 | 1 | -45/+0 |
| | |||||
* | Improve log formatting for file searches | Chris Robinson | 2019-08-07 | 1 | -2/+2 |
| | |||||
* | Update some includes | Chris Robinson | 2019-08-05 | 1 | -0/+6 |
| | |||||
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+851 |