summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Address review findingsupstream/zmiao-fix-undefined-behaviourzmiao2020-04-072-6/+2
* [build] Rename style test json file namezmiao2020-04-031-0/+0
* [build] Fix implicit conversion from int64_t to uint64_tzmiao2020-04-031-2/+2
* [build] Make UBSAN officially work without FIXME prefixzmiao2020-04-031-1/+1
* [build] Fix division by zero errorzmiao2020-04-031-1/+3
* [build] Make UBSAN halt on errorzmiao2020-04-031-1/+3
* [build] Add unfixed error to ubsan blacklistzmiao2020-04-031-1/+4
* [build] Fix division by zero runtime errorzmiao2020-04-034-5/+21
* [build] Fix implicit conversion runtime error in corezmiao2020-04-038-25/+27
* [build] Add UBSAN blacklistzmiao2020-04-032-5/+37
* [build] Enable all of the ubsanszmiao2020-04-032-2/+3
* [build] Fix integer overflow runtime error for core partzmiao2020-04-038-18/+23
* [android] [build] [ci] Move Android JNI bindings code to mapbox-gl-native-and...Igor Tarasov2020-04-02182-14124/+17
* [build] Make the docker image smallerThiago Marcos P. Santos2020-04-021-44/+52
* Add change log entryMikhail Pozdnyakov2020-04-021-0/+9
* Add Map.PlacedSymbolData unit testMikhail Pozdnyakov2020-04-021-1/+71
* [core] PlacedSymbolData includes viewport paddingMikhail Pozdnyakov2020-04-024-4/+11
* [core][tile mode] Implement API to collect placed symbols dataMikhail Pozdnyakov2020-04-022-4/+56
* [core] Introduce API to collect placed symbols dataMikhail Pozdnyakov2020-04-026-6/+70
* Update changelogAlexander Shalamov2020-04-011-4/+8
* [core] Add unit testsAlexander Shalamov2020-04-012-4/+119
* [android] Add Android bindingsAlexander Shalamov2020-04-012-7/+30
* [core] Add setMaxOverscaleFactorForParentTilesAlexander Shalamov2020-04-0113-14/+92
* [build] Cascade some bots so we trigger less jobsThiago Marcos P. Santos2020-04-011-28/+58
* Update changelogAlexander Shalamov2020-04-011-0/+6
* Hillshade bucket fix https://github.com/mapbox/mapbox-gl-native-ios/issues/240Aleksandar Stojiljkovic2020-04-011-2/+4
* [build] Remove misc-non-private-member-variables-in-classes checkThiago Marcos P. Santos2020-04-011-4/+1
* Update changelogJuha Alanen2020-04-011-0/+4
* [test] Disable logging threadJuha Alanen2020-04-011-0/+1
* [core] Move logging off the main threadJuha Alanen2020-04-012-7/+62
* [build] Disable clang-format for generated code (#16358)Thiago Marcos P. Santos2020-03-3110-0/+40
* [darwin] Remove debug leftoverThiago Marcos P. Santos2020-03-311-3/+0
* [build] Make the code tidy!Thiago Marcos P. Santos2020-03-302-4/+31
* [core] Fix misc-* errorsThiago Marcos P. Santos2020-03-304-5/+4
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-3063-424/+479
* [core] Fix bugprone-string-integer-assignment errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix bugprone-integer-division errorsThiago Marcos P. Santos2020-03-301-1/+4
* [core] Fix bugprone-virtual-near-miss errorsThiago Marcos P. Santos2020-03-302-10/+10
* [core] Fix bugprone-exception-escape errorsThiago Marcos P. Santos2020-03-302-2/+10
* [core] Fix bugprone-macro-parentheses errorsThiago Marcos P. Santos2020-03-302-6/+3
* [core] Fix bugprone-move-forwarding-reference errorsThiago Marcos P. Santos2020-03-304-60/+51
* [core] Fix bugprone-too-small-loop-variable errorsThiago Marcos P. Santos2020-03-307-8/+10
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-302-3/+3
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix google-build-explicit-make-pair errorsThiago Marcos P. Santos2020-03-301-9/+9
* [core] Fix google-default-arguments errorsThiago Marcos P. Santos2020-03-301-2/+1
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-3010-20/+12
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-308-24/+34
* Update changelogMikko Pulkki2020-03-301-0/+4
* Fix assert on gfx resource cleanupMikko Pulkki2020-03-301-1/+1