summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | std::to_string calls sprintf() internally, which is really slow
* [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 CachingHTTPFileSource implementation
* 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
| | | | prefix is a 2 character hex code derived from the tile x/y
* Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
|
* Eliminate Map::getFileSourceJohn Firebaugh2014-11-213-12/+12
|
* Pass FileSource by referenceJohn Firebaugh2014-11-213-11/+11
|
* Remove other rotation constraint (fixes #463)John Firebaugh2014-11-211-6/+0
|
* Remove rotation constraintsJohn Firebaugh2014-11-202-16/+0
| | | | | | This should be an iOS SDK option, not hard coded into low-level renderering. Fixes #458
* check library versions against header symbols in static initialization functionKonstantin Käfer2014-11-121-0/+55
| | | | fixes #580
* load VAO extensionKonstantin Käfer2014-11-073-10/+30
|
* add -Werror to os x as wellKonstantin Käfer2014-11-061-2/+2
|
* fix various issues in curl bindings related to tile cancelationKonstantin Käfer2014-11-061-1/+4
|
* Support compound text-anchor valuesJohn Firebaugh2014-11-041-0/+17
|
* Single text positioning propertyJohn Firebaugh2014-11-042-11/+18
| | | | https://github.com/mapbox/mapbox-gl-style-spec/issues/197
* Render ⇢ layout, style ⇢ paintJohn Firebaugh2014-11-041-15/+15
| | | | https://github.com/mapbox/mapbox-gl-style-spec/issues/166
* Implement v6 filtersJohn Firebaugh2014-11-045-385/+145
|