summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-1683-422/+422
* separate comparisons and expressionsKonstantin Käfer2014-07-163-134/+145
* add more comparison testsKonstantin Käfer2014-07-163-57/+44
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-161-80/+7
|\
| * update value semanatics to be closer to js and add filter expression testsKonstantin Käfer2014-07-161-80/+7
* | refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-162-25/+27
|/
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-156-27/+49
|\
| * add icon render testKonstantin Käfer2014-07-154-9/+13
| * correctly cast bufferKonstantin Käfer2014-07-151-1/+1
| * make icons work againKonstantin Käfer2014-07-152-6/+4
| * do not reallocate the texture data on every update; use glTexSubImage2D insteadKonstantin Käfer2014-07-151-11/+31
* | allow for delayed map notifications during animationsJustin R. Miller2014-07-151-3/+6
|/
* flesh out 'will change region' notificationsJustin R. Miller2014-07-151-0/+12
* change halo-width/blur unitsKonstantin Käfer2014-07-141-15/+27
* fix font halo unitsKonstantin Käfer2014-07-141-1/+13
* add enum class to unify parsing/stringificationKonstantin Käfer2014-07-144-96/+2
* don't initialize sources multiple timesKonstantin Käfer2014-07-142-17/+41
* move std::erase_if => util::erase_ifKonstantin Käfer2014-07-143-3/+4
* Merge branch 'master' into stylesourceMike Morris2014-07-113-62/+48
|\
| * add missing include headerKonstantin Käfer2014-07-111-0/+2
| * allow formatted messagesKonstantin Käfer2014-07-113-63/+47
* | add forward-declared Source shared_ptr to style_bucketMike Morris2014-07-111-5/+4
* | Merge branch 'master' into stylesourceMike Morris2014-07-112-0/+63
|\ \ | |/
| * add nslog and stderr log backendsKonstantin Käfer2014-07-111-14/+24
| * add logging facility and check logs in testsKonstantin Käfer2014-07-112-0/+53
* | Merge branch 'master' into stylesourceMike Morris2014-07-101-4/+0
|\ \ | |/
| * remove duplicate setAppliedClasses functionKonstantin Käfer2014-07-101-4/+0
* | break out StyleSource from Source, move getActiveSources andMike Morris2014-07-106-46/+49
* | move sprite class to map directoryMike Morris2014-07-106-6/+6
|/
* remove *-enabledKonstantin Käfer2014-07-108-29/+0
* allow specifying a base parameter for exponential functionsKonstantin Käfer2014-07-102-6/+7
* change line width and add line-width testKonstantin Käfer2014-07-103-7/+4
* Merge branch 'master' into access_tokenKonstantin Käfer2014-07-1010-83/+98
|\
| * update fixturesKonstantin Käfer2014-07-091-0/+3
| * move render type to layer top levelKonstantin Käfer2014-07-096-66/+75
| * switch to GeoJSON-style geometry type namesKonstantin Käfer2014-07-092-8/+8
| * replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-092-11/+14
* | move to per-map access tokenJustin R. Miller2014-07-094-17/+26
* | Merge branch 'master' into access_tokenJustin R. Miller2014-07-093-14/+26
|\ \ | |/
| * fix automated headless testing on travisKonstantin Käfer2014-07-091-13/+0
| * fix compile errorsKonstantin Käfer2014-07-081-0/+1
| * update headless testing to be configurableKonstantin Käfer2014-07-082-1/+25
* | Use API v4 and access tokensJohn Firebaugh2014-07-081-1/+10
|/
* add test fixture and image comparisonKonstantin Käfer2014-07-071-2/+2
* make headless rendering work again by setting the correct fboKonstantin Käfer2014-07-071-10/+2
* add ca bundle to linux buildKonstantin Käfer2014-07-071-1/+3
* fix applied classes symbolsKonstantin Käfer2014-07-071-2/+2
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-075-8/+33
|\
| * native-side map change notificationsJustin R. Miller2014-07-031-4/+14
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-07-032-2/+13
| |\