summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-0424-1303/+0
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-0/+18
* Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-032-49/+0
* libuv handles must be deallocated asynchronouslyJohn Firebaugh2014-12-031-8/+12
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-6/+21
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-022-4/+4
* More complete uv::threadJohn Firebaugh2014-12-021-1/+17
* Introduce uv::asyncJohn Firebaugh2014-11-262-0/+39
* Use noncopyableJohn Firebaugh2014-11-261-11/+11
* Remove unusedJohn Firebaugh2014-11-261-11/+0
* Remove unusedJohn Firebaugh2014-11-261-5/+0
* Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-261-2/+2
* Eliminate Map::getTexturepool()John Firebaugh2014-11-261-2/+2
* Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
* 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
|\ \