Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't assume rlim_t is unsigned | Chris Robinson | 2022-07-22 | 1 | -3/+4 |
| | |||||
* | Search the installation data directory (#693) | ilya-fedin | 2022-05-13 | 1 | -0/+14 |
| | | | That allows the logic to work on non-FHS distros like NixOS | ||||
* | Don't enable RTKit/D-Bus support on Windows | Chris Robinson | 2022-05-09 | 1 | -12/+11 |
| | |||||
* | Fix an unused parameter warning | Chris Robinson | 2022-02-23 | 1 | -1/+6 |
| | | | | ... when either pthread_setschedparam or RTKit aren't available. | ||||
* | Handle _gettid on FreeBSD | Chris Robinson | 2022-01-18 | 1 | -2/+2 |
| | | | | And simplify handling D-Bus/RTKit interfaces | ||||
* | Set niceness as a fallback only on Linux | Chris Robinson | 2022-01-18 | 1 | -0/+9 |
| | | | | | | | If pthread_setschedparam and rtkit_make_realtime both fail, lowering niceness can also work to boost priority. However, this only works on Linux and other OSs that implement a per-thread niceness (POSIX standard has it per-process, which isn't desirable behavior here). | ||||
* | Handle the rt-prio config options as the priority level | Chris Robinson | 2022-01-18 | 1 | -82/+111 |
| | |||||
* | Downgrade some ERRs to WARNs | Chris Robinson | 2021-11-21 | 1 | -1/+1 |
| | |||||
* | Avoid shadowing a variable name | Chris Robinson | 2021-05-13 | 1 | -2/+2 |
| | |||||
* | Update include headers | Chris Robinson | 2021-04-27 | 1 | -2/+3 |
| | | | | Don't add alc/ to the include paths. | ||||
* | Avoid over-long lines | Chris Robinson | 2021-04-22 | 1 | -2/+5 |
| | |||||
* | Move helpers.cpp to core | Chris Robinson | 2021-04-22 | 1 | -0/+510 |