summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add user agent headerKonstantin Käfer2014-12-081-0/+32
* Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-061-4/+0
* Load program binary extension on LinuxLeith Bade2014-12-062-0/+15
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-043-7/+9
* Change Map::stop to use std::function<void()>John Firebaugh2014-12-041-5/+3
* Add CachingHTTPFileSource::clearLoop()John Firebaugh2014-12-042-0/+4
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-043-5/+2
* fix buildKonstantin Käfer2014-12-041-1/+1
* remove usage of relative pathsKonstantin Käfer2014-12-048-10/+10
* make most headers privateKonstantin Käfer2014-12-04120-9226/+17
* Add virtual destructor for FileSourceJohn Firebaugh2014-12-041-0/+1
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-042-4/+19
* [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-041-0/+1
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-0310-60/+19
* Remove unusedJohn Firebaugh2014-12-031-1/+0
* libuv handles must be deallocated asynchronouslyJohn Firebaugh2014-12-031-8/+12
* break out FileSource as an abstract classMike Morris2014-12-033-32/+61
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-032-7/+24
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-028-20/+20
* Adhere to naming conventionsJohn Firebaugh2014-12-021-11/+11
* More complete uv::threadJohn Firebaugh2014-12-021-1/+17
* Fix iOS compileLeith Bade2014-12-021-4/+12
* Add debug markers and labelsLeith Bade2014-12-021-0/+20
* Add GL_ARB_debug_outputLeith Bade2014-12-021-1/+1
* Define GL callback func. Improve GL err macro.Leith Bade2014-12-021-12/+15
* Fix import problemLeith Bade2014-12-021-6/+0
* Add KHR_debug definitionsLeith Bade2014-12-021-0/+68
* Use uv::asyncJohn Firebaugh2014-11-261-8/+3
* Introduce uv::asyncJohn Firebaugh2014-11-262-0/+39
* Use noncopyableJohn Firebaugh2014-11-261-11/+11
* Remove unusedJohn Firebaugh2014-11-261-11/+0
* Remove unusedJohn Firebaugh2014-11-261-5/+0
* 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
* Use unique_ptrJohn Firebaugh2014-11-261-3/+1
* Remove redundant access specifiersJohn Firebaugh2014-11-261-6/+0
* Store SourceInfo as direct memberJohn Firebaugh2014-11-261-7/+2
* Pass SourceInfo as referenceJohn Firebaugh2014-11-264-6/+6
* Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-265-16/+15
* Eliminate Map::getStyle()John Firebaugh2014-11-263-1/+7
* Make Map::getSprite() privateJohn Firebaugh2014-11-263-5/+8
* Eliminate Map::getTexturepool()John Firebaugh2014-11-267-13/+28
* 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
* convert image_reader public interface to use CamelCase to match the rest of c...artemp2014-11-263-18/+18
* Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2