aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std::string::data() instead of std::string::c_str() in cases where welloyd2007-07-211-1/+1
| | | | | just want access to the underlying data representation but don't care if the return value is NULL terminated or not.
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Put the definitions of Pipe::LAST_MESSAGE and Pipe::DEFAULT_MESSAGE intolloyd2006-08-231-0/+6
| | | | | pipe.cpp; apparently GCC was eliding them completely from the shared library otherwise, meaning Boost.Python couldn't reference them.
* Initial checkin1.5.6lloyd2006-05-181-0/+284