summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-2/+2
|\ \ | |/
| * break out FileSource as an abstract classMike Morris2014-12-031-2/+2
* | Fix names in MapLeith Bade2014-12-031-9/+9
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-031-13/+13
|\ \ | |/
| * Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-021-2/+2
| * Adhere to naming conventionsJohn Firebaugh2014-12-021-11/+11
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-281-24/+6
|\ \ | |/
| * Use uv::asyncJohn Firebaugh2014-11-261-8/+3
| * Eliminate Map::getActiveSources()John Firebaugh2014-11-261-1/+0
| * Make Map::updateTiles() privateJohn Firebaugh2014-11-261-1/+1
| * Remove unusedJohn Firebaugh2014-11-261-1/+0
| * Remove redundant access specifiersJohn Firebaugh2014-11-261-6/+0
| * Eliminate Map::getStyle()John Firebaugh2014-11-261-1/+0
| * Make Map::getSprite() privateJohn Firebaugh2014-11-261-1/+1
| * Eliminate Map::getTexturepool()John Firebaugh2014-11-261-1/+0
| * Map Map::getWorker() privateJohn Firebaugh2014-11-261-1/+2
| * Eliminate Map::getGlyphStore()John Firebaugh2014-11-261-1/+0
| * Eliminate Map::getSpriteAtlas()John Firebaugh2014-11-261-1/+0
| * Eliminate Map::getGlyphAtlas()John Firebaugh2014-11-261-1/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-231-1/+0
|\ \ | |/
| * Eliminate Map::getFileSourceJohn Firebaugh2014-11-211-1/+0
* | Swtitch to stdlib mutex and cond varsLeith Bade2014-11-221-4/+6
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-211-1/+0
|\ \ | |/
| * Remove rotation constraintsJohn Firebaugh2014-11-201-1/+0
* | Add functionality to get default transition duration from native code. Use it...Jordan Hollinger2014-11-191-0/+4
* | Add temporary applied classes list in map, in case they are set before style ...Jordan Hollinger2014-11-191-0/+2
* | Wait for pauseLeith Bade2014-11-091-1/+4
* | Add async assertsLeith Bade2014-11-091-2/+2
* | Add Map::pause/resumeLeith Bade2014-11-091-0/+15
|/
* remove unused and unimplemented methodartemp2014-10-301-2/+0
* store uv::loop as unique_ptrartemp2014-10-291-2/+1
* store spriteAtlas by value + make TileParser noncopyableartemp2014-10-291-3/+3
* store glyphAtlas by value in Map object, pass by refartemp2014-10-291-5/+3
* Render map with a copy of TransformStateJohn Firebaugh2014-10-291-8/+0
* fix build with libuv 0.11Konstantin Käfer2014-10-271-6/+0
* Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-221-0/+3
|\
| * Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-101-28/+52
| |\
| * \ Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdownMike Morris2014-09-101-0/+3
| |\ \
| | * | Adds the function Map::terminate() to allow all GL resources heldLeith Bade2014-09-101-0/+3
| * | | bump mapnik-packaging, conform to libuv 0.10 apiMike Morris2014-08-201-4/+4
| |/ /
* | | first attempt at using mason to install packagesKonstantin Käfer2014-10-201-1/+6
| |/ |/|
* | add reachabilityKonstantin Käfer2014-09-291-0/+3
* | option to pass data parameter, and add more explanationKonstantin Käfer2014-09-241-4/+9
* | add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-241-1/+6
* | use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-241-0/+2
* | use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-22/+22
* | make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-241-3/+8
* | do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-2/+6
|/
* remove trailing whitespaceKonstantin Käfer2014-08-121-1/+1
* use unified RenderPass typeKonstantin Käfer2014-08-121-2/+0