summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
...
| * Eliminate Map::getTexturepool()John Firebaugh2014-11-261-2/+2
| * Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
* | Fix member shadowing warningsVincent Schüßler2014-11-281-2/+2
* | image-readers: move concrete implementations headers into platform/defaultartemp2014-11-283-173/+0
* | move std.hpp include into image_reader.hpp (g++)artemp2014-11-281-1/+2
* | return unique_ptr from get_image_readerartemp2014-11-281-1/+1
* | simplify image_readers creation implementationartemp2014-11-285-188/+131
* | simplify factory class to not rely on singleton + cleanupsartemp2014-11-282-13/+16
* | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-283-0/+226
* | Add Map::pause/resumeLeith Bade2014-11-092-0/+20
|/
* replace strftime_l with our custom formatterKonstantin Käfer2014-11-041-0/+6
* make util::utf8_to_utf32::convert() staticartemp2014-11-031-2/+1
* cleanup after 195560090/#309/#530Dane Springmeyer2014-11-031-28/+0
* Merge branch 'master' into platform-imageKonstantin Käfer2014-10-312-6/+11
|\
| * allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-301-1/+2
| * use boost::unicode_iterator on all platform (experimental)artemp2014-10-301-5/+9
* | also allow underscores in token namesKonstantin Käfer2014-10-301-1/+1
* | use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-2/+2
* | do not crash for missing imagesKonstantin Käfer2014-10-301-1/+1
* | use unique_ptr for automatic deallocationKonstantin Käfer2014-10-301-5/+3
|/
* remove regex/boost regex usageKonstantin Käfer2014-10-301-21/+19
* gyp fixesKonstantin Käfer2014-10-282-40/+40
* fix build with libuv 0.11Konstantin Käfer2014-10-271-1/+1
* gcc fixesKonstantin Käfer2014-10-232-6/+6
* fix variable shadowingKonstantin Käfer2014-10-227-30/+30
* replace boost optional with mapbox optionalKonstantin Käfer2014-10-222-15/+74
* 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
| |/