summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* New mason-based build systemKonstantin Käfer2014-10-222-5/+18
|\
| * link boost when the boost variable is setKonstantin Käfer2014-10-221-2/+1
| * first attempt at using mason to install packagesKonstantin Käfer2014-10-201-3/+17
* | background-image supportJohn Firebaugh2014-10-171-0/+2
|/
* fix gcc cannot call member function without object errorKonstantin Käfer2014-10-011-2/+2
* properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-012-1/+2
* fix headless testsKonstantin Käfer2014-09-301-0/+2
* add retry timersKonstantin Käfer2014-09-241-0/+6
* use asynchronous worker terminationKonstantin Käfer2014-09-242-10/+17
* use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-243-14/+27
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-243-6/+37
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-241-12/+1
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-248-56/+302
* compress data and store typeKonstantin Käfer2014-09-242-7/+22
* add basic request caching with sqliteKonstantin Käfer2014-09-241-1/+14
* fix basepath for headless stylesheetsKonstantin Käfer2014-08-271-0/+1
* Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-262-3/+26
|\
| * don't trip up certain stdlib implementationsKonstantin Käfer2014-08-211-1/+1
| * compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-212-3/+26
* | Merge pull request #437 from mapbox/fix-gccKonstantin Käfer2014-08-263-50/+4
|\ \
| * | use correct implementationKonstantin Käfer2014-08-211-1/+1
| * | also use boost codecvt on linuxKonstantin Käfer2014-08-211-1/+2
| * | remove unused threadpool classKonstantin Käfer2014-08-211-46/+0
| * | add a few fixes for gccKonstantin Käfer2014-08-213-5/+4
| |/
* | Support for Mapbox fontstack APIJohn Firebaugh2014-08-222-0/+31
|/
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-203-11/+25
* update mapbox/variantKonstantin Käfer2014-08-192-4/+23
* fix image pattern renderingKonstantin Käfer2014-08-141-0/+40
* remove trailing whitespaceKonstantin Käfer2014-08-121-1/+1
* Merge branch 'master' into rasterizeKonstantin Käfer2014-08-124-155/+170
|\
| * remove uv.h dependency from header filesKonstantin Käfer2014-08-123-151/+167
| * remove uv.h dependency in util/time.hppKonstantin Käfer2014-08-111-4/+3
* | still not workingLauren Budorick2014-08-111-0/+4
|/
* Merge pull request #407 from mapbox/filesourceKonstantin Käfer2014-08-112-0/+59
|\
| * don't automatically move back to main threadKonstantin Käfer2014-08-111-4/+2
| * skip null byteKonstantin Käfer2014-08-111-1/+1
| * use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-082-1/+15
| * use filesource object for loading all http stuffKonstantin Käfer2014-08-081-0/+47
* | Support dashes in tokensJohn Firebaugh2014-08-081-1/+1
|/
* Merge branch 'master' into symbolsKonstantin Käfer2014-08-061-4/+9
|\
| * Avoid libuv resource leaks (fixes #395)John Firebaugh2014-08-021-4/+9
* | fix boolean operatorsKonstantin Käfer2014-08-041-1/+1
* | update shaders and backport some collision changesKonstantin Käfer2014-08-041-1/+2
|/
* rename llmr => mbglKonstantin Käfer2014-07-1626-0/+2273