summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core, node] Implement setPaintProperty for color properties (#5380)John Firebaugh2016-06-161-0/+20
* [core] Remove unused and mis-parsed properties from TilesetJohn Firebaugh2016-06-151-6/+2
* [core] Added mbgl::util::convert helper functionBruno de Oliveira Abinader2016-06-151-0/+9
* Color class (#5361)Young Hahn2016-06-151-0/+14
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-2/+2
* [tidy] Check modernize-loop-convertBruno de Oliveira Abinader2016-06-131-2/+2
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-134-9/+10
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-135-6/+6
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-133-7/+7
* [core] Tile ⇢ RenderTileJohn Firebaugh2016-06-131-2/+0
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-135-4/+3
* [core] s/SharedTexture/PooledTexture/Bruno de Oliveira Abinader2016-06-071-1/+1
* Revert "[core] Use release() instead of get()/reset() in Raster"Bruno de Oliveira Abinader2016-06-071-1/+2
* [core] remove unused codeKonstantin Käfer2016-06-072-46/+0
* [core] Use RAII for TexturePool texturesBruno de Oliveira Abinader2016-06-072-19/+9
* [core] log2 polyfill for ARMv5Thiago Marcos P. Santos2016-06-062-1/+13
* [core] Naive atomic type for ARMv5Thiago Marcos P. Santos2016-06-062-0/+46
* [core] code style and remove unused codeKonstantin Käfer2016-06-062-102/+0
* [core] Refresh Texture Pool logicBruno de Oliveira Abinader2016-06-031-1/+0
* [core] Use release() instead of get()/reset() in RasterBruno de Oliveira Abinader2016-06-031-2/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-024-3/+43
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-10/+0
* [core] Runtime style layer APIJohn Firebaugh2016-06-022-4/+4
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-37/+0
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-0/+3
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-012-6/+6
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2535-140/+35
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-181-0/+3
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-182-0/+119
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-172-38/+23
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-132-25/+21
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-133-13/+9
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-112-33/+0
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-102-33/+62
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-102-10/+23
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-102-169/+0
* [core] add algorithm for generating clip IDs based on the new TileID classesKonstantin Käfer2016-05-102-0/+7
* [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-061-6/+6
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-6/+6
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-057-147/+49
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-051-12/+0
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-053-1/+244
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-044-0/+142
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-9/+0
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-184/+0
* [core] Remove duplicate copy of utf.hppJohn Firebaugh2016-05-021-2/+2
* [core] Remove unusedJohn Firebaugh2016-05-021-11/+0
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-292-0/+124
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-298-24/+210