Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Look further back for branch merge base | Jason Wray | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | [build] Fix pluralization nitupstream/friedbunny-tests-out-changelog-edit-skipping | Jason Wray | 2019-08-08 | 1 | -2/+2 |
| | |||||
* | [build] Skip CI jobs if there are no relevant changed files | Jason Wray | 2019-08-08 | 1 | -0/+121 |
| | |||||
* | [core] Switch test build to googletest git submodule | Mikhail Pozdnyakov | 2019-08-01 | 1 | -19/+0 |
| | |||||
* | [build] Use mapbox-base optional | Bruno de Oliveira Abinader | 2019-07-29 | 1 | -2/+1 |
| | |||||
* | [build] Replace geometry.hpp/variant with mapbox-base | Bruno de Oliveira Abinader | 2019-07-26 | 1 | -33/+34 |
| | |||||
* | [tests] Bump GL JS to run render test for #15139 | Thiago Marcos P. Santos | 2019-07-19 | 1 | -0/+5 |
| | | | | https://github.com/mapbox/mapbox-gl-js/pull/8510 | ||||
* | [core] Added vendor/filesystem | Bruno de Oliveira Abinader | 2019-06-25 | 1 | -0/+1 |
| | |||||
* | [ios, macos] Optionally include a developer xcconfig file in generated ↵ | Julian Rex | 2019-06-14 | 1 | -0/+2 |
| | | | | | | config.xcconfig file. (#14766) | ||||
* | [build] remove roundtrip through <experimental/optional> when using optional | Konstantin Käfer | 2019-06-12 | 1 | -0/+1 |
| | |||||
* | [core] refactor program object creation | Konstantin Käfer | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | [core] upgrade mapbox-gl-js pin to the most recent version | Konstantin Käfer | 2019-05-08 | 1 | -1/+1 |
| | |||||
* | [build] change style code generator to sort properties alphabetically | Konstantin Käfer | 2019-05-02 | 1 | -0/+14 |
| | | | | JSON keys in our style specification don't have a defined order. This change sorts them alphabetically so that we can rely on the order remaining them same across code generation runs. | ||||
* | [build] change special casing for LineFloorWidth in shader generation | Konstantin Käfer | 2019-05-02 | 1 | -3/+17 |
| | |||||
* | [build] Retry failed GitHub API requests | Jason Wray | 2019-04-25 | 3 | -3/+9 |
| | |||||
* | [core] Enable 'symbol-sort-key' layout property and generate style code | Alexander Shalamov | 2019-04-17 | 1 | -3/+0 |
| | |||||
* | [core] Add 'auto' enum value to symbol-z-order layout property | Alexander Shalamov | 2019-04-17 | 1 | -2/+0 |
| | |||||
* | [core] clang-tidy fixes | Konstantin Käfer | 2019-04-05 | 2 | -49/+217 |
| | |||||
* | [build] don't add gl to outputPath | Konstantin Käfer | 2019-04-05 | 1 | -5/+5 |
| | |||||
* | [core] Adds target branch parameter to clang-tools.sh (#14301) | Julian Rex | 2019-04-02 | 1 | -3/+3 |
| | |||||
* | [core] auto value for 'text-justify' field | Mikhail Pozdnyakov | 2019-03-29 | 1 | -3/+1 |
| | |||||
* | [core] Enable 'text-radial-offset' property | Mikhail Pozdnyakov | 2019-03-29 | 2 | -3/+5 |
| | |||||
* | [core] Enable text-variable-anchor property | Mikhail Pozdnyakov | 2019-03-29 | 2 | -3/+2 |
| | |||||
* | [scripts] Add retry logic to fetch coverage report | Sudarsana Babu Nagineni | 2019-03-29 | 1 | -13/+26 |
| | | | | | Retry fetching coverage report from codecov in case of timeout issues. | ||||
* | [build] Metrics: publish Github Stats | Bruno de Oliveira Abinader | 2019-03-28 | 1 | -0/+147 |
| | |||||
* | [core] Add code coverage metrics for core | Sudarsana Babu Nagineni | 2019-03-28 | 1 | -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 Abinader | 2019-03-25 | 1 | -0/+1 |
| | |||||
* | [build] correct the code_coverage time to follow ISO 8601 | Łukasz Paczos | 2019-03-20 | 1 | -7/+6 |
| | |||||
* | [core] move ProgramMap to within the gl::Program object | Konstantin Käfer | 2019-03-20 | 1 | -29/+41 |
| | |||||
* | [core] use constexpr string concatenation for uniform/attribute names | Konstantin Käfer | 2019-03-20 | 1 | -0/+5 |
| | |||||
* | [core] remove a_/u_ prefix from attribute/uniform types | Konstantin Käfer | 2019-03-20 | 1 | -1/+1 |
| | |||||
* | [build] Add sha to the coverage json (#14145) | Jordan Kiley | 2019-03-18 | 1 | -2/+6 |
| | |||||
* | Merge pull request #14126 from mapbox/gfx-refactor-4 | Konstantin Käfer | 2019-03-15 | 1 | -58/+80 |
| | | | Graphics refactor #4 | ||||
* | [android, ios] Fix issue in binary size script | Nadia Barbosa | 2019-03-13 | 1 | -4/+8 |
| | |||||
* | [ios] Generate iOS code coverage for metrics (#14015) | Jordan Kiley | 2019-03-13 | 1 | -0/+35 |
| | |||||
* | [build] update Boost to 1.69 and remove RTTI | Konstantin Käfer | 2019-03-13 | 1 | -0/+31 |
| | |||||
* | [scripts] Fix local code coverage script | Sudarsana Babu Nagineni | 2019-03-13 | 1 | -14/+24 |
| | | | | | Fix the code cov script for coverage data collection and report generation. | ||||
* | [core] Add possibility of overriding paint properties inside format ↵ | Alexander Shalamov | 2019-03-13 | 1 | -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 S3 | Ander Conselvan de Oliveira | 2019-03-13 | 1 | -1/+27 |
| | |||||
* | [build] Check documentation coverage on CI | Ander Conselvan de Oliveira | 2019-03-13 | 2 | -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 coverage | Ander Conselvan de Oliveira | 2019-03-13 | 1 | -1/+2 |
| | |||||
* | [build] A build target to check for doxygen documentation coverage | Ander Conselvan de Oliveira | 2019-03-13 | 1 | -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.0 | Mikhail Pozdnyakov | 2019-03-06 | 1 | -1/+6 |
| | |||||
* | [scripts] Disable unsupported style spec features | Mikhail Pozdnyakov | 2019-03-05 | 1 | -0/+3 |
| | |||||
* | [core] remove special casing in code gen | Konstantin Käfer | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | [build] More granular timestamps for binary metrics collection | Nadia Barbosa | 2019-02-26 | 1 | -4/+3 |
| | |||||
* | [build] Publish Android/iOS binary sizes to S3 | Nadia Barbosa | 2019-02-25 | 1 | -13/+53 |
| | |||||
* | [build] generate header maps instead of -files.txt | Konstantin Käfer | 2019-01-09 | 3 | -127/+150 |
| | |||||
* | [docs] Changelog entry for offline CJK glyph control. | Chris Loer | 2018-12-21 | 1 | -0/+6 |
| | |||||
* | [build] rework platform/default directory and add -files.txt for vendored libs | Konstantin Käfer | 2018-12-14 | 1 | -10/+34 |
| |