summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove unused parts of chrono.hppJohn Firebaugh2016-01-221-16/+0
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-223-719/+35
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-201-0/+6
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-191-6/+0
* [linux] Replace PNG with WebP on tile source URLBruno de Oliveira Abinader2016-01-191-0/+6
* [ios] Flip points, not edge insetsMinh Nguyễn2016-01-181-5/+0
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-0/+12
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-142-2/+5
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-133-136/+0
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-132-10/+0
* [core] move raster tile URL normalization to source parsingKonstantin Käfer2016-01-132-6/+2
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-132-0/+29
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-092-2/+0
* [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-084-1/+13
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-232-14/+8
* Eliminate boolean return codeJohn Firebaugh2015-12-223-9/+7
* [core] Clamp pitch in easeTo(), flyTo()Minh Nguyễn2015-12-191-0/+1
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+34
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-0/+14
* [core] Avoid making a new copy of layers for redoPlacementJohn Firebaugh2015-12-072-5/+2
* [core] throw values, catch referencesKonstantin Käfer2015-12-032-5/+5
* [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-032-2/+2
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0344-77/+78
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-2/+2
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-012-9/+10
* [core] Remove mbgl/util/uv.hppThiago Marcos P. Santos2015-12-012-415/+0
* [core] Port uv::tls to pthreadsThiago Marcos P. Santos2015-12-014-69/+144
* [core] Privatize internal headersJohn Firebaugh2015-12-013-0/+359
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-011-1/+2
* [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-012-2/+1
* [core] Remove unused libuv includesThiago Marcos P. Santos2015-12-014-4/+2
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-012-52/+8
* [core] Use AsyncTask on the MapContextThiago Marcos P. Santos2015-12-011-28/+0
* [core] Introduce the AsyncTaskThiago Marcos P. Santos2015-12-011-0/+28
* [core] Display modify, expires debug informationBruno de Oliveira Abinader2015-11-271-0/+8
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-0/+20
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-252-6/+30
* [core] Always manually premultiply libpng outputJohn Firebaugh2015-11-252-0/+44
* [core] Rewrite image handlingJohn Firebaugh2015-11-253-12/+15
* Fix GCC5 complaining about -Wunused-variable.Thomas Voß2015-11-252-0/+6
* [core] more robust max-age parsingKonstantin Käfer2015-11-202-0/+51
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-164-424/+0
* [core] Cancelled flag needs to be atomic; it is read from multiple threadsJohn Firebaugh2015-11-161-4/+5
* [core] Fix a subtle and currently unexposed bug in RunLoop::invokeWithCallbackJohn Firebaugh2015-11-161-12/+12
* [core] Use std::mutex on RunLoopThiago Marcos P. Santos2015-11-162-2/+2
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-1/+2
* [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-061-1/+1