summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Use gmtime_s on WindowsThiago Marcos P. Santos2017-07-121-2/+9
* [core] Use std::to_string on WindowsThiago Marcos P. Santos2017-07-122-1/+14
* [core] Prefer std:: functions over POSIXThiago Marcos P. Santos2017-07-121-4/+2
* [core] fix transformMat4Ansis Brammanis2017-07-111-4/+5
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-071-34/+10
* [core] Updated script detection for Unicode 10Minh Nguyễn2017-07-061-2/+14
* [core] Fix iterator invalidation in erase_ifJohn Firebaugh2017-07-051-4/+4
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-211-7/+7
* [core] Remove util::ThreadThiago Marcos P. Santos2017-06-214-209/+1
* [core] Added the ThreadedObjectThiago Marcos P. Santos2017-06-211-0/+163
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+1
* [core] Disable letter-spacing for Arabic labels (issue #9057)Chris Loer2017-05-222-5/+18
* [core] leave Image objects in a valid state after premultiply/unpremultiplyKonstantin Käfer2017-05-191-0/+2
* [core] Throttle tiles to redo symbol placement at most once every 300ms.Chris Loer2017-05-172-0/+58
* [core] Remove WorkQueueJohn Firebaugh2017-05-172-78/+0
* [linux] loop-uv depends on mbgl-core for linkingJohn Firebaugh2017-05-121-1/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-0/+106
* [tidy] modernize-use-overrideBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-122-2/+2
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-121-1/+1
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-121-5/+5
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-082-0/+16
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-082-25/+30
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-12/+0
* [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