summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] moved back to ios-debug for debuggingjmkiley2019-03-112-4/+8
|
* [ios] move to ios-releasejmkiley2019-03-112-8/+9
|
* [ios] test not importing awsclijmkiley2019-03-111-4/+4
|
* [ios] formattingjmkiley2019-03-111-4/+1
|
* [ios] lowercase variablesjmkiley2019-03-111-4/+4
|
* [ios] Update ci.templatejmkiley2019-03-111-17/+4
|
* [ios] Remove ACLjmkiley2019-03-112-2/+1
|
* [ios] remove public-readjmkiley2019-03-111-1/+1
|
* [ios] update ci.templatejmkiley2019-03-111-0/+1
|
* [ios] update file namejmkiley2019-03-111-2/+2
|
* [ios] uncomment aws uploadjmkiley2019-03-112-2/+2
|
* [ios] Update CI template, modify file namejmkiley2019-03-112-3/+20
|
* [ios] install awsjmkiley2019-03-111-2/+3
|
* [ios] rename folderjmkiley2019-03-111-1/+1
|
* [ios] coverage.jsonjmkiley2019-03-111-4/+18
|
* [ios] Update circle.yml, generate coverage reportsjmkiley2019-03-112-0/+15
|
* [ios] Generate code coverage, print percentagejmkiley2019-03-111-0/+19
|
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-1113-229/+558
| | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-113-4/+50
|
* [android] remove unnecessary JSON style declaration in the gradient line exampleŁukasz Paczos2019-03-111-1/+0
|
* [core, node] Use es5 syntax for imports in expressions testsAlexander Shalamov2019-03-111-3/+3
| | | | | Instead of forcing ES6 module syntax, at this point, it is less distruptive to fix expression tests to use ES5 import syntax.
* Revert "[core] Use ES6 import / export syntax for node test harness"Alexander Shalamov2019-03-115-13/+13
| | | | This reverts commit c6598fc5da063f9b60204639cd619647cbbc89da.
* [Qt] Fix race when locking a FileSourceThiago Marcos P. Santos2019-03-081-2/+5
| | | | | | We were returning the FileSource, it could have expired already. We _need_ to check if the lock() on the weak pointer worked before returning.
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-0826-50/+326
| | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map.
* [android] publish SNAPSHOTs to oss.jfrog.orgŁukasz Paczos2019-03-086-3/+28
|
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-089-68/+89
| | | | | | | Instead of having individual APIs for setting axonometric and skew options, create ProjectionMode struct that holds all the relevant options for Axonometric rendering and introduce setter/getter on the Map for those options.
* [core] Use ES6 import / export syntax for node test harnessAlexander Shalamov2019-03-085-13/+13
|
* [ios, macos] Fix a bug with multiple format expressions. (#14064)Fabian Guerra Soto2019-03-074-1/+32
| | | | Fixed a bug where `format` expressions using the generic `MGL_FUNCTION` binding ignored multiple formatting parameters.
* [ios] Reset access token state after running testsJason Wray2019-03-075-1/+13
|
* [ios] Enable test run-order randomizationJason Wray2019-03-071-1/+2
|
* [ios] Trigger mobile metrics tests (#14061)Julian Rex2019-03-071-0/+10
|
* [android] changelog for 7.3.0-alpha.1android-v7.3.0-alpha.1Łukasz Paczos2019-03-071-0/+19
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-079-58/+63
| | | | drawables programmatically
* [android] ignore SNAPSHOT buildsŁukasz Paczos2019-03-071-1/+4
|
* [android] build correct POM when publishing to mavenŁukasz Paczos2019-03-079-286/+89
|
* [android] initial additions for bintray plugin setupLangston Smith2019-03-079-5/+172
|
* [ios] Release ios-v4.10.0-alpha.1 (#14056)ios-v4.10.0-alpha.1Jordan Kiley2019-03-064-4/+4
|
* Removed hybrid library table from readmeMinh Nguyễn2019-03-061-8/+1
| | | Most of the hybrid libraries have already been removed. The OSM Wiki has a fuller listing of GL-based libraries enjoying varying levels of maintenance.
* [darwin, build] Explicitly specify number of jobs for CLI buildsJason Wray2019-03-061-2/+4
|
* [build] Adjust CircleCI resource classes and job countsJason Wray2019-03-061-18/+22
|
* [core] util::wrap(): std::fmod is not losslessBruno de Oliveira Abinader2019-03-062-82/+93
|
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-0627-863/+920
|
* [core] introduce gfx::Context and move Buffer creation/update methods to itKonstantin Käfer2019-03-065-50/+83
|
* [core] move BufferUsage enum to gfx namespaceKonstantin Käfer2019-03-066-26/+42
|
* [core] rename gl/*_buffer.hpp to gl/*_buffer_resource.hppKonstantin Käfer2019-03-066-6/+6
|
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-0623-68/+100
|
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-0621-49/+85
|
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-0617-52/+52
|
* [core] make vertex descriptors constexprKonstantin Käfer2019-03-069-152/+310
|
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-0616-24/+23
|