summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-1/+0
* fix compile with clang-3.6Dane Springmeyer2015-05-011-2/+1
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-0/+1
* icon-rotate is not a paint propertyAnsis Brammanis2015-04-241-1/+0
* Eliminate StyleSourceJohn Firebaugh2015-04-061-15/+16
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-4/+4
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-44/+30
* replace iterator variable types with autoKonstantin Käfer2015-04-011-1/+1
* normalize font stackKonstantin Käfer2015-03-301-1/+21
* make 1.0 the default base for all typesAnsis Brammanis2015-03-241-4/+1
* make more things const and refs, and add mutexesKonstantin Käfer2015-03-201-1/+2
* refs #893 #992: point annotations APIJustin R. Miller2015-03-171-0/+31
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-1/+1
* Fix satellite style contour renderingJohn Firebaugh2015-03-081-1/+1
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-061-1/+1
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-171-0/+1
* make StyleBucket mutableKonstantin Käfer2015-02-171-8/+10
* fix raster-brightnessAnsis Brammanis2015-02-091-1/+1
* support constants within dasharraysAnsis Brammanis2015-02-091-2/+2
* tweak style parsing error messagesAnsis Brammanis2015-02-051-10/+10
* fix compilation errorsAnsis Brammanis2015-02-051-6/+6
* make raster-brightness two separate propertiesAnsis Brammanis2015-02-051-20/+2
* switch to functions of arrays (from arrays of fns)Ansis Brammanis2015-02-051-6/+25
* make everything a functionAnsis Brammanis2015-02-051-77/+85
* fix compilation on androidAnsis Brammanis2015-02-041-1/+1
* make pattern and dasharray properties use durationAnsis Brammanis2015-02-041-27/+49
* fix durations by making them millisecondsAnsis Brammanis2015-02-041-2/+2
* switch from low/high to from/toAnsis Brammanis2015-02-041-4/+4
* rename FadedFunction to PiecewiseConstant functionAnsis Brammanis2015-02-041-16/+16
* Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-041-91/+135
|\
| * Add functions for layout properties.Lauren Budorick2015-02-031-84/+129
| * Use std::chronoLeith Bade2015-02-041-3/+3
* | use faded pattern functions for dasharraysAnsis Brammanis2015-02-021-8/+12
* | implement functions for line-imageAnsis Brammanis2015-02-021-1/+1
* | implement functions for background-imageAnsis Brammanis2015-02-021-1/+1
* | implement functions for patternsAnsis Brammanis2015-02-021-28/+92
|/
* Merge pull request #771 from mapbox/visibilityJohn Firebaugh2015-01-261-0/+1
|\
| * Add visibility property for v7.Lauren Budorick2015-01-221-0/+1
* | Merge remote-tracking branch 'origin/dash-3' into v7John Firebaugh2015-01-221-34/+37
|\ \
| * | remove unusedAnsis Brammanis2015-01-151-11/+0
| * | support functions of dash arraysAnsis Brammanis2015-01-151-19/+37
| * | support dash arrays that are any lengthAnsis Brammanis2015-01-141-2/+19
| * | remove unused codeAnsis Brammanis2015-01-141-21/+0
| |/
* | Remove support for prerendered layersJohn Firebaugh2015-01-211-26/+2
|/
* make most headers privateKonstantin Käfer2014-12-041-0/+845