summaryrefslogtreecommitdiffstats
path: root/base/sys_string_conversions_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Impl of platform mime typing for Mac.avi@google.com2008-08-221-1/+36
* Pass StringPieces by constant reference.deanm@google.com2008-08-201-2/+2
* Fix sys_strings_conversion_mac to use .data() rather than .c_str() now thatmmentovai@google.com2008-08-191-1/+1
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-191-3/+6
* Fix sys_string_conversions for use on the Mac.mmentovai@google.com2008-08-071-18/+17
* This is the addition of the system-dependent string conversions. This is just...brettw@google.com2008-08-071-0/+156