Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow installing the library | Konstantin Käfer | 2014-10-27 | 1 | -2/+2 |
| | |||||
* | make tests work | Konstantin Käfer | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | restructure gyp files | Konstantin Käfer | 2014-10-24 | 2 | -19/+11 |
| | |||||
* | curl fixes | Konstantin Käfer | 2014-10-20 | 1 | -0/+2 |
| | | | | [skip ci] | ||||
* | add etag support and if-none-match/if-modified-since to cocoa http handling | Konstantin Käfer | 2014-09-26 | 1 | -0/+1 |
| | |||||
* | add back CURL requesting | Konstantin Käfer | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | parse cache-control and last-modified headers | Konstantin Käfer | 2014-09-24 | 1 | -2/+0 |
| | |||||
* | use platform-specific NSString for case changes on OS X/iOS | Konstantin Käfer | 2014-08-22 | 1 | -0/+1 |
| | | | | refs #309 | ||||
* | 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 |
| | | | | | | Angle -> Bearing Radians -> Degrees Clockwise -> Counterclockwise | ||||
* | 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 |
| | | | | fixes #357 | ||||
* | 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 |
| | | | | | | Integrates libuv's default loop with GLFW's glfwWaitEvents() call. See https://github.com/joyent/libuv/issues/1246 for more details on integrating event loops. fixes #149 | ||||
* | remove library name deduplication from gyp | Konstantin Käfer | 2014-04-22 | 1 | -1/+1 |
| | | | | refs #155 | ||||
* | 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 |
| | | | | fixes #129 | ||||
* | 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 |
| | | | | | Conflicts: linux/main.cpp | ||||
* | 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 |
| |