summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove lineLeith Bade2014-12-061-1/+0
* Fix commitLeith Bade2014-12-066-23/+65
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-05245-82/+9448
|\
| * 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
* | Fix debug buildLeith Bade2014-12-042-3/+3
* | Fixup after mergeLeith Bade2014-12-045-115/+47
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-048-35/+99
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-038-49/+49
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-042-129/+16
|\ \ | |/
| * break out FileSource as an abstract classMike Morris2014-12-032-125/+16
* | Fix Android crashLeith Bade2014-12-041-2/+2
* | Rename lots of thingsLeith Bade2014-12-042-33/+33
* | Remove TODOsLeith Bade2014-12-031-1/+0
* | Fix debug buildLeith Bade2014-12-036-45/+45
* | Don't use mallocLeith Bade2014-12-031-12/+9
* | Remove old TODOLeith Bade2014-12-031-1/+0
* | Fix make_uniqueLeith Bade2014-12-032-2/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-0313-36/+40
|\ \ | |/
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-0313-36/+40
* | Use uv::async and various other fixesLeith Bade2014-12-034-37/+27
* | Use std::lock_guardLeith Bade2014-12-031-2/+2
* | Fix names in MapLeith Bade2014-12-031-28/+28
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-039-84/+85
|\ \ | |/
| * 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 deadlock in testsLeith Bade2014-12-021-4/+10
* | Fix tests when using GL 3.0+ contextLeith Bade2014-12-022-6/+6
* | Fix Linux buildLeith Bade2014-12-021-5/+13
* | Share asset_request between platformsLeith Bade2014-12-023-6/+92
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-026-2/+86
|\ \ | |/
| * 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
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-2811-193/+149
|\ \ | |/