aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alstring.h
Commit message (Collapse)AuthorAgeFilesLines
* Add extern "C" to some headersChris Robinson2018-03-091-0/+8
|
* Add a string function to copy a wide-char rangeChris Robinson2018-01-131-0/+1
|
* Rename al_string_* functions to alstr_*Chris Robinson2017-04-041-18/+18
|
* 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
| | | | | | The method takes a marked-up filename (e.g. may include %r for a sample rate, %% for %, etc), and returns a vector of strings of found filenames that match. It will search the CWD, the local, and global data directories, in that order.
* 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
| | | | Also now gets wchar device names, to properly convert to UTF-8
* 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