index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkString.cpp
Commit message (
Expand
)
Author
Age
*
SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor]
mike@reedtribe.org
2014-01-06
*
Reverting r12427
rmistry@google.com
2013-12-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-02
*
DM: write failed comparison mode .pngs one more level deep in the tree.
mtklein@google.com
2013-11-26
*
Fix VC++ ptr-to-... and va_list confusion
commit-bot@chromium.org
2013-11-21
*
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
commit-bot@chromium.org
2013-11-18
*
Add SkString::appendU32() and SkString::appendU64()
epoger@google.com
2013-06-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-06-05
*
change impl to explicitly store length as u32, rather than size_t, so we keep...
reed@google.com
2013-06-04
*
Remove 16bit asserts and casts of string length.
bsalomon@google.com
2013-05-13
*
Add non-separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-22
*
Make GrGLEffects use an interface to append their code.
bsalomon@google.com
2013-03-07
*
Add option to gm: write out images into a hierarchy, rather than a flat set o...
epoger@google.com
2012-10-29
*
Double size of buffer for SkString::printf()
rileya@google.com
2012-09-14
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
fix warnings on Mac in src/core
caryclark@google.com
2012-06-06
*
Add SkString.contains()
epoger@google.com
2012-04-27
*
make string's reference counting thread-safe
reed@google.com
2011-09-14
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest;
tomhudson@google.com
2011-07-08
*
SkStringPrintf helper fucntion + a new unit test for it.
tomhudson@google.com
2011-06-30
*
Replace GrStringBuilder with SkString. First step in cleaning up the shader g...
bsalomon@google.com
2011-05-06
*
code style
mike@reedtribe.org
2011-04-10
*
balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2
mike@reedtribe.org
2011-04-10
*
Expose explicit functions to stringify float's and fixed's.
vandebo@chromium.org
2011-03-03
*
bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that
reed@google.com
2011-03-01
*
use sprintf to generate float->string for SkString routines, removing the
reed@google.com
2011-02-28
*
High level pdf classes and pdf specific interface.
vandebo@chromium.org
2010-10-12
*
more tests (need more meat in there)
reed@android.com
2009-02-27
*
grab from latest android
reed@android.com
2008-12-17