summaryrefslogtreecommitdiff
path: root/platform/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-191-1/+0
| | | | This reverts commits 2010fbb0e61cbe7c0b08560118ca887fc1d7193e, a361ce47a19d37b96b48cd605c62c5ab79bba462, and d004bb275ae3ea60bb6c2febd6fa22f1f51c3993.
* [linux] Added WebP build depsBruno de Oliveira Abinader2016-01-191-0/+1
|
* [core] use stale stylesKonstantin Käfer2016-01-151-2/+2
| | | | This adds support for using cached styles that are stale. They're treated like changing styles; when the refreshed style changed compared to the one we've already had, we're swapping out the entire style, which might cause a slight flicker.
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-1/+1
| | | | I regenerated assets.zip so that all file paths have an `assets/` prefix, as the Android AssetFileSource implementation asserts, and removed `TEST_DATA` from the paths.
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-6/+3
|
* [build] change Mac OS X platform target to avoid mismatchKonstantin Käfer2016-01-071-1/+1
|
* [android, linux, osx] Upgrade to libpng 1.6.20Dane Springmeyer2016-01-061-1/+1
| | | | | - refs https://github.com/mapbox/mason/tree/libpng-1.6.20 - refs https://travis-ci.org/mapbox/mason/builds/100661025
* Rewrote documentationMinh Nguyễn2016-01-051-0/+54
| | | | | | | | Rewrote some copy to provide more context and link to more GL-related repos, including GL JS. Put the various SDKs in a table so we can show the various CI bot status images. Integrated target list into the relevant documents. Rewrote large portions of iOS and OS X setup documentation to guide normal developers to more friendly places. Combined some Android documentation. Moved SDK-specific documentation into platform/. Added a temporary readme in ios/ that points to the one in platform/ios/.
* [core] Make it possible to limit the size of the SQLite cacheThiago Marcos P. Santos2015-12-271-0/+3
|
* [core] Merge SQLiteCache into the platform libraryJohn Firebaugh2015-12-222-2/+0
| | | | OfflineFileSource will depend on SQLite too.
* Move platform scripts into platformsJohn Firebaugh2015-12-167-0/+126
|
* [core] Move linux and osx to platform subdirectoryJohn Firebaugh2015-12-102-0/+238