Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix header comment for AL_PITCH | Chris Robinson | 2009-12-16 | 1 | -2/+1 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+724 |