summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge branch 'master' into 1022-annotations-thread-safetyJustin R. Miller2015-03-231-0/+7
|\
| * Cocoa annotations APIJustin R. Miller2015-03-221-0/+7
* | make more things const and refs, and add mutexesKonstantin Käfer2015-03-201-2/+0
|/
* refs #893 #992: point annotations APIJustin R. Miller2015-03-172-0/+18
* fix ambiguous name (gcc)Konstantin Käfer2015-03-061-1/+1
* throw exception when shader compilation failsKonstantin Käfer2015-03-061-0/+27
* add more locking around GlyphStore and FontStackKonstantin Käfer2015-03-061-0/+33
* move readlock/writelock to uv.hpp and add movable lock/mutexKonstantin Käfer2015-03-061-0/+41
* update mapbox::variantKonstantin Käfer2015-03-062-83/+145
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-163-0/+96
* Fix #include <uv.h> mixing between C and C++ modesLeith Bade2015-02-111-2/+2
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-2/+4
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-044-21/+173
* Use std::chronoLeith Bade2015-02-041-28/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-0/+30
|\
| * report version number in user agent stringKonstantin Käfer2014-12-081-2/+0
| * add user agent headerKonstantin Käfer2014-12-081-0/+32