aboutsummaryrefslogtreecommitdiffstats
path: root/alc/helpers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid static constexpr for arrays iterated over at run-timeChris Robinson2019-10-251-1/+1
|
* Don't dereference the end iteratorChris Robinson2019-10-241-46/+42
|
* Print the found file entries after sortingChris Robinson2019-10-241-7/+15
|
* Improve logging for WindowsChris Robinson2019-10-081-1/+1
|
* Add a missing header for AndroidChris Robinson2019-09-231-0/+1
|
* Move the ifstream wrapper to commonChris Robinson2019-09-221-137/+0
|
* Remove the last uses of the system's str[n]casecmpChris Robinson2019-09-161-1/+2
|
* Clean up more implicit conversionsChris Robinson2019-09-131-3/+3
|
* Make IrSize unsignedChris Robinson2019-09-131-3/+3
|
* Avoid C-style casts in C++Chris Robinson2019-09-111-1/+1
|
* Move UID definitions to a separate sourceChris Robinson2019-08-121-41/+9
|
* Add methods to get env vars as an optionalChris Robinson2019-08-121-20/+19
|
* Move the wstr converters to a separate headerChris Robinson2019-08-111-0/+1
|
* Move the dynload decls and defs to commonChris Robinson2019-08-101-45/+0
|
* Improve log formatting for file searchesChris Robinson2019-08-071-2/+2
|
* Update some includesChris Robinson2019-08-051-0/+6
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-1/+1
|
* Rename Alc to alcChris Robinson2019-07-281-0/+851