summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-241-11/+3
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-051-1/+1
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-11/+0
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-261-7/+10
* [core] use more const, auto and refsKonstantin Käfer2016-07-191-37/+32
* [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+8
* [core] Move set/get thread names to platform::Thiago Marcos P. Santos2016-07-161-24/+1
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-133-48/+3
* Merge branch 'boundsj-merge-3.3.0.rc.1'Jesse Bounds2016-07-082-13/+1
|\
| * Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-072-13/+1
| |\
| | * [ios] #3979 compress telemetry events (#5490)Fredrik Karlsson2016-07-052-13/+1
* | | [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-082-7/+25
|/ /
* | [core] refactor Raster and allow explicit mipmapping levelsKonstantin Käfer2016-07-042-49/+53
* | mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-041-5/+6
* | [android] upgrade to NDK r12bKonstantin Käfer2016-07-011-1/+1
* | [core] code style cleanupsKonstantin Käfer2016-07-015-5/+16
* | [core] Merge TexturePool into ObjectStore; pool all textures (#5477)John Firebaugh2016-06-272-9/+8
* | [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-0/+11
* | [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-222-14/+5
* | [core] Factor out thread name setter/getterBruno de Oliveira Abinader2016-06-201-7/+24
* | [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-1811-53/+54
* | [core] Runtime source API: private implsJohn Firebaugh2016-06-161-20/+0
* | [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