summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios,macos] Add custom vector source example to demo appsupstream/custom-vector-sourceJesse Crocker2017-03-213-2/+168
|
* [ios,macos] Add bindings for Custom vector sourcesJesse Crocker2017-03-2111-0/+316
|
* [darwin] Abstract ShapeSource interfaceJesse Crocker2017-03-2114-131/+234
|
* [core] Custom vector sourcesJesse Crocker2017-03-218-0/+267
|
* [core] Move *TileID hashing to separate headerJesse Crocker2017-03-206-34/+45
|
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-03-204-1/+13
|
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-2010-10/+42
|
* [ios, macos] Fix map load error descriptions (#8466)Minh Nguyễn2017-03-186-12/+48
| | | | | | | | * [ios, macos] Corrected map load error descriptions Ensured the uniqueness of localizable string IDs. Ran make genstrings to add the -[MGLMapViewDelegate mapViewDidFailToLoad:withError:] error description strings to the base localization. * [ios, macos] Moved failure error changelog entry to new release
* [macos] Fix nightly build scriptJohn Firebaugh2017-03-171-1/+1
| | | | | | `apt-get install` commands were present when the nightly build was introduced. Prior to 12b99f0 they were in a separate section without `set -eu -o pipefail`, so the error was ignored. I assume they are not needed, since the build was succeeding despite the error. While here, ensure xcpretty is installed.
* [core] Use core wagyu algorithm; move results into GeometryCollectionJohn Firebaugh2017-03-172-69/+20
|
* Added wagyu and removed angus clipperBlake Thompson2017-03-177-6211/+70
|
* [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-173-192/+150
| | | | | | | | | | | | | | | | | | PaintPropertyBinder and subclass templates were being instantiated for every unique attribute type (e.g. a_color, a_fill_color, a_halo_color) even though they behave identically for a given property value type (e.g. Color). To fix this, a unique type such as a_color no longer derives from gl::Attribute<...> -- instead it has an inner Type typedef, which should be used wherever neither a unique type nor attribute name is required. This reduces binary size substantially: VM SIZE FILE SIZE ++++++++++++++ GROWING ++++++++++++++ -------------- SHRINKING -------------- -2.0% -49.3Ki __TEXT,__text -49.3Ki -2.0% -3.1% -5.21Ki [None] -2.79Ki -1.6% -2.1% -4.12Ki __TEXT,__const -4.12Ki -2.1% -1.4% -4.04Ki __TEXT,__gcc_except_tab -4.04Ki -1.4% -19.3% -3.62Ki __DATA,__data -3.62Ki -19.3% -2.5% -1.65Ki __TEXT,__unwind_info -1.65Ki -2.5% -4.2% -8 __DATA,__mod_init_func 0 [ = ] -1.9% -68.0Ki TOTAL -65.6Ki -1.9%
* [core] Don't need to use normalized attributes anymoreJohn Firebaugh2017-03-174-87/+5
|
* [android] move build to Android StudioKonstantin Käfer2017-03-1713-315/+211
|
* [build] move ABI version awareness to mason.cmakeKonstantin Käfer2017-03-172-9/+30
|
* [ios] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-18/+39
|
* [macos] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-6/+31
|
* [android] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-2/+3
|
* [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-6/+8
|
* [Qt] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-2/+2
|
* [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-24/+17
|
* [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-174-8/+31
|
* [build] Give ios/builds s3 permission to Bitrise userJason Wray2017-03-161-0/+20
|
* [build] Post nightly build status to SlackJason Wray2017-03-161-0/+15
|
* [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-155-10/+22
|
* [core] Replace variant with polymorphic PaintPropertyBinder classJohn Firebaugh2017-03-151-83/+57
|
* Bump version, add changelog entry (#8421)node-v3.4.7Bobby Sudekum2017-03-152-1/+5
|
* [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-153-4/+7
|
* [android] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-152-1/+82
|
* [ios] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-145/+200
|
* [macos] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-121/+187
|
* [node] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-152-8/+14
|
* [glfw] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-154-26/+0
|
* [Qt] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-154-31/+92
|
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-1511-78/+134
|
* [node] bump version number; changelog entry (#8408)node-v3.4.6Bobby Sudekum2017-03-142-2/+7
|
* [node] Cleanup bitrise.yml; split test/publish workflows (#8407)Bobby Sudekum2017-03-141-41/+38
|
* [node] Specify build type (#8406)Bobby Sudekum2017-03-142-2/+2
|
* [node] bump version, add changelog entry (#8401)node-v3.4.5Bobby Sudekum2017-03-142-1/+5
|
* [node] Fix memory test hanging after GlyphAtlas refactoring (#8394)Thiago Marcos P. Santos2017-03-144-37/+73
| | | Replies are assumed to be asynchronous after e3500c1f791be82.
* [core] Never join coincident start/end points of LineStringsJohn Firebaugh2017-03-143-17/+9
|
* [android] add changing compass view image feature to the sdk (#8301)Pablo Guardiola2017-03-146-4/+113
|
* [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-144-1/+95
|
* [android] Link with a version script to restrict symbol visibilityJohn Firebaugh2017-03-142-0/+6
|
* [android] don’t crash on map changed callback when OnMapChangedListener ↵Ivo van Dongen2017-03-141-1/+5
| | | | throws a runtime exception
* [build] Fix build when using a Z_PREFIX zlibThiago Marcos P. Santos2017-03-141-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 infrastructureJason Wray2017-03-106-3/+78
|
* [node, glfw] Don't throw in destructorJohn Firebaugh2017-03-101-1/+1
|
* [node, glfw] Remove libuv 0.10 supportJohn Firebaugh2017-03-105-41/+4
|
* [build] add Makefile target for opening Android Studio project on macOSKonstantin Käfer2017-03-101-0/+6
|