summaryrefslogtreecommitdiff
path: root/ios/benchmark
Commit message (Collapse)AuthorAgeFilesLines
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-5/+5
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* [core] Remove bundled styles.Leith Bade2015-10-302-2/+1
| | | | Fixes #2239
* [iOS] fix benchmarking app and update to style v8Konstantin Käfer2015-10-0211-4277/+9025
|
* Update stylesJohn Firebaugh2015-08-202-2/+2
|
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-301-1/+1
|
* Fixed ios-bench buildMinh Nguyễn2015-05-291-1/+1
| | | | `accessToken` parameter was removed in #1553.
* Marked unused parameters with __unusedMinh Nguyễn2015-05-181-4/+1
| | | | Replaced haphazard usage of pragmas and `(void)` expressions with the `__unused` keyword.
* Removed “private” headerMinh Nguyễn2015-05-182-2/+12
| | | | | | Instead of exposing these methods in a private header that winds up triggering warnings publicly, just redeclare the methods in a category. Since this is a test app, we’ll catch any issues that arise from refactoring simply by testing. Fixes #1579.
* update header pathJustin R. Miller2015-05-051-1/+1
|
* [iOS] add benchmarking applicationKonstantin Käfer2015-05-0540-0/+8734