aboutsummaryrefslogtreecommitdiff
path: root/src/common/string_conversion.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-29/+29
* string_conversion: fix pointer mathMike Frysinger2019-08-051-2/+2
* Fix pointer arithmetic in UTF8ToUTF16CharHans Wennborg2016-10-271-3/+3
* Switch to scoped_array instead of inappropriate scoped_ptr.jessicag.feedback2013-10-281-1/+1
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-1/+1
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-18/+18
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Fix type in string_conversion.cc introduced in r1046ted.mielczarek@gmail.com2012-09-261-1/+1
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-1/+1
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-3/+4
* vectors are cleared with "clear()", not with "empty()thestig@chromium.org2012-04-111-2/+2
* Clean up build for 64 bit.dmaclach2010-07-191-4/+3
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-241-0/+1
* Fix bug of issue 135, now can dump symbols for dynamic libraries.luly812007-03-271-2/+2
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+2
* Fix UTF32ToUTF16Char() conversion. Fixes issue #99. Reviewed by bryner.waylonis2006-12-201-2/+2
* Change function declarations to match those of the header file. Amazingly, g...waylonis2006-12-151-12/+12
* Add unicode.org UTF-8/16/32 conversion code.waylonis2006-12-151-0/+154