aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alstring.h
Commit message (Expand)AuthorAgeFilesLines
* Add and use a copy-range string functionChris Robinson2016-02-241-0/+1
* Implement SearchDataFiles for WindowsChris Robinson2015-10-041-0/+2
* Add a function to get a list of data filesChris Robinson2015-10-031-0/+1
* Use size_t for the vector size and capacityChris Robinson2014-09-301-1/+1
* Use VECTOR_FIND_IF and VECTOR_FOR_EACH instead of manual loopsChris Robinson2014-08-091-1/+1
* Don't require pre-declaring vector typesChris Robinson2014-07-061-9/+6
* Use ALboolean for al_string_empty's return typeChris Robinson2014-04-301-1/+1
* Use an al_string vector for winmm device namesChris Robinson2014-04-071-0/+3
* Properly compare al_stringsChris Robinson2014-04-031-5/+2
* Recognize NULL as an empty vector/stringChris Robinson2014-04-031-2/+2
* Use al_string to handle mmdevapi and dsound device namesChris Robinson2014-03-281-0/+16
* Add an al_string type and use it for the device listsChris Robinson2014-03-281-0/+32