aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkString.h
Commit message (Expand)AuthorAge
* document the SkStrAppend methodsGravatar reed2014-11-07
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* 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
* fix https://code.google.com/p/skia/issues/detail?id=1356Gravatar epoger@google.com2013-06-19
* Add SkString::appendU32() and SkString::appendU64()Gravatar epoger@google.com2013-06-19
* change impl to explicitly store length as u32, rather than size_t, so we keep...Gravatar reed@google.com2013-06-04
* Revert r9081Gravatar epoger@google.com2013-05-09
* add SkString::append(const char c)Gravatar epoger@google.com2013-05-09
* Add missing #include <stdarg.h> to SkString.h (fix Android build)Gravatar bsalomon@google.com2013-03-07
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* Address some valgrind issuesGravatar robertphillips@google.com2013-03-04
* Sort GL extension strings and search to find.Gravatar bsalomon@google.com2013-02-27
* use SkToS32 to turn a ptrdiff_t into an int (on 64bit build)Gravatar reed@google.com2013-02-04
* fix gcc buildGravatar humper@google.com2013-01-14
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
* Add SK_API to SkString for hclam@chromium.orgGravatar vandebo@chromium.org2012-10-18
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* 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
* have == always return bool, never intGravatar reed@google.com2011-07-20
* 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
* bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on someGravatar reed@google.com2011-03-03
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* High level pdf classes and pdf specific interface.Gravatar vandebo@chromium.org2010-10-12
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* more tests (need more meat in there)Gravatar reed@android.com2009-02-27
* grab from latest androidGravatar reed@android.com2008-12-17