aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os/os_stream.h
Commit message (Collapse)AuthorAgeFilesLines
* os_stream: add printf facilityLuca Barbieri2010-08-201-1/+24
|
* os: A stream for debug logging.José Fonseca2010-02-141-0/+4
| | | | | | | Just a wrapper around os_log_message. Although it would probably make more sense to be the other way around. Also some comment fixes.
* os: Add a growable string stream.José Fonseca2010-02-141-0/+11
|
* os: Complement/improve stream inline helpers.José Fonseca2010-02-141-0/+17
|
* os: Make streams abstract.José Fonseca2010-02-141-13/+42
| | | | | Also replace windows kernel stream with null implementation. It was severely limited and no easy means to test it now.
* auxiliary: util_stream -> os_streamJosé Fonseca2010-02-041-0/+61