Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] type aliases and conversion traits for mapbox::base::Value | Mikhail Pozdnyakov | 2019-09-26 | 1 | -1/+2 |
| | |||||
* | [android, build] Generalize docs deployment script and add Android docs ↵ | Dan Swick | 2019-09-18 | 1 | -0/+36 |
| | | | | deployment to circle config (#15299) | ||||
* | [build] CI config | Thiago Marcos P. Santos | 2019-09-17 | 2 | -0/+120 |
| | | | | | | | | | | Run it in parallel with the old build system. This will offer a migration path and make sure we keep everything working at the cost of running many CI bots. New stuff is prefixed with "next". Appveyor already got migrated to the next buildsystem. After merging, we will follow-up removing duplicated core bots. | ||||
* | [build] Remove CXX11 flag | Thiago Marcos P. Santos | 2019-09-11 | 2 | -21/+0 |
| | | | | No longer needed after we vendorized so many deps. | ||||
* | [core] Use mapbox::base::TypeWrapper instead of utils::peer | Mikhail Pozdnyakov | 2019-09-10 | 1 | -1/+2 |
| | |||||
* | [core, ios, macos] SDK objects should hold weak pointers to the core style ↵ | Mikhail Pozdnyakov | 2019-09-09 | 1 | -1/+2 |
| | | | | objects (#15539) | ||||
* | [build] Use rapidjson from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -2/+2 |
| | |||||
* | [build] Use pixelmatch-cpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | [build] Use filesystem from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | [build] Use args from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -1/+0 |
| | |||||
* | [build] Use jni.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -3/+3 |
| | |||||
* | [build] Use geojson.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -2/+2 |
| | |||||
* | [build] Use kdbush.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -2/+2 |
| | |||||
* | [build] Use supercluster.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 1 | -2/+6 |
| | |||||
* | [build] Bump mapbox-base version | Mikhail Pozdnyakov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | [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 |
| |