summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove usage of relative pathsKonstantin Käfer2014-12-048-10/+10
* make most headers privateKonstantin Käfer2014-12-04266-97/+137
* switch to plain file streams rather than JSONKonstantin Käfer2014-12-041-26/+16
* Add virtual destructor for FileSourceJohn Firebaugh2014-12-041-0/+1
* Update mapbox-gl-cocoaJohn Firebaugh2014-12-041-0/+0
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-0411-29/+45
* [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-043-3/+4
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-0321-125/+85
* Remove unusedJohn Firebaugh2014-12-032-15/+0
* libuv handles must be deallocated asynchronouslyJohn Firebaugh2014-12-031-8/+12
* Merge pull request #677 from mapbox/caching-http-file-sourceMike Morris2014-12-0313-72/+150
|\
| * break out FileSource as an abstract classMike Morris2014-12-0313-72/+150
|/
* switch to a newer version of GLFWKonstantin Käfer2014-12-031-1/+1
* don't set the window title on every frameKonstantin Käfer2014-12-031-6/+0
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-0321-54/+80
* Remove unnecessary castJohn Firebaugh2014-12-021-1/+1
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-0216-49/+49
* Adhere to naming conventionsJohn Firebaugh2014-12-022-57/+57
* More complete uv::threadJohn Firebaugh2014-12-022-11/+28
* untabifyartemp2014-12-021-1/+1
* update nunicode version to 1.5.1artemp2014-12-021-1/+1
* Merge pull request #670 from mapbox/gl-debugLeith Bade2014-12-028-12/+221
|\
| * Fix iOS compileLeith Bade2014-12-025-4/+20
| * Add debug markers and labelsLeith Bade2014-12-023-17/+57
| * Add GL_ARB_debug_outputLeith Bade2014-12-022-1/+7
| * 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-022-13/+22
| * Fix import problemLeith Bade2014-12-021-6/+0
| * Load KHR_debug on LinuxLeith Bade2014-12-021-0/+13
| * Add KHR_debug definitionsLeith Bade2014-12-022-1/+81
* | Merge pull request #673 from mapbox/pixel-flipMike Morris2014-12-012-9/+10
|\ \
| * | fix memcpy includes/namespaceMike Morris2014-12-011-3/+4
| * | move pixel flip from headless test into HeadlessView::readPixelsMike Morris2014-12-012-9/+9
|/ /
* | Merge pull request #669 from mapbox/fix-vaosLeith Bade2014-12-021-4/+4
|\ \ | |/
| * Fix VAOs on LinuxLeith Bade2014-12-021-4/+4
|/
* Merge pull request #657 from mapbox/nunicodeArtem Pavlenko2014-11-273-30/+51
|\
| * use ```const var&``` notation in public interfaceartemp2014-11-271-2/+2
| * Merge branch 'master' into nunicodeartemp2014-11-2750-788/+560
| |\ | |/ |/|
* | Use uv::asyncJohn Firebaugh2014-11-262-76/+42
* | 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-262-17/+0
* | Remove vague commentsJohn Firebaugh2014-11-261-26/+0
* | Eliminate Map::getActiveSources()John Firebaugh2014-11-262-6/+1
* | Make Map::updateTiles() privateJohn Firebaugh2014-11-261-1/+1
* | Remove unusedJohn Firebaugh2014-11-261-1/+0