summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-011-0/+14
* [core] Privatize internal headersJohn Firebaugh2015-12-013-359/+0
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-011-16/+7
* [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-013-231/+207
* [core] Introduce Timer abstractionThiago Marcos P. Santos2015-12-011-0/+30
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-12/+33
* [core] Use AsyncTask on the MapContextThiago Marcos P. Santos2015-12-011-0/+28
* [core] Display modify, expires debug informationBruno de Oliveira Abinader2015-11-271-0/+5
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-0/+31
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-14/+21
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-4/+4
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-3/+10
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-164-0/+424
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-122-21/+20
* [core] Fix mbgl::projection function signaturesBruno de Oliveira Abinader2015-11-111-4/+4
* [core] Added MetersBoundsBruno de Oliveira Abinader2015-11-112-16/+18
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+15
* [core] Added isValid to geo helper structsBruno de Oliveira Abinader2015-11-111-0/+12
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-301-0/+32
* [core] Annotation refactorJohn Firebaugh2015-10-201-0/+4
* mason variant@1.0Mike Morris2015-09-304-1030/+0
* CameraOptionsMinh Nguyễn2015-09-072-0/+190
* load correct covering tiles in perspective viewAnsis Brammanis2015-08-241-0/+1
* fix earthquakes in perspective viewAnsis Brammanis2015-08-241-7/+7
* port mat4.perspective and mat4.rotate_xAnsis Brammanis2015-08-241-0/+2
* add MBGL_USE_GLES2 defineKonstantin Käfer2015-08-041-9/+12
* don't use certain STL functionsKonstantin Käfer2015-08-041-4/+4
* Remove unused function: cwd()Thiago Marcos P. Santos2015-07-111-2/+0
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-081-1/+1
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* Sprite store APIKonstantin Käfer2015-07-081-0/+5
* [wrap)Minh Nguyễn2015-07-061-1/+3
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-1/+13
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+8
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-23/+0
* Notify failures when loading glyphsThiago Marcos P. Santos2015-05-221-0/+5
* Notify failures when loading tilesThiago Marcos P. Santos2015-05-221-0/+5
* Notify failures when loading the sprite JSON and imageThiago Marcos P. Santos2015-05-221-0/+5
* Notify failures when loading the source JSONThiago Marcos P. Santos2015-05-221-0/+5
* only return locked FontStack objectsKonstantin Käfer2015-05-191-0/+30
* fix division by zero conditionsDane Springmeyer2015-05-081-1/+5
* Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-071-0/+1
* only update GL state when it actually changedKonstantin Käfer2015-05-041-0/+87
* fix compile with clang-3.6Dane Springmeyer2015-05-011-2/+1
* Rewrite Worker in terms of Thread<>John Firebaugh2015-04-281-95/+0
* port LineBucket::addLine from -jsAnsis Brammanis2015-04-272-1/+17
* Ensure correct spin directionMinh Nguyễn2015-04-181-0/+6
* Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-092-34/+0
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-0/+16