summaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* remove uv.h dependency from header filesKonstantin Käfer2014-08-121-0/+1
* consolidate into one lineKonstantin Käfer2014-08-111-3/+1
* use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-082-11/+5
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-2/+2
* rename a few things from mbgl => mapboxglKonstantin Käfer2014-07-161-3/+3
* rename llmr => mbglKonstantin Käfer2014-07-162-9/+9
* fix linux app buildKonstantin Käfer2014-07-111-0/+2
* add nslog and stderr log backendsKonstantin Käfer2014-07-111-1/+4
* read access token from environmentKonstantin Käfer2014-07-101-2/+8
* move Linux & OS X to per-map access tokensJustin R. Miller2014-07-091-2/+1
* Use API v4 and access tokensJohn Firebaugh2014-07-081-0/+3
* fix headless rendering on travis and actually execute the headless testKonstantin Käfer2014-07-071-27/+2
* add ca bundle to linux buildKonstantin Käfer2014-07-071-0/+12
* typoKonstantin Käfer2014-06-021-1/+1
* error early when it can't read the style fileKonstantin Käfer2014-06-021-0/+4
* run executable with correct working dirKonstantin Käfer2014-06-011-1/+1
* Load stylesheet from disk.Young Hahn2014-06-011-0/+10
* Add gyp entry to copy style.min.js to PRODUCT_DIRYoung Hahn2014-06-011-0/+15
* [build] shuffle boost_regex linking againDane Springmeyer2014-05-301-1/+2
* [build] move regex linking to llmr.gypDane Springmeyer2014-05-301-2/+1
* [build] linux app needs to link to regexDane Springmeyer2014-05-301-0/+1
* simpler Linux build product nameJustin R. Miller2014-05-291-1/+1
* rename app build productsJustin R. Miller2014-05-291-1/+1
* remove concept of settings object from libraryKonstantin Käfer2014-04-304-86/+21
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-2/+2
* unify request object to use uv_queue_work for both corefoundation + curlKonstantin Käfer2014-04-241-1/+0
* use libuv event loop in the glfw viewKonstantin Käfer2014-04-224-233/+2
* remove library name deduplication from gypKonstantin Käfer2014-04-221-1/+1
* gyp deduplicates the 'libraries' key, so we're using the ldflags insteadKonstantin Käfer2014-04-221-1/+1
* rename to glfw_view.cpp/hppKonstantin Käfer2014-04-162-1/+3
* add human-readable error messagesKonstantin Käfer2014-04-151-0/+6
* clean up os x + ios request codeKonstantin Käfer2014-04-143-18/+18
* add xcode project buildsKonstantin Käfer2014-04-111-65/+48
* use mapnik-packaging to build all dependenciesKonstantin Käfer2014-04-091-4/+5
* add debug window showing the glyph atlasKonstantin Käfer2014-03-141-4/+0
* remove code duplication between osx/glfw and linux/glfw programsKonstantin Käfer2014-03-143-287/+64
* add back sigint handlingKonstantin Käfer2014-03-111-6/+6
* add animation modes to linux wrapperKonstantin Käfer2014-03-111-1/+11
* accept --fullscreen optionKonstantin Käfer2014-03-111-10/+29
* avoid libcurl crashesKonstantin Käfer2014-03-111-0/+5
* whitespace + commentsKonstantin Käfer2014-03-111-0/+1
* include atomicKonstantin Käfer2014-03-051-0/+1
* add SIGINT handlingKonstantin Käfer2014-03-051-0/+22
* better support for gles2Konstantin Käfer2014-03-051-6/+17
* fix settings storageKonstantin Käfer2014-03-031-1/+1
* delete keyKonstantin Käfer2014-03-031-1/+1
* reuse curl handlesKonstantin Käfer2014-03-032-2/+27
* move requests to global threadpoolKonstantin Käfer2014-03-033-18/+8
* make threadpool implementation callback agnosticKonstantin Käfer2014-03-031-2/+2
* add threadpool implementationKonstantin Käfer2014-03-034-113/+66