aboutsummaryrefslogtreecommitdiff
path: root/tests/StringTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* SkString: remove externally unused ::setUTF16() from APIHal Canary2018-03-011-11/+7
* SkString: fix ::setUTF16Hal Canary2018-03-011-22/+26
* simplify size check in stringMike Reed2018-02-141-0/+21
* remove SkThread, using std::thread insteadMike Klein2017-10-301-17/+10
* Make SkString reference counting thread/TSAN safe.Ben Wagner2017-10-031-0/+24
* SkStringPrintf and SkString::printf now are no longer limted by a static bufferhalcanary2016-04-251-0/+27
* Revert of SkStringPrintf and SkString::printf now are no longer limted by a s...halcanary2016-04-221-26/+0
* SkStringPrintf and SkString::printf now are no longer limted by a static bufferhalcanary2016-04-221-0/+26
* Add config options to run different GPU APIs to dm and nanobenchkkinnunen2015-12-231-1/+54
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...rmistry2015-12-221-54/+1
* Add config options to run different GPU APIs to dm and nanobenchkkinnunen2015-12-211-1/+54
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...joshualitt2015-12-181-54/+1
* Add config options to run different GPU APIs to dm and nanobenchkkinnunen2015-12-181-1/+54
* Revert of Add config options to run different GPU APIs to dm and nanobench (p...reed2015-12-141-54/+1
* Add config options to run different GPU APIs to dm and nanobenchkkinnunen2015-12-141-1/+54
* fix DM?mtklein2015-09-221-1/+9
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* Fix StringTest for VS2015bsalomon2015-08-061-3/+4
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-2/+2
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com2013-12-171-2/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-7/+3
* Reverting r12427rmistry@google.com2013-12-021-0/+13
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-021-13/+0
* DM: write failed comparison mode .pngs one more level deep in the tree.mtklein@google.com2013-11-261-0/+13
* Clean up SkTypes.h.bungeman@google.com2013-10-111-1/+1
* Add SkString::appendU32() and SkString::appendU64()epoger@google.com2013-06-191-8/+41
* Revert r9081epoger@google.com2013-05-091-12/+0
* add SkString::append(const char c)epoger@google.com2013-05-091-0/+12
* Add option to gm: write out images into a hierarchy, rather than a flat set o...epoger@google.com2012-10-291-0/+6
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-2/+2
* fix warnings on Mac in testscaryclark@google.com2012-06-061-1/+1
* Add SkString.contains()epoger@google.com2012-04-271-0/+13
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest;tomhudson@google.com2011-07-081-0/+42
* SkStringPrintf helper fucntion + a new unit test for it.tomhudson@google.com2011-06-301-0/+2
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatreed@google.com2011-03-011-0/+6
* use sprintf to generate float->string for SkString routines, removing thereed@google.com2011-02-281-0/+15
* High level pdf classes and pdf specific interface.vandebo@chromium.org2010-10-121-0/+16
* more tests (need more meat in there)reed@android.com2009-02-271-0/+54