summaryrefslogtreecommitdiff
path: root/linux
Commit message (Collapse)AuthorAgeFilesLines
* scripts for running linux tests with dockerKonstantin Käfer2015-03-131-5/+0
|
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-1/+1
| | | | | | | Use our logging system that will route the message accordingly on the target platform. Fixes #613
* Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-121-3/+1
|\ | | | | Refactoring of the log system
| * Make the logging system staticThiago Marcos P. Santos2015-03-121-3/+1
| | | | | | | | | | | | | | No initialization is needed anymore and we can use the logging functions safely at any point of the code (threading is not handled though, so you might get multiplexed messages if you log from two threads simultaneously).
* | fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-0/+4
|/ | | | | | | | | | | | fixes #838 instead of rendering ad libitum on the map thread, we are now driving rendering from the UI thread on iOS via the map.renderSync() function. There are still white bars during the rotation, but the general content of the view is kept visible. - upgrades GLFW to 3.1 - removes swapped/needsSwap in favor of a more explicit scheme - View#invalidate() now replaces View#swap() and is called whenever the View needs to trigger a rerender. GLFW and Android to this right away, while iOS goes back to the main thread and does the Map redrawing as part of the GLKView update - sets all iOS deployment targets to 7.0 - disables SQLite3 version check, since the library version changed on iOS 8.2
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-2/+5
|
* refactor makefileKonstantin Käfer2015-02-042-4/+6
|
* rework linux gyp filesKonstantin Käfer2015-02-041-2/+2
|
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-3/+3
|
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-28/+23
|
* fixes for linuxKonstantin Käfer2015-02-041-4/+8
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+1
|
* Use v7 styles / testsJohn Firebaugh2015-01-221-1/+1
|
* sqlite3_static_libs on linuxMike Morris2015-01-131-0/+1
|
* change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-2/+2
| | | | refs #579
* Make file request overridable by platform implementationsKonstantin Käfer2014-12-172-1/+2
| | | | refs #579: Android can now rename AssetRequest to FileRequest and implement it differently
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-041-1/+1
|
* make most headers privateKonstantin Käfer2014-12-041-1/+1
|
* break out FileSource as an abstract classMike Morris2014-12-031-1/+3
| | | | add CachingHTTPFileSource implementation
* simplify image_readers creation implementationartemp2014-11-191-2/+0
| | | | | * remove static callbacks registration * link png_reader/jpeg_reader into mbgl-linux lib
* move image_reader to mbgl-linuxartemp2014-11-071-1/+0
|
* add cflags for linux buildsartemp2014-11-071-0/+2
|
* add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-071-0/+5
| | | | (work-in-progress)
* Use v6 stylesJohn Firebaugh2014-11-041-1/+1
|
* add -s,--style command line option to specify path to the styleartemp2014-11-031-5/+22
| | | | e.g ./build/Release/mapbox-gl -s ./styles/styles/bright-v5.json
* fix 'run-linux' target - refs #534/#511Dane Springmeyer2014-11-031-1/+1
|
* linux app: fix path to stylesDane Springmeyer2014-10-311-1/+1
|
* no need for touch workaround since linux app is built with make not xcodeDane Springmeyer2014-10-311-11/+4
|
* only the linux app needs 'copy-styles'Dane Springmeyer2014-10-311-1/+11
| | | | - works around make xproj error (gyp generator bug?) with nested paths that leads to 'assert group_ref.__class__ == PBXGroup'
* Get mapbox-gl-styles via submodule (fixes #511)John Firebaugh2014-10-311-1/+1
|
* use more modern libpng version instead of the system-provided one and fix ↵Konstantin Käfer2014-10-301-1/+1
| | | | compile errors
* fix gyp projectKonstantin Käfer2014-10-301-7/+18
|
* remove regex/boost regex usageKonstantin Käfer2014-10-301-5/+0
|
* curl static libs fixes for osxDane Springmeyer2014-10-291-1/+0
|
* better fix for handling mbgl-linux symbolsDane Springmeyer2014-10-291-2/+0
|
* fix linux app linking to curl symbolsDane Springmeyer2014-10-291-0/+2
|
* use stable cross-generator direction for referencing standalone lib + other ↵Dane Springmeyer2014-10-291-3/+0
| | | | minor fixups
* still link boost on linuxDane Springmeyer2014-10-291-0/+5
|
* patch gyp to allow common 'libraries' config for both osx and linuxDane Springmeyer2014-10-291-44/+18
|
* linux app depends on mbgl-linuxDane Springmeyer2014-10-291-0/+1
|
* attempt to build against standalone libmgl.aDane Springmeyer2014-10-291-8/+23
|
* rename mbgl to mbgl-coreKonstantin Käfer2014-10-291-1/+1
|
* gyp fixesKonstantin Käfer2014-10-281-10/+11
|
* allow installing the libraryKonstantin Käfer2014-10-271-2/+2
|
* make tests workKonstantin Käfer2014-10-241-1/+1
|
* restructure gyp filesKonstantin Käfer2014-10-242-19/+11
|
* curl fixesKonstantin Käfer2014-10-201-0/+2
| | | | [skip ci]
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-261-0/+1
|
* add back CURL requestingKonstantin Käfer2014-09-241-1/+1
|
* parse cache-control and last-modified headersKonstantin Käfer2014-09-241-2/+0
|