summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+9
* [core] Correct boolean function interpolationJohn Firebaugh2016-12-221-0/+4
* [core] refactor URL parsingKonstantin Käfer2016-12-213-136/+235
* [core] add util::isURL() for checking whether a string starts with a URL schemeKonstantin Käfer2016-12-072-2/+34
* [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-302-9/+4
* [build] move logging to utilKonstantin Käfer2016-11-226-4/+105
* [build] move default_styles to platform/defaultKonstantin Käfer2016-11-221-16/+0
* [core] replace <regex> usage with plain string code to reduce binary sizeKonstantin Käfer2016-11-181-7/+14
* [core] Add ICU package for Bidirectional text support and arabic text shaping.Chris Loer2016-11-171-5/+3
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-173-17/+18
* [core] Line-break ideographic text by character (#6828)Minh Nguyễn2016-11-142-0/+384
* [core] Put ignore in util namespaceJohn Firebaugh2016-11-081-0/+2
* [core] Introduce and use IndexedTupleJohn Firebaugh2016-11-081-0/+47
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-0/+21
* [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-041-15/+1
* [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-312-41/+0
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-274-17/+18
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-50/+37
* [core] Added util::polygonIntersectsPolygonBruno de Oliveira Abinader2016-10-252-20/+13
* [core] TileCoordinate::fromLatLng no longer depens on TransformStateBruno de Oliveira Abinader2016-10-192-12/+13
* [core] Move TransformState::{un,}project() to ProjectionBruno de Oliveira Abinader2016-10-191-1/+2
* [core] Use TilePoint in Source::Impl::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-111-4/+21
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-112-31/+24
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-044-169/+15
* [core] Preserve non-access_token query parameters in canonicalizeTileURLSam Matthews2016-10-031-0/+11
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-293-3/+5
* [core] introduces types for GL objectsKonstantin Käfer2016-09-292-2/+2
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-292-5/+5
* [core] Use geojson as a header only libraryThiago Marcos P. Santos2016-09-281-0/+1
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-274-14/+11
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-274-20/+20
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-272-0/+89
* [core] Make sure textures have a scaling filter set after uploadKonstantin Käfer2016-09-272-13/+20
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-272-3/+3
* [core] Allow retrieving texture ID and sizeKonstantin Käfer2016-09-272-3/+17
* [core] Fix initialization race on util::mapbox::isMapboxURL (#6455)Thiago Marcos P. Santos2016-09-261-4/+8
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-161-6/+24
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-162-195/+0
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-2/+2
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-164-216/+0
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-19/+17
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-142-6/+6
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-145-11/+10
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-135-0/+82
* [core] Don't use std::move on forwarding referencesJohn Firebaugh2016-09-081-1/+1
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-082-15/+18
* [core] change bool onRight to SideKonstantin Käfer2016-09-071-5/+10
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-062-0/+26
* [core] Delete the now-unused ptr.hppJohn Firebaugh2016-09-061-26/+0
* [core] const consistencyJohn Firebaugh2016-08-262-3/+3