summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-5/+5
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-32/+0
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+0
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-042-2/+10
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-0410-61/+71
* Add functions for layout properties.Lauren Budorick2015-02-032-4/+107
* Use std::chronoLeith Bade2015-02-043-61/+59
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-271-0/+1
|\
| * Merge pull request #771 from mapbox/visibilityJohn Firebaugh2015-01-261-0/+1
| |\
| | * Add visibility property for v7.Lauren Budorick2015-01-221-0/+1
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-232-13/+7
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/dash-3' into v7John Firebaugh2015-01-221-1/+3
| |\ \
| | * | start porting dash lines from jsAnsis Brammanis2015-01-141-1/+3
| * | | Remove support for prerendered layersJohn Firebaugh2015-01-212-12/+4
| | |/ | |/|
* | | Fix terminate crashLeith Bade2015-01-231-2/+3
* | | get/setAppliedStyleClasses -> get/setClassesLeith Bade2015-01-181-11/+0
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-13/+28
|\ \ \ | |/ /
| * | Merge pull request #757 from mapbox/move-terminateLeith Bade2015-01-161-2/+0
| |\ \
| | * | Move terminate() call to GLFWView to avoid problems with nodeLeith Bade2015-01-161-2/+0
| | |/
| * | Move class state to mapJohn Firebaugh2015-01-141-10/+32
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-151-2/+7
|\ \ | |/
| * Check for IO errors when loading binary shader. Fixes #740Leith Bade2015-01-141-2/+7
* | Remove coffeecatchLeith Bade2015-01-131-14/+0
* | Add failsafe to program binary loadingLeith Bade2015-01-051-3/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-232-14/+14
|\ \ | |/
| * Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-232-15/+15
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-211-16/+23
|\ \ | |/
| * fix error in non-debug buildsKonstantin Käfer2014-12-151-2/+2
| * set rendering mode so that we can skip intermediate renders for static imagesKonstantin Käfer2014-12-121-13/+16
| * fix crashes when running in non-continuous modeKonstantin Käfer2014-12-111-0/+2
| * add cli tool for rendering a map to an imageKonstantin Käfer2014-12-111-0/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-081-12/+0
|\ \ | |/
| * Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-061-12/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-051-13/+126
|/
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-042-13/+2
* Change Map::stop to use std::function<void()>John Firebaugh2014-12-041-3/+3
* Create GlyphStore up frontJohn Firebaugh2014-12-041-3/+1
* Add CachingHTTPFileSource::clearLoop()John Firebaugh2014-12-041-4/+3
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-041-9/+0
* make most headers privateKonstantin Käfer2014-12-0418-0/+3126