summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-276-102/+38
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-1/+3
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-2/+2
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-102-2/+4
* [Qt] Fix build when zlib is compiled with -DZ_PREFIXThiago Marcos P. Santos2017-04-071-1/+1
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-7/+7
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-27/+0
* [core] return empty optional when color could not be parsedIvo van Dongen2017-04-041-8/+12
* [core] Remove unused ThreadLocal constructorJohn Firebaugh2017-04-031-5/+0
* [core] Do not throw on dtorsThiago Marcos P. Santos2017-04-011-1/+4
* [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-281-24/+0
* [core] Remove private header includes from CLI utilitiesKonstantin Käfer2017-03-282-14/+0
* [core] Move ignore.hpp to public include directoryJohn Firebaugh2017-03-281-26/+0
* [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-281-0/+20
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-89/+0
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-222-0/+13
* [build] Fix build when using a Z_PREFIX zlibThiago Marcos P. Santos2017-03-141-0/+5
* [core] privatize OffscreenTexture implementationKonstantin Käfer2017-03-012-24/+55
* [core] Add pause/resume to the Thread classThiago Marcos P. Santos2017-02-251-0/+45
* [core] add tests for user/password, port, trailing dot, and IPv4/IPv6 address...Konstantin Käfer2017-02-131-2/+4
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-102-27/+277
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-083-14/+18
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-025-3/+81
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-274-6/+6
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-201-8/+2
* [core] Remove unused includeThiago Marcos P. Santos2017-01-191-2/+0
* [core] Use std::tie in tileCover sortBruno de Oliveira Abinader2017-01-171-2/+1
* [core] include leading slash in URL.pathKonstantin Käfer2017-01-172-10/+5
* Port raggedness-minimizing line breaking from gl-js.Chris Loer2017-01-051-0/+2
* [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