summaryrefslogtreecommitdiff
path: root/platform/ios/benchmark
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year! 🎉Minh Nguyễn2017-01-041-1/+1
|
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+1
| | | | | | | - puts function definitions in a namespace ... {} rather than using namespace ...; - remove trailing whitespace - add trailing newline - protect SQL statements from being formatted by clang-format
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [ios] Parentheses for build variablesMinh Nguyễn2016-04-241-3/+3
|
* [ios] Prompt for access token in ios-benchMinh Nguyễn2016-04-183-15/+51
| | | | | | Prompt for an access token before starting benchmarking. /ref #4728
* [ios] Replaced MGLMapView redeclaration with internal headerMinh Nguyễn2016-04-181-15/+1
|
* [ios] Deprecated -[MGLMapView emptyMemoryCache]Minh Nguyễn2016-04-181-1/+4
| | | | | | Deprecated -[MGLMapView emptyMemoryCache]. Switched ios-bench to a redeclared -didReceiveMemoryWarning as a workaround. Fixes #1833.
* [ios] Use downloaded local assets in ios-bench if presentMinh Nguyễn2016-04-181-1/+3
| | | | If you’ve gone through the trouble of running iso-bench’s download.sh scripts, use those assets instead of fetching them at runtime from the server.
* [ios] Added Xcode project for iosapp, ios-bench; workspace for ios-testsMinh Nguyễn2016-04-1628-7/+126
| | | | | | | | | | ios.xcodeproj is an ordinary Xcode project with ordinary Xcode targets for iosapp and ios-bench, all contained in an ordinary Xcode workspace that happens to also reference the gyp-generated platform.xcodeproj. The iosapp target links to and embeds Mapbox.framework, which is a product of the gyp-generated platform.xcodeproj. ios-tests.xcodeproj is also in the workspace, enabling simultaneous debugging of KIF tests, the SDK, and core code. Moved storyboards into Base.lproj and image assets into an asset catalog. Removed iOS 6 assets from the iosapp asset catalog. Moved the original ios-bench application icon SVG into a non-project location. Removed app/Settings.bundle, which is identical to framework/Settings.bundle. Removed a broken reference to an unused header from the ios-tests project.
* [ios][bench] Add total and avg FPS to final summaryJason Wray2016-04-141-0/+4
|
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-78/+0
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [ios] fix benchmark appKonstantin Käfer2016-02-243-13/+47
|
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-1237-0/+13479