Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | add threadpool implementation | Konstantin Käfer | 2014-03-03 | 4 | -113/+66 |
* | add threadpooled requests | Konstantin Käfer | 2014-03-02 | 4 | -96/+209 |
* | use atomics instead of mutexes | Konstantin Käfer | 2014-03-01 | 1 | -17/+4 |
* | make linux downloads cancellable | Konstantin Käfer | 2014-03-01 | 1 | -6/+46 |
* | multithreaded curl for linux | Konstantin Käfer | 2014-03-01 | 2 | -41/+113 |
* | rename -osx project to -x86 | Konstantin Käfer | 2014-02-21 | 1 | -1/+1 |
* | persist settings to /tmp/llmr-native.json | Ansis Brammanis | 2014-02-18 | 2 | -33/+32 |
* | async http requests for linux wrapper | Ansis Brammanis | 2014-02-18 | 1 | -3/+32 |
* | make sure that mapView is initialized before referencing into it | Konstantin Käfer | 2014-02-17 | 1 | -2/+4 |
* | first attempt at linux wrapper | Ansis Brammanis | 2014-02-17 | 4 | -0/+370 |