summaryrefslogtreecommitdiff
path: root/cmake/core-files.txt
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-0/+1
|
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-231-0/+1
|
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+2
|
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-0/+6
|
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-131-2/+0
| | | | This was added in gl-js in #7095.
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-131-0/+2
| | | | | | Add a parameter to Program::draw to control whether face culling should be enabled. This will be used in a follow up commit to enable face culling for fill extrusion layers.
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-311-0/+1
|
* [windows, qt] fix windows compiler errors, remove tao + tuple polyfillMolly Lloyd2018-08-311-1/+0
|
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-311-0/+1
| | | | expressions in `*-pattern` properties
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-0/+2
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* [build] use plain text files for file lists to simplify integration with ↵Konstantin Käfer2018-08-201-0/+765
other build systems