index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
StringTest.cpp
Commit message (
Expand
)
Author
Age
*
Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines.
Hal Canary
2018-06-14
*
Make SkString::appendf safe for long strings.
Brian Salomon
2018-04-25
*
Compile with GCC 7.2.0.
Ben Wagner
2018-03-13
*
SkString: remove externally unused ::setUTF16() from API
Hal Canary
2018-03-01
*
SkString: fix ::setUTF16
Hal Canary
2018-03-01
*
simplify size check in string
Mike Reed
2018-02-14
*
remove SkThread, using std::thread instead
Mike Klein
2017-10-30
*
Make SkString reference counting thread/TSAN safe.
Ben Wagner
2017-10-03
*
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
*
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
*
fix DM?
mtklein
2015-09-22
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix StringTest for VS2015
bsalomon
2015-08-06
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
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
*
Clean up SkTypes.h.
bungeman@google.com
2013-10-11
*
Add SkString::appendU32() and SkString::appendU64()
epoger@google.com
2013-06-19
*
Revert r9081
epoger@google.com
2013-05-09
*
add SkString::append(const char c)
epoger@google.com
2013-05-09
*
Add option to gm: write out images into a hierarchy, rather than a flat set o...
epoger@google.com
2012-10-29
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Add SkString.contains()
epoger@google.com
2012-04-27
*
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
*
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