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
*
SkStringPrintf and SkString::printf now are no longer limted by a static buffer
halcanary
2016-04-25
*
Revert of SkStringPrintf and SkString::printf now are no longer limted by a s...
halcanary
2016-04-22
*
SkStringPrintf and SkString::printf now are no longer limted by a static buffer
halcanary
2016-04-22
*
Reverse dependency between SkScalar.h and SkFixed.h.
benjaminwagner
2016-04-07
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Make SkString movable.
bungeman
2016-02-07
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-23
*
Revert of Add config options to run different GPU APIs to dm and nanobench (p...
rmistry
2015-12-22
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-21
*
Revert of Add config options to run different GPU APIs to dm and nanobench (p...
joshualitt
2015-12-18
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-18
*
Revert of Add config options to run different GPU APIs to dm and nanobench (p...
reed
2015-12-14
*
Add config options to run different GPU APIs to dm and nanobench
kkinnunen
2015-12-14
*
Have /src files use header directly.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
Replace SkPin32 with SkTPin and remove.
bungeman
2015-08-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-07
*
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....
jvanverth
2015-07-02
*
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
mtklein
2015-07-01
*
SkString: remove fStr member
halcanary
2015-04-08
*
Avoid dec = -dec overflow when appending most negative signed integers.
mtklein
2014-11-05
*
Possible optimization to SkString
joshualitt
2014-10-23
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Fix string assert and dead code which caused it.
bungeman
2014-08-11
*
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
[next]