summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Test with qtopengl.hupstream/tmpsantos-qt_cmake_standaloneThiago Marcos P. Santos2016-07-312-10/+3
|
* [build][Qt] Added standalone build modeThiago Marcos P. Santos2016-07-283-0/+93
| | | | | Attempt to make a build with as few build time and runtime dependencies as possible.
* [build] Prefix with ${CMAKE_SOURCE_DIR}Thiago Marcos P. Santos2016-07-274-468/+470
|
* [build] cmake - copy custom-layer-example.so to the right sub-moduleIvo van Dongen2016-07-261-1/+3
|
* [build] fix various CI buildsKonstantin Käfer2016-07-263-4/+3
|
* [build] make android targets .PHONY and adhere to naming schemeKonstantin Käfer2016-07-262-2/+8
|
* [build] unify naming of Makefile targetsKonstantin Käfer2016-07-266-23/+37
| | | | | `make foo` just builds `make run-foo` builds and runs
* [build] add Xcode project for Qt buildsKonstantin Käfer2016-07-262-5/+33
|
* [build] make headless rendering work with Qt on macOSKonstantin Käfer2016-07-262-10/+8
|
* [build] #5359 - make sure node dependencies are updatedIvo van Dongen2016-07-261-1/+1
|
* [build] #5359 - Added changes back in from #5656Ivo van Dongen2016-07-261-2/+2
|
* [build] #5359 cmake androidIvo van Dongen2016-07-263-14/+162
|
* [Qt] Use Qt decoder instead of nunicodeThiago Marcos P. Santos2016-07-262-5/+3
|
* [core] Updated clang-tidy fixesBruno de Oliveira Abinader2016-07-264-6/+6
|
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-07-269-21/+13
| | | | | CMake defines 'NDEBUG' by default for release build, so we can check if that's not defined instead of using 'DEBUG' for debug build.
* [build] Copy 'ca-bundle.crt' for mbgl-glfw targetBruno de Oliveira Abinader2016-07-261-0/+7
|
* [build] Re-enable coverage runBruno de Oliveira Abinader2016-07-264-10/+14
|
* [build] Fix 'make tidy' on linuxBruno de Oliveira Abinader2016-07-263-19/+13
|
* [build] Re-enable Qt botsThiago Marcos P. Santos2016-07-264-25/+29
|
* [build] Use cxx11abi suffix when neededThiago Marcos P. Santos2016-07-263-7/+17
|
* [build] Build Qt with CMakeThiago Marcos P. Santos2016-07-267-3/+277
|
* [build] Do not redefine MASON_PLATFORMThiago Marcos P. Santos2016-07-261-4/+6
|
* [build] switch to CMakeKonstantin Käfer2016-07-2682-2726/+2002
| | | | This is very much a work in progress.
* [build] remove gypKonstantin Käfer2016-07-261555-84581/+0
|
* codify implicit assumption about marker-providing delegate method precedenceJustin R. Miller2016-07-251-0/+2
|
* use class instead of magic string comparisonJustin R. Miller2016-07-251-7/+10
|
* refs 654f015: bring back sprite-backed annotation option for comparisonJustin R. Miller2016-07-251-11/+95
|
* Add mention-bot config (#5788)Jason Wray2016-07-251-0/+5
| | | | | - Limit notifications to members of the Mapbox GitHub organization. - Tweak the message a bit for concision and punctuation. - Experimentally bump number of PR files checked from 5 to 10.
* 5782: build static framework correctly (#5783)Romain Quidet2016-07-253-1/+18
| | | | | | * 5782: build static framework correctly * 5782: updated changelog
* [android] Create a new local reference frame in JNI listOfflineRegionsAntonio Zugaldia2016-07-251-1/+4
| | | | Fixes #5629
* [android] Fixes #5777. deselectMarker is delegated to MapboxMap from Marker ↵Bharath MG2016-07-242-3/+23
| | | | manager.
* [android] #5679 - move logo and attribution to the top rightTobrun Van Nuland2016-07-242-1/+4
| | | | [android] #5679 - get correct top margin for logo when saving state of MapView
* [android] #5745 - allow selectMarker on MapboxMap to be called with a MarkerViewTobrun Van Nuland2016-07-242-3/+31
|
* [android] #5738 - default navigation drawer exampleTobrun2016-07-2417-22/+395
| | | | | | | | | | [android] #5738 - migrated to MapFragment approach & AppCompat compatible [android] #5378 - make drawer work with inner class fragments [android] #5738 - navigation drawer proposition [android] #5738 - cleanup
* [android] #5756 - correctly load style from xml attributesTobrun Van Nuland2016-07-241-2/+4
|
* [android] fixes #5762. Passing pixel points to native jni for getting latlng.Bharath MG2016-07-242-3/+3
|
* [glfw] Added 'addRandomLineAnnotations'Bruno de Oliveira Abinader2016-07-232-5/+28
|
* [ios] Refactor iosapp demo test shapes functionJason Wray2016-07-221-80/+87
| | | | | - More detailed descriptions of individual shapes. - Make holey polygon square.
* [ios] Do not allow multipoint annotations to be assigned viewsJason Wray2016-07-222-1/+8
|
* [node] Fix integer conversion of filter valuesCarol Hansen2016-07-222-3/+3
|
* [android] #5767 - Switching to Mapbox OutdoorsBrad Leege2016-07-222-3/+3
|
* [ios] Reformat inline documentation with ticks, smart quotes, breaks (#5752)Jason Wray2016-07-227-55/+94
| | | | | - Makes the use of apostrophes in the iOS SDK documentation consistent by converting “dumb” `'` into smart `’`. - Adds ticks around class/property names/values. - Breaks lines at 80 characters.
* Revert "[android] #5000 - initial surface view implementation."Brad Leege2016-07-222-38/+97
| | | | This reverts commit 99a4850613931059174ecf0c6a41af4690481e3a.
* [Qt] Use Qt text codec instead of nunicodeThiago Marcos P. Santos2016-07-224-5/+36
| | | | | | Remove one extra dependency. Qt has some bugs on the text codec it seems, but it is also important to keep the behavior aligned with the client API.
* [tests] Added a PT string on text conversions testsThiago Marcos P. Santos2016-07-221-0/+2
|
* [default] uv_run should use UV_RUN_NOWAITThiago Marcos P. Santos2016-07-221-1/+1
| | | | | UV_RUN_ONCE might block and that is not the semantics we expect from RunLoop::runOnce().
* [macos] Add `showAnnotations:` methods (#5749)Jason Wray2016-07-215-7/+86
| | | | | | | | SDK - Ported `showAnnotations:animated:` and `showAnnotations:edgePadding:animated:` from the iOS SDK. Demo App - Added "Show All Annotations" debug menu item with ⇧⌘A shortcut key. - Disabled "Add Animated Annotation" debug menu item when the annotation already shown.
* [ios] Add simulator dSYM slices to build output. (#5740)Jesse Bounds2016-07-212-1/+13
| | | | | | | | Our release builds for device (with lipoed simulator binary) create a dSYM files for both the device and simulator. However the script only copied the device dSYM file to the output location. This adds a step to lipo together both the device and simulator dSYM files. Mapbox.framework.dSYM now holds armv7 and arm64 slices.
* [core] don't crash when the version number is not a numberKonstantin Käfer2016-07-203-1/+10
|
* [core] fix crash when the style JSON doesn't have an object at its rootKonstantin Käfer2016-07-203-0/+13
|