index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkString.h
Commit message (
Expand
)
Author
Age
*
Reverse dependency between SkScalar.h and SkFixed.h.
benjaminwagner
2016-04-07
*
Templatize SkToXXX.
bungeman
2016-03-19
*
Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chr...
bungeman
2016-03-18
*
Templatize SkToXXX.
bungeman
2016-03-18
*
Move SkTArray to include/private.
bungeman
2016-02-17
*
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
*
Document SkString::resize(int) as destructive.
bungeman
2015-08-31
*
Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentS...
wangyix
2015-08-13
*
SkString: remove fStr member
halcanary
2015-04-08
*
document the SkStrAppend methods
reed
2014-11-07
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
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
*
fix https://code.google.com/p/skia/issues/detail?id=1356
epoger@google.com
2013-06-19
*
Add SkString::appendU32() and SkString::appendU64()
epoger@google.com
2013-06-19
*
change impl to explicitly store length as u32, rather than size_t, so we keep...
reed@google.com
2013-06-04
*
Revert r9081
epoger@google.com
2013-05-09
*
add SkString::append(const char c)
epoger@google.com
2013-05-09
*
Add missing #include <stdarg.h> to SkString.h (fix Android build)
bsalomon@google.com
2013-03-07
*
Make GrGLEffects use an interface to append their code.
bsalomon@google.com
2013-03-07
*
Address some valgrind issues
robertphillips@google.com
2013-03-04
*
Sort GL extension strings and search to find.
bsalomon@google.com
2013-02-27
*
use SkToS32 to turn a ptrdiff_t into an int (on 64bit build)
reed@google.com
2013-02-04
*
fix gcc build
humper@google.com
2013-01-14
*
Runtime configuration system for skia. This will allow developers to control...
humper@google.com
2013-01-14
*
Add option to gm: write out images into a hierarchy, rather than a flat set o...
epoger@google.com
2012-10-29
*
Add SK_API to SkString for hclam@chromium.org
vandebo@chromium.org
2012-10-18
*
Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like
senorblanco@chromium.org
2012-07-09
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
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
*
have == always return bool, never int
reed@google.com
2011-07-20
*
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
*
bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some
reed@google.com
2011-03-03
*
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
[next]