Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use std::string::data() instead of std::string::c_str() in cases where we | lloyd | 2007-07-21 | 1 | -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 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Put the definitions of Pipe::LAST_MESSAGE and Pipe::DEFAULT_MESSAGE into | lloyd | 2006-08-23 | 1 | -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.6 | lloyd | 2006-05-18 | 1 | -0/+284 |