Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Determine the function export attribute using CMake | Chris Robinson | 2011-05-17 | 1 | -10/+4 |
| | |||||
* | Move ALC_ENUMERATE_ALL_EXT enums to alc.h, to match other systems' headers | Chris Robinson | 2011-03-14 | 1 | -0/+9 |
| | |||||
* | Improve static builds with MinGW | Chris Robinson | 2010-11-28 | 1 | -1/+3 |
| | |||||
* | Make sure ALbyte and ALCbyte are signed | Chris Robinson | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | No need to continue supporting _OPENAL32LIB | Chris Robinson | 2010-03-28 | 1 | -2/+1 |
| | |||||
* | Use protected visibility for exported API functions | Chris Robinson | 2010-03-22 | 1 | -1/+1 |
| | | | | | | | Protected visibility is like default visibility, in that functions will be "exported" from the library. However, it also guarantees that references to the functions from within the library will be to the library's version, even if the symbols are overriden by the application. | ||||
* | Move ALC_ENUMERATE_ALL_EXT tokens to alext.h | Chris Robinson | 2008-07-22 | 1 | -5/+0 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+281 |