summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add user agent headerKonstantin Käfer2014-12-082-31/+1
* Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-063-19/+0
* Fix rebaseLeith Bade2014-12-061-0/+4
* Load program binary extension on LinuxLeith Bade2014-12-062-46/+129
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-043-32/+29
* Change Map::stop to use std::function<void()>John Firebaugh2014-12-041-3/+3
* Create GlyphStore up frontJohn Firebaugh2014-12-041-3/+1
* get/setBase may be called from main threadJohn Firebaugh2014-12-041-2/+0
* Add CachingHTTPFileSource::clearLoop()John Firebaugh2014-12-042-19/+23
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-042-18/+10
* fix buildKonstantin Käfer2014-12-041-15/+0
* make most headers privateKonstantin Käfer2014-12-04246-26/+9411
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-048-23/+26
* [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-042-3/+3
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-038-49/+49
* break out FileSource as an abstract classMike Morris2014-12-032-125/+16
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-0313-36/+40
* Remove unnecessary castJohn Firebaugh2014-12-021-1/+1
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-028-29/+29
* Adhere to naming conventionsJohn Firebaugh2014-12-021-46/+46
* More complete uv::threadJohn Firebaugh2014-12-021-10/+11
* Fix iOS compileLeith Bade2014-12-024-0/+8
* Add debug markers and labelsLeith Bade2014-12-021-11/+18
* Stop mipmap allocation for texturesLeith Bade2014-12-024-1/+4
* Improve formattingLeith Bade2014-12-021-2/+2
* Enable all messagesLeith Bade2014-12-021-3/+6
* Implement debug callbackLeith Bade2014-12-022-3/+48
* Define GL callback func. Improve GL err macro.Leith Bade2014-12-021-1/+7
* Add KHR_debug definitionsLeith Bade2014-12-021-1/+13
* Use uv::asyncJohn Firebaugh2014-11-261-68/+39
* Remove unusedJohn Firebaugh2014-11-261-12/+0
* Remove vague commentsJohn Firebaugh2014-11-261-26/+0
* Eliminate Map::getActiveSources()John Firebaugh2014-11-261-5/+1
* Inline Source::updateTiles()John Firebaugh2014-11-261-24/+9
* Fix destruction orderJohn Firebaugh2014-11-261-1/+2
* Use unique_ptrJohn Firebaugh2014-11-261-7/+3
* autoJohn Firebaugh2014-11-261-2/+2
* Store SourceInfo as direct memberJohn Firebaugh2014-11-262-8/+6
* Pass SourceInfo as referenceJohn Firebaugh2014-11-266-20/+20
* Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-265-25/+29
* Eliminate Map::getStyle()John Firebaugh2014-11-263-6/+16
* Make Map::getSprite() privateJohn Firebaugh2014-11-263-9/+13
* Eliminate Map::getTexturepool()John Firebaugh2014-11-267-17/+29
* Map Map::getWorker() privateJohn Firebaugh2014-11-263-12/+12
* Eliminate Map::getGlyphStore()John Firebaugh2014-11-264-13/+22
* Eliminate Map::getSpriteAtlas()John Firebaugh2014-11-263-9/+12
* Eliminate Map::getGlyphAtlas()John Firebaugh2014-11-263-10/+11
* add {prefix} to tile URL replacement token schemeKonstantin Käfer2014-11-261-0/+6
* Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
* Eliminate Map::getFileSourceJohn Firebaugh2014-11-213-12/+12