summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Androidupstream/runtime-polymorphic-conversionJohn Firebaugh2017-10-197-22/+20
|
* Platform-specific storage sizesJohn Firebaugh2017-10-181-4/+8
|
* Revert build.gradle changeJohn Firebaugh2017-10-181-1/+1
|
* Move, don't copy constructJohn Firebaugh2017-10-183-5/+5
|
* Avoid unnecessary use of std::functionJohn Firebaugh2017-10-185-7/+14
|
* Perfect forwarding for Convertible constructorJohn Firebaugh2017-10-171-4/+4
|
* Value → ConvertibleJohn Firebaugh2017-10-1737-155/+154
|
* CommentsJohn Firebaugh2017-10-172-3/+51
|
* Update make_property_setters.hpp.ejsJohn Firebaugh2017-10-172-12/+10
|
* Require explicit specialization for ValueTraitsJohn Firebaugh2017-10-1717-678/+591
| | | | | | * Allows using more natural types for the trait method inputs (`const JSValue*` instead of `const JSValue* const&`) * Makes it a compile error rather than a link error if you pass the wrong type to the templated Value constructor * Allows the compiler to inline the trait methods into the vtable
* Eliminate typedef indirectionJohn Firebaugh2017-10-171-15/+13
|
* const not needed in placement newJohn Firebaugh2017-10-171-3/+2
|
* A moved-from Value must be put into a distinct stateJohn Firebaugh2017-10-171-4/+26
|
* RearrangeJohn Firebaugh2017-10-171-38/+41
|
* Remove unusedJohn Firebaugh2017-10-171-12/+0
|
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-1764-2203/+2486
| | | | conversion system
* [core] Use convertJSON instead of RapidJSON directlyJohn Firebaugh2017-10-169-93/+40
|
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-1617-24/+27
|
* [core, node] Support axonometric renderingLauren Budorick2017-10-1412-1/+175
|
* Ignore raster-masking/overlapping-zoomLauren Budorick2017-10-141-0/+1
|
* Skip expression-based runtime styling testLauren Budorick2017-10-131-1/+1
|
* [core] Fix out-of-bounds array accessAsheem Mamoowala2017-10-121-1/+1
|
* Add ignore for expression-based regression testLauren Budorick2017-10-121-0/+1
|
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-1225-251/+284
| | | | | | Previously, we used the existence of a `prior*` field in the Resource object as an indication for whether we should consult the cache or not. However, this is prone to error, since a failed cache lookup won't set any prior fields. Therefore, we manually set `priorExpires` to 0. This in turn triggered another bug where generated wrong expiration timestamps when the server response we got was expired (or expired between sending and receiving). This commit changes the flags so that we can now explicitly request CacheOnly/NetworkOnly (or All) loading methods, rather than the implicit Optional/Required naming scheme.
* [ios, macos] Use CLLocationDirection for direction parameter in -[MGLMapView ↵Asheem Mamoowala2017-10-094-4/+4
| | | | cameraThatFitsShape:shape direction: edgePadding:]
* [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On ↵Asheem Mamoowala2017-10-0911-5/+123
| | | | macOS, also added -[MGLMapView setCamera: withDuration: animationTimingFunction: edgePadding: completionHandler:] for parity with iOS
* [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-094-14/+71
|
* [node] Release v3.5.7 (#10164)Bruno de Oliveira Abinader2017-10-092-1/+4
|
* [test] Added GlyphManager.ImmediateFileSourceBruno de Oliveira Abinader2017-10-093-3/+70
|
* [core] Update glyph requestors _before_ requesting from file sourceBruno de Oliveira Abinader2017-10-092-8/+5
|
* [qt] use const for setting ResourceTransformRinigus2017-10-092-2/+2
|
* [qt] add ResourceTransform APIRinigus2017-10-093-0/+47
|
* Add ignores for heatmap render tests (#10147)upstream/cam-mas-2.2.6Vladimir Agafonkin2017-10-061-1/+18
|
* [macos] Scale down snapshot images (#10105)upstream/az-lightFredrik Karlsson2017-10-041-0/+2
|
* [ios, macos] Improve snap shotter documentation. (#10020)Fabian Guerra Soto2017-10-048-92/+160
| | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Improve snap shotter documentation. * [macos] Save snapshots in correct format * [macos] Renamed snapshot item to Export Image * [ios, macos] Clarify Snapshotter documentation. * [ios] Fix snapshot scale * [macOS] Fix snapshotter 4x scaling. * [ios] Fix snapshotter final image scale. * [ios, macos] Update snapshotter size documentation. * [ios, macos] Throw an exception when the snapshotter has already started. * [ios, macos] Add snapshotter header example. * [ios, macos] Use one of the predefined Foundation's exception names.
* [android] - update symbol layer example with changing symbol locationTobrun Van Nuland2017-10-043-8/+42
|
* [ios] check at compile timeFredrik Karlsson2017-10-031-0/+2
|
* [ios] Title case based on current orthographyMinh Nguyễn2017-10-031-1/+8
|
* [ios] Work around Swift -> ObjC dictionary bridge issuesJesse Bounds2017-10-032-10/+57
|
* [ios] Various Xcode 9 fixesFredrik Karlsson2017-10-032-8/+27
|
* [ios] Undocument deprecated style class methodsJason Wray2017-10-021-12/+4
|
* [ios] Expose -showAttribution: publicly as an IBActionJason Wray2017-10-023-2/+15
|
* [ios] Updated Traditional Chinese localizationMinh Nguyễn2017-09-291-2/+2
|
* [build] Use the 'arch' cache template keyBruno de Oliveira Abinader2017-09-291-3/+3
|
* Release node v3.5.6 (#9610)node-v3.5.6Bobby Sudekum2017-09-294-16/+27
|
* [ios] Don't disable user tracking when selecting an annotationJason Wray2017-09-292-5/+1
|
* [android] - make OfflineTilePyramidRegionDefinition parceableTobrun Van Nuland2017-09-291-2/+52
|
* [ios] Define user dot constants in implementation fileMinh Nguyễn2017-09-282-5/+13
|
* [core] Split GeoJSONTileData and related classes into a separate headerAsheem Mamoowala2017-09-283-94/+96
|
* [core] Use geojsonvt 6.3.0Asheem Mamoowala2017-09-281-1/+1
|