Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate functions to only use stops | Konstantin Käfer | 2014-07-17 | 1 | -26/+2 |
* | rename llmr => mbgl | Konstantin Käfer | 2014-07-16 | 112 | -556/+556 |
* | separate comparisons and expressions | Konstantin Käfer | 2014-07-16 | 4 | -68/+90 |
* | add more comparison tests | Konstantin Käfer | 2014-07-16 | 5 | -19/+21 |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Justin R. Miller | 2014-07-16 | 4 | -121/+202 |
|\ | |||||
| * | update value semanatics to be closer to js and add filter expression tests | Konstantin Käfer | 2014-07-16 | 4 | -121/+202 |
* | | refs #342 & #346: per-map change callbacks | Justin R. Miller | 2014-07-16 | 3 | -19/+24 |
|/ | |||||
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Justin R. Miller | 2014-07-15 | 2 | -0/+3 |
|\ | |||||
| * | add icon render test | Konstantin Käfer | 2014-07-15 | 2 | -0/+3 |
* | | allow for delayed map notifications during animations | Justin R. Miller | 2014-07-15 | 1 | -1/+3 |
|/ | |||||
* | make gcc happy | Konstantin Käfer | 2014-07-14 | 1 | -1/+1 |
* | add enum class to unify parsing/stringification | Konstantin Käfer | 2014-07-14 | 4 | -21/+95 |
* | fix includes | Konstantin Käfer | 2014-07-14 | 1 | -0/+2 |
* | don't initialize sources multiple times | Konstantin Käfer | 2014-07-14 | 4 | -10/+15 |
* | move std::erase_if => util::erase_if | Konstantin Käfer | 2014-07-14 | 1 | -0/+5 |
* | Merge branch 'master' into stylesource | Mike Morris | 2014-07-11 | 3 | -20/+36 |
|\ | |||||
| * | allow formatted messages | Konstantin Käfer | 2014-07-11 | 3 | -20/+36 |
* | | add forward-declared Source shared_ptr to style_bucket | Mike Morris | 2014-07-11 | 1 | -0/+3 |
* | | Merge branch 'master' into stylesource | Mike Morris | 2014-07-11 | 2 | -0/+125 |
|\ \ | |/ | |||||
| * | add nslog and stderr log backends | Konstantin Käfer | 2014-07-11 | 1 | -0/+3 |
| * | add logging facility and check logs in tests | Konstantin Käfer | 2014-07-11 | 2 | -0/+122 |
* | | Merge branch 'master' into stylesource | Mike Morris | 2014-07-10 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | remove duplicate setAppliedClasses function | Konstantin Käfer | 2014-07-10 | 1 | -1/+0 |
* | | break out StyleSource from Source, move getActiveSources and | Mike Morris | 2014-07-10 | 6 | -20/+42 |
* | | move sprite class to map directory | Mike Morris | 2014-07-10 | 1 | -0/+0 |
|/ | |||||
* | remove *-enabled | Konstantin Käfer | 2014-07-10 | 2 | -18/+6 |
* | allow specifying a base parameter for exponential functions | Konstantin Käfer | 2014-07-10 | 1 | -3/+3 |
* | Merge branch 'master' into access_token | Konstantin Käfer | 2014-07-10 | 6 | -26/+27 |
|\ | |||||
| * | move render type to layer top level | Konstantin Käfer | 2014-07-09 | 3 | -7/+11 |
| * | switch to GeoJSON-style geometry type names | Konstantin Käfer | 2014-07-09 | 1 | -1/+1 |
| * | replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y} | Konstantin Käfer | 2014-07-09 | 2 | -18/+15 |
* | | cleanup | Justin R. Miller | 2014-07-09 | 1 | -6/+0 |
* | | move to per-map access token | Justin R. Miller | 2014-07-09 | 4 | -3/+14 |
* | | Merge branch 'master' into access_token | Justin R. Miller | 2014-07-09 | 2 | -0/+21 |
|\ \ | |/ | |||||
| * | update headless testing to be configurable | Konstantin Käfer | 2014-07-08 | 2 | -0/+21 |
* | | Use API v4 and access tokens | John Firebaugh | 2014-07-08 | 1 | -0/+6 |
|/ | |||||
* | add test fixture and image comparison | Konstantin Käfer | 2014-07-07 | 1 | -1/+1 |
* | make headless rendering work again by setting the correct fbo | Konstantin Käfer | 2014-07-07 | 2 | -1/+9 |
* | fix applied classes symbols | Konstantin Käfer | 2014-07-07 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native | Konstantin Käfer | 2014-07-07 | 5 | -2/+31 |
|\ | |||||
| * | native-side map change notifications | Justin R. Miller | 2014-07-03 | 1 | -2/+2 |
| * | add map change notification options | Justin R. Miller | 2014-07-03 | 1 | -0/+13 |
| * | Merge branch 'master' of github.com:mapbox/llmr-native | Justin R. Miller | 2014-07-03 | 2 | -0/+14 |
| |\ | |||||
| | * | Support for text-transform | John Firebaugh | 2014-07-03 | 2 | -0/+14 |
| * | | re-add setAppliedClasses() to style | Justin R. Miller | 2014-07-03 | 2 | -0/+2 |
| |/ | |||||
* | | add applied classes api | Konstantin Käfer | 2014-07-03 | 2 | -0/+2 |
|/ | |||||
* | correctly detect duplicate layers | Konstantin Käfer | 2014-07-03 | 1 | -3/+0 |
* | remove variant options; they're all functions anyway | Konstantin Käfer | 2014-07-03 | 1 | -3/+0 |
* | tuple is explicit in gcc's stl | Konstantin Käfer | 2014-07-03 | 1 | -1/+1 |
* | fix background painting | Konstantin Käfer | 2014-07-02 | 1 | -1/+3 |