summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-021-0/+0
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-301-0/+16
* [core] Use current copy of style layers when reparsing tilesJohn Firebaugh2015-10-302-4/+10
* [core] Separate type for RasterTileParseResultJohn Firebaugh2015-10-302-10/+10
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-292-52/+24
* [core] Set names to threads on LinuxThiago Marcos P. Santos2015-10-291-1/+3
* [core] Ensure URL normalization is safe. Fixes #2695Tom MacWright2015-10-281-0/+19
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-262-15/+15
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-262-36/+85
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-262-8/+8
* [core] Annotation refactorJohn Firebaugh2015-10-203-5/+17
* [core] Fix swapped lat/lon in geo.cppJohn Firebaugh2015-10-201-2/+2
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-141-11/+11
* mason variant@1.0Mike Morris2015-09-301-0/+0
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-282-0/+57
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-161-0/+0
* [node] Enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-09-151-0/+0
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-153-6/+8
* [core] GLObjectStore now uses GLuintBruno de Oliveira Abinader2015-09-152-9/+10
* increase precision for coordinate conversionsAnsis Brammanis2015-09-113-8/+8
* CameraOptionsMinh Nguyễn2015-09-072-190/+0
* Bump geojsonvt versionThiago Marcos P. Santos2015-09-011-0/+0
* load correct covering tiles in perspective viewAnsis Brammanis2015-08-243-5/+42
* port invert and transformMat4 from gl-matrixAnsis Brammanis2015-08-243-0/+120
* fix earthquakes in perspective viewAnsis Brammanis2015-08-245-29/+29
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-242-4/+5