summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dont make_active when clearing buffers, call make_inactive at end of Map::pre...Mike Morris2014-09-161-1/+2
| * | | | don't terminate after Map::runMike Morris2014-09-101-2/+0
| * | | | fix Map::terminate?Mike Morris2014-09-101-1/+2
| * | | | update Painter::deleteShadersMike Morris2014-09-101-2/+3
| * | | | Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdownMike Morris2014-09-102-0/+26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Move notify_map_change() from a global callback, to a callback inLeith Bade2014-09-101-1/+0
| | * | | Adds the function Map::terminate() to allow all GL resources heldLeith Bade2014-09-102-0/+25
| | * | | Add View::make_inactive() to remove context from rendering threadLeith Bade2014-09-101-0/+2
| * | | | Merge branch 'master' into libuv010Mike Morris2014-09-0945-970/+690
| |\ \ \ \ | | |/ / /
| * | | | uv_async_init &completeMike Morris2014-09-031-1/+1
| * | | | Merge branch 'master' into libuv010Mike Morris2014-08-2910-33/+53
| |\ \ \ \
| * | | | | more fixes for libuv v0.10Mike Morris2014-08-271-1/+1
| * | | | | switch uv_cwd back to &maxMike Morris2014-08-271-1/+1
| * | | | | Merge branch 'master' into libuv010Mike Morris2014-08-273-36/+51
| |\ \ \ \ \
| * | | | | | Revert "fix uv_cwd call"Mike Morris2014-08-261-1/+1
| * | | | | | fix uv_cwd callMike Morris2014-08-261-1/+1
| * | | | | | Merge branch 'master' into libuv010Mike Morris2014-08-2610-239/+112
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into libuv010Mike Morris2014-08-2515-204/+299
| |\ \ \ \ \ \ \
| * | | | | | | | bump mapnik-packaging, conform to libuv 0.10 apiMike Morris2014-08-203-6/+6
* | | | | | | | | GCC doesn't like {} initializationKonstantin Käfer2014-10-221-2/+2
* | | | | | | | | GCC doesn't like #pragmas between the function declaration and definitionKonstantin Käfer2014-10-221-1/+1
* | | | | | | | | fix compile warnings in libtess2Konstantin Käfer2014-10-224-16/+11
* | | | | | | | | silence warning; GCC needs this parameter, but Clang says its unusedKonstantin Käfer2014-10-221-0/+3
* | | | | | | | | fix compile warningsKonstantin Käfer2014-10-222-3/+3
* | | | | | | | | link boost when the boost variable is setKonstantin Käfer2014-10-221-4/+2
* | | | | | | | | don't omit parameter nameKonstantin Käfer2014-10-211-1/+1
* | | | | | | | | ios build system fixesKonstantin Käfer2014-10-211-0/+5
* | | | | | | | | first attempt at using mason to install packagesKonstantin Käfer2014-10-204-8/+49
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | remove outdated commentKonstantin Käfer2014-10-081-3/+0
* | | | | | | | define variable outside of loop scopeKonstantin Käfer2014-10-011-1/+2
* | | | | | | | properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-013-8/+18
* | | | | | | | fix headless testsKonstantin Käfer2014-09-306-23/+57
* | | | | | | | move file request baton to its own fileKonstantin Käfer2014-09-302-153/+143
* | | | | | | | add reachabilityKonstantin Käfer2014-09-294-4/+49
* | | | | | | | add retries in case of connection failuresKonstantin Käfer2014-09-291-3/+73
* | | | | | | | don't pass the loop through all function callsKonstantin Käfer2014-09-291-10/+15
* | | | | | | | add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-262-30/+29
* | | | | | | | use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-242-3/+3
* | | | | | | | add back CURL requestingKonstantin Käfer2014-09-246-141/+94
* | | | | | | | whitespace fixesKonstantin Käfer2014-09-241-1/+0
* | | | | | | | move cocoa nsurlrequest code to common folderKonstantin Käfer2014-09-241-150/+0
* | | | | | | | add retry timersKonstantin Käfer2014-09-247-41/+240
* | | | | | | | convert http(s)://*.tiles.mapbox.com/ to mapbox:// for unified cachingKonstantin Käfer2014-09-241-3/+32
* | | | | | | | use asynchronous worker terminationKonstantin Käfer2014-09-242-30/+92
* | | | | | | | make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-246-24/+24
* | | | | | | | option to pass data parameter, and add more explanationKonstantin Käfer2014-09-241-2/+13
* | | | | | | | add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-241-1/+12
* | | | | | | | notifications on request cancellationKonstantin Käfer2014-09-243-15/+42
* | | | | | | | use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-245-8/+59
* | | | | | | | use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-2428-88/+86