summaryrefslogtreecommitdiff
path: root/.mason
Commit message (Collapse)AuthorAgeFilesLines
* [linux] Implement EGL headless backendTiago Vignatti2016-11-171-0/+0
| | | | | | | | | | | | | | | | | | Original author: Tiago Vignatti <tvignatti@gmail.com> Calling X11 window system is superfluous for headless rendering. This patch implements EGL platform using GBM, which is slightly more simple than the GLX path when using X11. In principle there are no big advantages in terms of performance etc. My motivation behind this was to get in touch with the code and the project. For testing I'm using: $ unset DISPLAY && ./build/linux-x86_64/Debug/mbgl-test v2: rebased patch against the new cmake changes; walk through render node to find a valid one; remove EGLSurface completely cause windows are not needed here.
* [build] Use mesa-13.0.0-glx in CI buildsBruno de Oliveira Abinader2016-11-081-0/+0
|
* [linux] Update target headless backendsBruno de Oliveira Abinader2016-11-041-0/+0
| | | | | | | Enable OSMesa backend via WITH_OSMESA=1 envvar. OSMesa backend uses Gallium OSMesa implementation, which uses LLVMpipe as default driver.
* [core] Use geojson as a header only libraryThiago Marcos P. Santos2016-09-281-0/+0
|
* [android] enable RELRO (#6419)Ivo van Dongen2016-09-211-0/+0
|
* upgrade to protozero 1.4.2 (#6227)Dane Springmeyer2016-08-311-0/+0
|
* [build] geojsonvt @ v6.1.3Bruno de Oliveira Abinader2016-08-191-0/+0
|
* Revert "add CMake to global build dependencies"Brad Leege2016-08-161-0/+0
| | | | This reverts commit c5f330b883520d260014600cdbbfcd533896afac.
* add CMake to global build dependenciesJustin R. Miller2016-08-161-0/+0
|
* [build] bump Mason to support Xcode 8Konstantin Käfer2016-08-151-0/+0
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-0/+0
| | | | This is very much a work in progress.
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-0/+0
| | | | | | | | | | | | | | | | * add supercluster dependency * prepare GeoJSONTile for Supercluster * prepare GeoJSONSource for accepting options * try removing mbgl::GeoJSON * fix setGeoJSON types * add GeoJSONSource getURL * add geojson to include path * add Supercluster index in GeoJSONSource * fix GeoJSONSource getZoomRange * bring back mbgl::GeoJSON header * fix tidy warnings hopefully * try test-suite with enabled cluster test * fix formatting in clustering-related files
* [build] Upgrade geojson-vt-cpp@6.1.2Bruno de Oliveira Abinader2016-07-261-0/+0
|
* Revert "add supercluster dependency"Vladimir Agafonkin2016-07-181-0/+0
| | | | This reverts commit f84e9fdb2bb25d88f4dbe6f269ca66c7eee8eeb2.
* add supercluster dependencyVladimir Agafonkin2016-07-181-0/+0
| | | | [skip ci]
* [build] geojson@0.1.4-cxx11abiThiago Marcos P. Santos2016-07-111-0/+0
|
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | * [core] geometry.hpp 0.8.0 * geojsonvt @ 6.0.0 * Update platform deps, build scripts * Perf optimizations/cleanup * Rebase in geometry@080 * D.R.Y. etc * Ensure fill annotation geometries have closed rings. * Optimizations * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt * Apply close multi/poly geoms for line annotations as well
* [android] upgrade to NDK r12bKonstantin Käfer2016-07-011-0/+0
|
* [build] Added 'lint' Make targetBruno de Oliveira Abinader2016-07-011-0/+0
|
* [tidy] Switched to Travis CIBruno de Oliveira Abinader2016-06-141-0/+0
| | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341.
* Revert "[ios] Updated changelog for #5302"Minh Nguyễn2016-06-091-0/+0
| | | | This reverts commit 066d9ebdd6b98e232533c34781fdead48ef61248.
* [ios] Updated changelog for #5302Minh Nguyễn2016-06-091-0/+0
|
* [linux] Mesa 11.2.2 (#5290)John Firebaugh2016-06-081-0/+0
|
* [android] Re-revert to NDK r10eJohn Firebaugh2016-06-011-0/+0
|
* [build] Added unique_resource as dependencyBruno de Oliveira Abinader2016-06-011-0/+0
|
* [android] Fix x86_64 buildThiago Marcos P. Santos2016-06-011-0/+0
| | | | sysroot path not being passed to the compiler and linker
* Revert "[android] update NDK to r11c"Brad Leege2016-05-241-0/+0
| | | | This reverts commit 25c4436d37d84cb8eb800385b412e784a0789087.
* [android] update NDK to r11cKonstantin Käfer2016-05-231-0/+0
|
* [core] Update to geometry.hpp 0.5.0John Firebaugh2016-05-131-0/+0
|
* [core] Update geometry to 0.3.0John Firebaugh2016-05-061-0/+0
|
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-0/+0
|
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-0/+0
|
* [core] Upgrade to boost 1.60.0 (#4899)John Firebaugh2016-04-281-0/+0
|
* Merge pull request #4773 from mapbox/travis-qt5Bruno de Oliveira Abinader2016-04-211-0/+0
| | | [build] Added Qt 5 build for Travis CI
* [build] Bump geojson-vt-cpp to v4.1.2Bruno de Oliveira Abinader2016-04-181-0/+0
| | | | | Minor version bump to resolve cross-compilation issues while using geojson-vt-cpp v4.1.0.
* [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-301-0/+0
| | | | fix #3838
* [core] increase geojson buffer size to match -jsAnsis Brammanis2016-03-301-0/+0
|
* [core] Update to variant 1.1.0John Firebaugh2016-03-231-0/+0
|
* Update masonJohn Firebaugh2016-03-231-0/+0
|
* Bump masonThiago Marcos P. Santos2016-03-171-0/+0
| | | | | | | Fixes aarch64 build for android. Fixes #1956 Fixes #3128
* [android] Fix TEXTREL dlopen error on Android 6.0 x86Leith Bade2015-10-241-0/+0
| | | | | Update libcurl to 7.45.0 and OpenSSL to 1.0.1p Fixes #2772
* [osx] build OS X with Xcode 7Mike Morris2015-09-241-0/+0
| | | | | patch mason to set 'tbh' MASON_DYNLIB_SUFFIX on iOS 9+ and OS X 10.11+
* Restore mason version to d8597d9445Thiago Marcos P. Santos2015-08-131-0/+0
| | | | It was downgraded on 34d1c023de.
* #1856 - Initial conversion to Material Design componentsBrad Leege2015-08-071-0/+0
|
* Updated Mason submodule pinMinh Nguyễn2015-08-051-0/+0
| | | | | | Pulled in mason/mason@41d8b2eb28b3cd942d9f15583467b27c549675ea for mapbox/mason#106 and mason/mason@d8597d944533dbb5e28d08dfdba22a82c93171b7 for mapbox/mason#110. Fixes #1957 and fixes #1707.
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-0/+0
|
* Update mason to use soft float on Android ARMLeith Bade2015-05-291-0/+0
|
* Android NDK r10eJohn Firebaugh2015-05-211-0/+0
|
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-0/+0
|
* cleanup makefilesKonstantin Käfer2015-02-041-0/+0
|