summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [android] remove unnecessary jar generation from gradle-publish.gradle (#10625)Pablo Guardiola2017-12-051-1/+6
|
* [android] - update android unit tests, update test make target to SDKtobrun2017-11-061-3/+3
|
* [ios, build] Add CircleCI iOS buildsJason Wray2017-10-251-0/+8
|
* [android] - add make target for ndk-stackTobrun2017-10-121-0/+9
|
* [build] Shuffle render tests in 'test-node-recycle-map' targetBruno de Oliveira Abinader2017-09-211-1/+1
|
* [android] ignore failed uninstallsIvo van Dongen2017-09-191-3/+3
| | | | - ensures targets run whether the app was installed before on the device or not
* [android] make the android release all build batched (#9907)Pablo Guardiola2017-09-051-0/+1
|
* [test] Enable render tests recycling the map object in node6-clang39-debugBruno de Oliveira Abinader2017-08-311-0/+6
|
* Add {Source,CompositeCamera}Function benchmarks (#9838)Anand Thakker2017-08-291-1/+1
|
* [android] - add make android-check which wraps checkstyle and lint executionTobrun Van Nuland2017-08-171-0/+4
|
* [android] - remove wear module from projectTobrun Van Nuland2017-07-271-13/+0
|
* [android] - add make target for dumping system GFX informationTobrun Van Nuland2017-07-261-0/+5
|
* [android] - add make target documentationTobrun Van Nuland2017-07-261-18/+25
|
* [android] add lint using current baseline as starting point (#9318)Pablo Guardiola2017-07-211-0/+12
|
* [build] Publish node packages with RelWithDebInfoBruno de Oliveira Abinader2017-07-141-1/+2
|
* [build] add address, undefined behavior + thread sanitizerKonstantin Käfer2017-07-131-3/+8
|
* [build] enable -fvisibility=hidden for iOSKonstantin Käfer2017-07-131-1/+1
|
* [build] Reuse precomputed WITH_CXX11ABI definition in Qt buildsBruno de Oliveira Abinader2017-07-121-2/+2
|
* [build] add node-benchmark target and xcode schemeIvo van Dongen2017-07-061-0/+8
|
* [build] use CMake to generate Xcode schemesKonstantin Käfer2017-07-061-30/+1
|
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-051-5/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .travis.yml # circle.yml # cmake/core-files.cmake # include/mbgl/style/function/composite_function.hpp # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/constants/MyBearingTracking.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/constants/MyLocationTracking.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationSource.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/TrackingSettings.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets/MyLocationView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/Light.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/Position.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/light.java.ejs # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/LightTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/light.junit.ejs # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/camera/CameraPositionActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MockLocationEngine.java # platform/android/dependencies.gradle # platform/android/src/native_map_view.cpp # platform/darwin/scripts/generate-style-code.js # platform/darwin/src/MGLGeometry_Private.h # platform/darwin/src/MGLLight.h # platform/darwin/src/MGLLight.mm # platform/darwin/src/MGLSource.h # platform/darwin/src/MGLStyle.h # platform/darwin/src/MGLStyle.mm # platform/darwin/test/MGLLightTest.mm # platform/default/default_file_source.cpp # platform/ios/CHANGELOG.md # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/resources/Images.xcassets/default_marker.imageset/default_marker.pdf # platform/macos/CHANGELOG.md # scripts/generate-shaders.js # src/mbgl/layout/symbol_layout.cpp # src/mbgl/programs/program.hpp # src/mbgl/programs/symbol_program.hpp # src/mbgl/programs/uniforms.hpp # src/mbgl/renderer/frame_history.cpp # src/mbgl/renderer/paint_property_binder.hpp # src/mbgl/shaders/line.cpp # src/mbgl/shaders/line_pattern.cpp # src/mbgl/shaders/line_sdf.cpp # src/mbgl/sprite/sprite_atlas.hpp # src/mbgl/style/layers/line_layer_properties.hpp # src/mbgl/style/sources/geojson_source.cpp # src/mbgl/style/style.cpp # src/mbgl/text/glyph_atlas.hpp # src/mbgl/tile/geometry_tile.cpp # src/mbgl/tile/geometry_tile.hpp # test/style/style.test.cpp
| * [ios] Remove old Fabric build infrastructureJason Wray2017-06-141-5/+0
| |
| * [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] url getter on sources * [android] fix ui test filter in makefile * [android] - build SNAPSHOT from release branch (#8958) * [android] - update changelog for 5.1.0-beta.2 * [android] - bump version number * [android] - Camera change listener v2.0 * [core] allow filesource url transform reset * [android] Update attribution wordmark (#8774) * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin * [android] update hardcoded branch name * revert version to 5.1.0-SNAPSHOT
* | [build] Use gdb 2017-04-08-aebcde5Bruno de Oliveira Abinader2017-05-171-1/+2
| |
* | [android] fix ui test filter in makefileIvo van Dongen2017-05-111-1/+1
|/
* [build] Added 'mbgl-loop-uv' to 'linux-core' targetBruno de Oliveira Abinader2017-05-021-1/+1
|
* [build] Added linux-coreBruno de Oliveira Abinader2017-04-271-0/+4
|
* [build] Control libstdc++ usage via WITH_CXX11ABIBruno de Oliveira Abinader2017-04-271-1/+2
|
* [build] Fix 'Command not found' message on LinuxBruno de Oliveira Abinader2017-04-271-1/+1
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-4/+0
|
* [android] add second pipe character to fix errors detecting nodejsKonstantin Käfer2017-04-111-1/+1
|
* [build] Use 'nodejs' if 'node' is not found in android-configurationBruno de Oliveira Abinader2017-04-101-2/+2
|
* [build] Autodetect Qt{4,5}Bruno de Oliveira Abinader2017-03-231-8/+12
|
* [android] move build to Android StudioKonstantin Käfer2017-03-171-97/+92
|
* [build] move ABI version awareness to mason.cmakeKonstantin Käfer2017-03-171-4/+2
|
* [build] add Makefile target for opening Android Studio project on macOSKonstantin Käfer2017-03-101-0/+6
|
* [Qt] Remove the QML appThiago Marcos P. Santos2017-03-061-9/+0
| | | | | We are now on Qt 5.9 and this is where the plugin will be developed from now on.
* [build] use node-cmake 2.xKonstantin Käfer2017-02-221-5/+0
| | | | - Removes need to run `npm install` before invoking cmake
* [build] use system-provided Android NDK when availableKonstantin Käfer2017-02-221-35/+51
| | | | and fall back to Mason if it isn't
* [android] - uninstall current apk on test device before running a make run- ↵Tobrun2017-02-221-1/+4
| | | | command. (#8160)
* [Qt] Document QMapbox + qdoc fixesBruno de Oliveira Abinader2017-02-221-1/+1
|
* [android] add make android-help target (#8087)Justin R. Miller2017-02-201-0/+22
|
* [tests] Disable timing-based Timer tests in CIJohn Firebaugh2017-02-151-5/+2
|
* [build] Remove Mason submodule in favor of CMake masonKonstantin Käfer2017-02-081-45/+40
|
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-081-2/+0
| | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency.
* [core] Check in generated shader codeJohn Firebaugh2017-02-071-0/+1
| | | | One step toward eliminating the node/npm dependency for platforms other than node.
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-0/+4
|
* [android] - add make target for javadoc (#7868)Tobrun2017-01-261-0/+4
|
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-0/+9
|\
| * [macos] Upgrade macOS deployment and distribution (#7649)macos-v0.3.0-rc.1Minh Nguyễn2017-01-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [macos] Updated deployment scripts Ported fixes from #6581 and #6740. * [macos] Acknowledge AppleScript support * [macos] Prepared for published documentation Also added link to Dash docset. * [macos] Added CocoaPods podspecs Ported from #5653. * [macos] Rewrote readme; updated screenshot * [macos] Include setup instructions in standalone docs