summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-171-3/+0
|
* [core] Add 'auto' enum value to symbol-z-order layout propertyAlexander Shalamov2019-04-171-2/+0
|
* [core] clang-tidy fixesKonstantin Käfer2019-04-052-49/+217
|
* [build] don't add gl to outputPathKonstantin Käfer2019-04-051-5/+5
|
* [core] Adds target branch parameter to clang-tools.sh (#14301)Julian Rex2019-04-021-3/+3
|
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-3/+1
|
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-292-3/+5
|
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-292-3/+2
|
* [scripts] Add retry logic to fetch coverage reportSudarsana Babu Nagineni2019-03-291-13/+26
| | | | | Retry fetching coverage report from codecov in case of timeout issues.
* [build] Metrics: publish Github StatsBruno de Oliveira Abinader2019-03-281-0/+147
|
* [core] Add code coverage metrics for coreSudarsana Babu Nagineni2019-03-281-0/+157
| | | | | Collect code coverage ratio from codecov.io for a given commit hash, and upload it to the S3 bucket.
* [core] Bump args to 6.2.2 (does not use RTTI)Bruno de Oliveira Abinader2019-03-251-0/+1
|
* [build] correct the code_coverage time to follow ISO 8601Łukasz Paczos2019-03-201-7/+6
|
* [core] move ProgramMap to within the gl::Program objectKonstantin Käfer2019-03-201-29/+41
|
* [core] use constexpr string concatenation for uniform/attribute namesKonstantin Käfer2019-03-201-0/+5
|
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-1/+1
|
* [build] Add sha to the coverage json (#14145)Jordan Kiley2019-03-181-2/+6
|
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-58/+80
| | | Graphics refactor #4
* [android, ios] Fix issue in binary size scriptNadia Barbosa2019-03-131-4/+8
|
* [ios] Generate iOS code coverage for metrics (#14015)Jordan Kiley2019-03-131-0/+35
|
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-131-0/+31
|
* [scripts] Fix local code coverage scriptSudarsana Babu Nagineni2019-03-131-14/+24
| | | | | Fix the code cov script for coverage data collection and report generation.
* [core] Add possibility of overriding paint properties inside format ↵Alexander Shalamov2019-03-131-0/+25
| | | | | | | | | | | | | | | | | | expression #14062 * [core] Add format override expression and formatted section to evaluation context * [core] Add textColor to TaggedString's formatted section * [core] Add FormatSectionOverrides and introduce overridable properties * [core] Populate symbol layer paint properties for text sections * [core] Add benchmark for style that uses text-color override * [core] Add unit test for FormatOverrideExpression * [core] Add unit test for FormatSectionOverrides
* [build] Upload documentation coverage metrics to S3Ander Conselvan de Oliveira2019-03-131-1/+27
|
* [build] Check documentation coverage on CIAnder Conselvan de Oliveira2019-03-132-8/+81
| | | | | | Add a CI target that checks documentation coverage and reports back to github. While at it, change the output of doxy-coverage to a json file so it is easy to consume.
* [build] Ignore private symbols when calculating documentation coverageAnder Conselvan de Oliveira2019-03-131-1/+2
|
* [build] A build target to check for doxygen documentation coverageAnder Conselvan de Oliveira2019-03-131-0/+201
| | | | | | | Add a cmake target that builds doxygen documentation and reports on coverage using doxy-coverage. Script was copied from: https://github.com/alobbs/doxy-coverage/commit/29a0bbf43bfecb6872cdca0e4a11733954d25196
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-061-1/+6
|
* [scripts] Disable unsupported style spec featuresMikhail Pozdnyakov2019-03-051-0/+3
|
* [core] remove special casing in code genKonstantin Käfer2019-03-011-1/+1
|
* [build] More granular timestamps for binary metrics collectionNadia Barbosa2019-02-261-4/+3
|
* [build] Publish Android/iOS binary sizes to S3Nadia Barbosa2019-02-251-13/+53
|
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-093-127/+150
|
* [docs] Changelog entry for offline CJK glyph control.Chris Loer2018-12-211-0/+6
|
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-141-10/+34
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+6
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* Add basic shader minification (#13500)Vladimir Agafonkin2018-12-041-4/+13
| | | | | | * add basic shader minification (same GL JS does) * don't remove line break at shader end
* [core] OverscaledTileID::isChildOf should check wrap values.Chris Loer2018-11-301-0/+4
| | | | Fixes issue #13478
* [core] Cleared out staged changelog entriesMinh Nguyễn2018-11-086-26/+0
|
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-38/+0
| | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build.
* [core] Avoid wrapping longitude values of exactly 180 and 360 (#12797) (#13006)Ryan Hamley2018-10-241-0/+4
|
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-181-0/+4
|
* [docs] Changelog draft for putResourceForURLChris Loer2018-10-171-0/+5
|
* [docs] Changelog draft for 'format' expressionChris Loer2018-10-151-0/+4
|
* [core, test] Add BiDi unit testChris Loer2018-10-151-0/+18
| | | | | | - Port of arabic.test.js from mapbox-gl-rtl-text - Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten. - Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-0/+1
|
* [docs] Include uncompressed shader source in .cpp commentsChris Loer2018-09-191-0/+10
| | | | | | This is meant to (1) Make it easier for new developers to find the source (2) Make it easier to look at shader diffs when the GL JS pin changes
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-0/+3
|
* [build] Don't let the binary size query get confused by post-dated commitsJohn Firebaugh2018-09-131-1/+1
|
* [docs] Experiment: stage changelog entry.Chris Loer2018-09-121-0/+6
|