Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use platform-specific NSString for case changes on OS X/iOS | Konstantin Käfer | 2014-08-22 | 1 | -0/+1 |
* | remove uv.h dependency from header files | Konstantin Käfer | 2014-08-12 | 1 | -0/+1 |
* | consolidate into one line | Konstantin Käfer | 2014-08-11 | 1 | -3/+1 |
* | use a file source object to abstract loading of resources | Konstantin Käfer | 2014-08-08 | 2 | -11/+5 |
* | Flip name and units and sign of rotation API | John Firebaugh | 2014-07-21 | 1 | -2/+2 |
* | rename a few things from mbgl => mapboxgl | Konstantin Käfer | 2014-07-16 | 1 | -3/+3 |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 2 | -9/+9 |
* | fix linux app build | Konstantin Käfer | 2014-07-11 | 1 | -0/+2 |
* | add nslog and stderr log backends | Konstantin Käfer | 2014-07-11 | 1 | -1/+4 |
* | read access token from environment | Konstantin Käfer | 2014-07-10 | 1 | -2/+8 |
* | move Linux & OS X to per-map access tokens | Justin R. Miller | 2014-07-09 | 1 | -2/+1 |
* | Use API v4 and access tokens | John Firebaugh | 2014-07-08 | 1 | -0/+3 |
* | fix headless rendering on travis and actually execute the headless test | Konstantin Käfer | 2014-07-07 | 1 | -27/+2 |
* | add ca bundle to linux build | Konstantin Käfer | 2014-07-07 | 1 | -0/+12 |
* | typo | Konstantin Käfer | 2014-06-02 | 1 | -1/+1 |
* | error early when it can't read the style file | Konstantin Käfer | 2014-06-02 | 1 | -0/+4 |
* | run executable with correct working dir | Konstantin Käfer | 2014-06-01 | 1 | -1/+1 |
* | Load stylesheet from disk. | Young Hahn | 2014-06-01 | 1 | -0/+10 |
* | Add gyp entry to copy style.min.js to PRODUCT_DIR | Young Hahn | 2014-06-01 | 1 | -0/+15 |
* | [build] shuffle boost_regex linking again | Dane Springmeyer | 2014-05-30 | 1 | -1/+2 |
* | [build] move regex linking to llmr.gyp | Dane Springmeyer | 2014-05-30 | 1 | -2/+1 |
* | [build] linux app needs to link to regex | Dane Springmeyer | 2014-05-30 | 1 | -0/+1 |
* | simpler Linux build product name | Justin R. Miller | 2014-05-29 | 1 | -1/+1 |
* | rename app build products | Justin R. Miller | 2014-05-29 | 1 | -1/+1 |
* | remove concept of settings object from library | Konstantin Käfer | 2014-04-30 | 4 | -86/+21 |
* | move to libuv for the rendering loop | Konstantin Käfer | 2014-04-30 | 1 | -2/+2 |
* | unify request object to use uv_queue_work for both corefoundation + curl | Konstantin Käfer | 2014-04-24 | 1 | -1/+0 |
* | use libuv event loop in the glfw view | Konstantin Käfer | 2014-04-22 | 4 | -233/+2 |
* | remove library name deduplication from gyp | Konstantin Käfer | 2014-04-22 | 1 | -1/+1 |
* | gyp deduplicates the 'libraries' key, so we're using the ldflags instead | Konstantin Käfer | 2014-04-22 | 1 | -1/+1 |
* | rename to glfw_view.cpp/hpp | Konstantin Käfer | 2014-04-16 | 2 | -1/+3 |
* | add human-readable error messages | Konstantin Käfer | 2014-04-15 | 1 | -0/+6 |
* | clean up os x + ios request code | Konstantin Käfer | 2014-04-14 | 3 | -18/+18 |
* | add xcode project builds | Konstantin Käfer | 2014-04-11 | 1 | -65/+48 |
* | use mapnik-packaging to build all dependencies | Konstantin Käfer | 2014-04-09 | 1 | -4/+5 |
* | add debug window showing the glyph atlas | Konstantin Käfer | 2014-03-14 | 1 | -4/+0 |
* | remove code duplication between osx/glfw and linux/glfw programs | Konstantin Käfer | 2014-03-14 | 3 | -287/+64 |
* | add back sigint handling | Konstantin Käfer | 2014-03-11 | 1 | -6/+6 |
* | add animation modes to linux wrapper | Konstantin Käfer | 2014-03-11 | 1 | -1/+11 |
* | accept --fullscreen option | Konstantin Käfer | 2014-03-11 | 1 | -10/+29 |
* | avoid libcurl crashes | Konstantin Käfer | 2014-03-11 | 1 | -0/+5 |
* | whitespace + comments | Konstantin Käfer | 2014-03-11 | 1 | -0/+1 |
* | include atomic | Konstantin Käfer | 2014-03-05 | 1 | -0/+1 |
* | add SIGINT handling | Konstantin Käfer | 2014-03-05 | 1 | -0/+22 |
* | better support for gles2 | Konstantin Käfer | 2014-03-05 | 1 | -6/+17 |
* | fix settings storage | Konstantin Käfer | 2014-03-03 | 1 | -1/+1 |
* | delete key | Konstantin Käfer | 2014-03-03 | 1 | -1/+1 |
* | reuse curl handles | Konstantin Käfer | 2014-03-03 | 2 | -2/+27 |
* | move requests to global threadpool | Konstantin Käfer | 2014-03-03 | 3 | -18/+8 |
* | make threadpool implementation callback agnostic | Konstantin Käfer | 2014-03-03 | 1 | -2/+2 |