aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkString.cpp
Commit message (Expand)AuthorAge
* SkStringPrintf and SkString::printf now are no longer limted by a static bufferGravatar halcanary2016-04-25
* Revert of SkStringPrintf and SkString::printf now are no longer limted by a s...Gravatar halcanary2016-04-22
* SkStringPrintf and SkString::printf now are no longer limted by a static bufferGravatar halcanary2016-04-22
* Reverse dependency between SkScalar.h and SkFixed.h.Gravatar benjaminwagner2016-04-07
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Make SkString movable.Gravatar bungeman2016-02-07
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-23
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar rmistry2015-12-22
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-21
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar joshualitt2015-12-18
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-18
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...Gravatar reed2015-12-14
* Add config options to run different GPU APIs to dm and nanobenchGravatar kkinnunen2015-12-14
* Have /src files use header directly.Gravatar herb2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Replace SkPin32 with SkTPin and remove.Gravatar bungeman2015-08-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* SkString: remove fStr memberGravatar halcanary2015-04-08
* Avoid dec = -dec overflow when appending most negative signed integers.Gravatar mtklein2014-11-05
* Possible optimization to SkStringGravatar joshualitt2014-10-23
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Fix string assert and dead code which caused it.Gravatar bungeman2014-08-11
* SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor]Gravatar mike@reedtribe.org2014-01-06
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* DM: write failed comparison mode .pngs one more level deep in the tree.Gravatar mtklein@google.com2013-11-26
* Fix VC++ ptr-to-... and va_list confusionGravatar commit-bot@chromium.org2013-11-21
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* Add SkString::appendU32() and SkString::appendU64()Gravatar epoger@google.com2013-06-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-05
* change impl to explicitly store length as u32, rather than size_t, so we keep...Gravatar reed@google.com2013-06-04
* Remove 16bit asserts and casts of string length.Gravatar bsalomon@google.com2013-05-13
* Add non-separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-22
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
* Double size of buffer for SkString::printf()Gravatar rileya@google.com2012-09-14
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* Add SkString.contains()Gravatar epoger@google.com2012-04-27
* make string's reference counting thread-safeGravatar reed@google.com2011-09-14
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest;Gravatar tomhudson@google.com2011-07-08
* SkStringPrintf helper fucntion + a new unit test for it.Gravatar tomhudson@google.com2011-06-30
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* code styleGravatar mike@reedtribe.org2011-04-10
* balance sk_malloc with sk_free (instead of delete[]) in SkAutoUCS2Gravatar mike@reedtribe.org2011-04-10
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03