Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version, add changelog entry (#8421)node-v3.4.7 | Bobby Sudekum | 2017-03-15 | 2 | -1/+5 |
| | |||||
* | [node] Work around a link error on macOS release builds (#8409) | John Firebaugh | 2017-03-15 | 3 | -4/+7 |
| | |||||
* | [android] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 2 | -1/+82 |
| | |||||
* | [ios] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 1 | -145/+200 |
| | |||||
* | [macos] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 1 | -121/+187 |
| | |||||
* | [node] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 2 | -8/+14 |
| | |||||
* | [glfw] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 4 | -26/+0 |
| | |||||
* | [Qt] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 4 | -31/+92 |
| | |||||
* | [core] Replace MapChange enum with MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 11 | -78/+134 |
| | |||||
* | [node] bump version number; changelog entry (#8408)node-v3.4.6 | Bobby Sudekum | 2017-03-14 | 2 | -2/+7 |
| | |||||
* | [node] Cleanup bitrise.yml; split test/publish workflows (#8407) | Bobby Sudekum | 2017-03-14 | 1 | -41/+38 |
| | |||||
* | [node] Specify build type (#8406) | Bobby Sudekum | 2017-03-14 | 2 | -2/+2 |
| | |||||
* | [node] bump version, add changelog entry (#8401)node-v3.4.5 | Bobby Sudekum | 2017-03-14 | 2 | -1/+5 |
| | |||||
* | [node] Fix memory test hanging after GlyphAtlas refactoring (#8394) | Thiago Marcos P. Santos | 2017-03-14 | 4 | -37/+73 |
| | | | Replies are assumed to be asynchronous after e3500c1f791be82. | ||||
* | [core] Never join coincident start/end points of LineStrings | John Firebaugh | 2017-03-14 | 3 | -17/+9 |
| | |||||
* | [android] add changing compass view image feature to the sdk (#8301) | Pablo Guardiola | 2017-03-14 | 6 | -4/+113 |
| | |||||
* | [core] don’t query rendered features until all data is available | Ivo van Dongen | 2017-03-14 | 4 | -1/+95 |
| | |||||
* | [android] Link with a version script to restrict symbol visibility | John Firebaugh | 2017-03-14 | 2 | -0/+6 |
| | |||||
* | [android] don’t crash on map changed callback when OnMapChangedListener ↵ | Ivo van Dongen | 2017-03-14 | 1 | -1/+5 |
| | | | | throws a runtime exception | ||||
* | [build] Fix build when using a Z_PREFIX zlib | Thiago Marcos P. Santos | 2017-03-14 | 1 | -0/+5 |
| | | | | | It will redefine mbgl::util::compress to mbgl::util::z_compress and cause a link error. Aka pre-processor hell. | ||||
* | [ios] Add nightly build infrastructure | Jason Wray | 2017-03-10 | 6 | -3/+78 |
| | |||||
* | [node, glfw] Don't throw in destructor | John Firebaugh | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | [node, glfw] Remove libuv 0.10 support | John Firebaugh | 2017-03-10 | 5 | -41/+4 |
| | |||||
* | [build] add Makefile target for opening Android Studio project on macOS | Konstantin Käfer | 2017-03-10 | 1 | -0/+6 |
| | |||||
* | [android] upgrade to Android NDK r14 | Konstantin Käfer | 2017-03-10 | 2 | -9/+12 |
| | |||||
* | [macos] Simplify bitrise.yml | John Firebaugh | 2017-03-10 | 1 | -35/+3 |
| | |||||
* | [build] Remove custom bitrise 'skip ci' stuff (#8346) | John Firebaugh | 2017-03-10 | 6 | -113/+1 |
| | |||||
* | [linux, node] Build with clang 3.9 | John Firebaugh | 2017-03-09 | 1 | -16/+16 |
| | |||||
* | [test] Fix polygon construction to compile with clang 3.9.x | Dane Springmeyer | 2017-03-09 | 1 | -9/+9 |
| | |||||
* | [core] Avoid -Wundefined-var-template warnings with clang 3.9+ | John Firebaugh | 2017-03-09 | 1 | -19/+19 |
| | |||||
* | [android] query source features | Ivo van Dongen | 2017-03-09 | 13 | -20/+282 |
| | |||||
* | [macos, ios] query source features | Ivo van Dongen | 2017-03-09 | 10 | -0/+266 |
| | |||||
* | [core] query source features | Ivo van Dongen | 2017-03-09 | 15 | -2/+191 |
| | |||||
* | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-09 | 14 | -26/+26 |
| | |||||
* | [core] Extract and de-templatize several Program static methods | John Firebaugh | 2017-03-09 | 4 | -27/+54 |
| | |||||
* | [core] Avoid unnecessary convert template instantiations | John Firebaugh | 2017-03-09 | 4 | -4/+4 |
| | |||||
* | [darwin] Use explicit initialization rather than global static variables for ↵ | Konstantin Käfer | 2017-03-09 | 3 | -2/+7 |
| | | | | | | | | the default RunLoop When linking Mapbox GL as a static library, the object file (MGLFoundation.o) containing the global static variable initialization was not linked into the resulting binary since it was not referenced. This resulted in the RunLoop not being initialized in the main thread. Reverts 03a14ff0003e976a4ded70d284bc80adf54bc6c9 | ||||
* | [build] require Android r13b | Konstantin Käfer | 2017-03-08 | 1 | -2/+11 |
| | | | | We're trying to use a local NDK, but in case it is too old or too new, we fall back to downloading the correct version via Mason, like in the olden times. | ||||
* | [core] Avoid using std::function in property_setter.hpp | John Firebaugh | 2017-03-08 | 3 | -198/+209 |
| | |||||
* | Pack min + max into one attribute :muscle: | Molly Lloyd | 2017-03-08 | 18 | -247/+238 |
| | | | | | | | | Some devices supported by Mapbox GL provide only 8 vertex attributes; this change packs existing attributes to get us just under that limit. For properties using a composite function, pack the min and max values into a single attribute with two logical components instead of using two separate attributes and buffers. Special logic is included for color attributes, whose integer components must be packed into the available bits of floating-point attributes. (We don't have access to ivec types in GL ES 2.0.) For source functions, continue to bind just a one-component attribute even though the GLSL type is vec2 (or vec4 for colors). The type-checking done by gl::Attribute is relaxed slightly to accommodate this. | ||||
* | Use ICU compiled with -Os | John Firebaugh | 2017-03-08 | 5 | -5/+5 |
| | |||||
* | [core] De-duplicate shader prelude source | John Firebaugh | 2017-03-08 | 18 | -929/+141 |
| | |||||
* | [test] Increase memory test ceiling slightly | John Firebaugh | 2017-03-08 | 1 | -2/+2 |
| | |||||
* | [build] increase binary size log duration to 60 days | Konstantin Käfer | 2017-03-08 | 1 | -2/+2 |
| | |||||
* | For data-driven paint setters, transition immediately to target value (#8306) | Anand Thakker | 2017-03-08 | 3 | -0/+52 |
| | | | Closes #8237 | ||||
* | [macos] add missing method declarations for visibleFeaturesX | Ivo van Dongen | 2017-03-07 | 1 | -0/+8 |
| | |||||
* | [android] use PropertyValue for default values in functions | Ivo van Dongen | 2017-03-07 | 8 | -76/+169 |
| | |||||
* | [core] clear source when removed from style | Ivo van Dongen | 2017-03-06 | 3 | -0/+8 |
| | |||||
* | Update README.md | Bruno de Oliveira Abinader | 2017-03-06 | 1 | -1/+1 |
| | | | Fix patch typo. | ||||
* | [Qt] Remove the QML app | Thiago Marcos P. Santos | 2017-03-06 | 14 | -1322/+3 |
| | | | | | We are now on Qt 5.9 and this is where the plugin will be developed from now on. |