summaryrefslogtreecommitdiff
path: root/test/style/glyph_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-1/+1
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-18/+18
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-7/+7
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-3/+0
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-221-3/+3
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-2/+1
* [tests] Don't call the callback for cancelled responsesJohn Firebaugh2016-02-041-1/+1
* [tests] Refactor and make MockFileSource more generalJohn Firebaugh2016-02-011-37/+44
* [core] use stale glyphsKonstantin Käfer2016-01-151-4/+0
* [tests] Simplify MockFileSourceJohn Firebaugh2015-12-241-3/+3
* [tests] Rewrite {Sprite,Glyph}Store tests in the style of ResourceLoadingJohn Firebaugh2015-12-241-170/+82
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-2/+2
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-011-4/+5
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-171-2/+8
* Add GlyphStore unit testsThiago Marcos P. Santos2015-07-161-0/+225