summaryrefslogtreecommitdiff
path: root/src/mbgl/util/compression.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [ios] #3979 compress telemetry events (#5490)Fredrik Karlsson2016-07-051-12/+0
| | | | | | | | | | | | | | | | * [ios] #3979 wip gzip telemetry events * [ios] expose compression from core instead of adding a new dependency * [ios] #3979 Exposed decompress from mbgl and added a test case * [ios] #3979 cleanup * [ios] #3979 cleaned up test case * [ios] #3979 cleanup * [ios] #3979 gzip -> deflate
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
|
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-0/+15
| | | | | | - OpenGL ES 2 doesn't allow NPOT textures with wrap-around - The Sprite object reported the map's pixelRatio, even though it loaded @2x assets - Copying icons from the sprite into the atlas now uses bilinear scaling to scale up to the actual size
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-15/+0
|
* make most headers privateKonstantin Käfer2014-12-041-0/+15