summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
...
| * make most headers privateKonstantin Käfer2014-12-049-562/+6
| * remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-4/+1
| * [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-041-0/+1
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-3/+5
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-031-3/+5
* | 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-035-26/+26
|\ \ | |/
| * Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-025-15/+15
| * Adhere to naming conventionsJohn Firebaugh2014-12-021-11/+11
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-286-45/+66
|\ \ | |/
| * 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
| * Inline Source::updateTiles()John Firebaugh2014-11-261-8/+1
| * Remove redundant access specifiersJohn Firebaugh2014-11-261-6/+0
| * Pass SourceInfo as referenceJohn Firebaugh2014-11-264-6/+6
| * Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-264-14/+13
| * Eliminate Map::getStyle()John Firebaugh2014-11-263-1/+7
| * Make Map::getSprite() privateJohn Firebaugh2014-11-263-5/+8
| * Eliminate Map::getTexturepool()John Firebaugh2014-11-265-8/+25
| * Map Map::getWorker() privateJohn Firebaugh2014-11-263-6/+11
| * Eliminate Map::getGlyphStore()John Firebaugh2014-11-264-7/+10
| * Eliminate Map::getSpriteAtlas()John Firebaugh2014-11-263-5/+10
| * Eliminate Map::getGlyphAtlas()John Firebaugh2014-11-263-5/+9
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-234-8/+9
|\ \ | |/
| * Eliminate Map::getFileSourceJohn Firebaugh2014-11-213-6/+7
| * Pass FileSource by referenceJohn Firebaugh2014-11-211-2/+2
* | 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-212-2/+0
|\ \ | |/
| * Remove rotation constraintsJohn Firebaugh2014-11-202-2/+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
|/
* Implement v6 filtersJohn Firebaugh2014-11-041-4/+5
* remove unused and unimplemented methodartemp2014-10-301-2/+0
* pass Tile::ID by const refartemp2014-10-303-3/+3
* store uv::loop as unique_ptrartemp2014-10-291-2/+1
* simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-292-8/+0
* store spriteAtlas by value + make TileParser noncopyableartemp2014-10-292-7/+8
* store glyphAtlas by value in Map object, pass by refartemp2014-10-295-10/+8
* Replace uv::rwlock with std::recursive_mutexJohn Firebaugh2014-10-291-4/+2
* Render map with a copy of TransformStateJohn Firebaugh2014-10-292-9/+2
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-10-273-15/+10
|\
| * fix build with libuv 0.11Konstantin Käfer2014-10-271-6/+0
| * fix variable shadowingKonstantin Käfer2014-10-222-4/+4