summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-173-27/+29
| * | Make file request overridable by platform implementationsKonstantin Käfer2014-12-171-0/+27
| |/
* | Add missing CHECK_ERRORLeith Bade2014-12-111-12/+11
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-111-7/+15
|\ \ | |/
| * only report STACK_OVERFLOW/STACK_UNDERFLOW when the GL implementation has themKonstantin Käfer2014-12-101-0/+7
| * update error reporting functionKonstantin Käfer2014-12-101-7/+8
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-102-9/+9
|\ \ | |/
| * Tidy up HeadlessViewLeith Bade2014-12-092-9/+9
* | Add Android user-agent infoLeith Bade2014-12-101-0/+1
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-0/+30
|\ \ | |/
| * report version number in user agent stringKonstantin Käfer2014-12-081-2/+0
| * add user agent headerKonstantin Käfer2014-12-081-0/+32
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-081-4/+0
|\ \ | |/
| * Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-061-4/+0
* | Add pakced depth stencil to GLFWView and HeadlessViewLeith Bade2014-12-071-0/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-072-0/+16
|\ \ | |/
| * Load program binary extension on LinuxLeith Bade2014-12-062-0/+15
* | Merge classesLeith Bade2014-12-061-27/+6
* | Fix commitLeith Bade2014-12-064-30/+12
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-05125-9245/+53
|\ \ | |/
| * 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
* | Fixup after mergeLeith Bade2014-12-043-4/+7
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-0410-80/+19
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-0310-60/+19
| * Remove unusedJohn Firebaugh2014-12-031-1/+0
* | Fix Map with CachingHTTPFileSourceLeith Bade2014-12-041-0/+3
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-044-40/+73
|\ \ | |/
| * libuv handles must be deallocated asynchronouslyJohn Firebaugh2014-12-031-8/+12
| * break out FileSource as an abstract classMike Morris2014-12-033-32/+61
* | Rename lots of thingsLeith Bade2014-12-046-34/+34
* | Fix debug buildLeith Bade2014-12-032-4/+4
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-032-7/+24
|\ \ | |/
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-032-7/+24
* | Use uv::async and various other fixesLeith Bade2014-12-034-11/+9
* | Remove accidental friendLeith Bade2014-12-031-1/+0
* | Fix names in MapLeith Bade2014-12-031-9/+9
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-039-32/+48
|\ \ | |/
| * 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 tests when using GL 3.0+ contextLeith Bade2014-12-021-0/+1