summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_parser.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-0/+3
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+2
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-1/+1
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-1/+1
* [core] Add a method for statically evaluating font stacks used by a styleJohn Firebaugh2016-02-101-0/+3
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-011-1/+1
* [core] Refactor TileJSON parsing for offlineJohn Firebaugh2016-02-011-1/+3
* [core] Move rapidjson document creation into StyleParserJohn Firebaugh2016-01-281-1/+1
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-131-3/+3
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-13/+10
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-111-0/+1
* [core] split Source parsing into separate functionsKonstantin Käfer2015-12-111-0/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-011-25/+9
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-011-5/+0
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-271-0/+5
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-121-10/+5
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-2/+1
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-62/+16
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-231-6/+1
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-5/+3
* Remove constantsJohn Firebaugh2015-08-201-5/+0
* Check for v8Lauren Budorick2015-08-201-0/+2
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-1/+4
* Use unique_ptr for Source objects (fixes #904)John Firebaugh2015-07-021-4/+4
* Cleaned up remaining bool function return valuesBruno de Oliveira Abinader2015-06-231-6/+6
* Improve readibility for style parser resultsBruno de Oliveira Abinader2015-06-231-6/+14
* Move SourceInfo into source.hpp/cppJohn Firebaugh2015-04-061-1/+1
* Eliminate StyleSourceJohn Firebaugh2015-04-061-4/+7
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-1/+1
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-9/+5
* support constants within dasharraysAnsis Brammanis2015-02-091-0/+2
* tweak style parsing error messagesAnsis Brammanis2015-02-051-1/+1
* make raster-brightness two separate propertiesAnsis Brammanis2015-02-051-2/+0
* make everything a functionAnsis Brammanis2015-02-051-3/+1
* make pattern and dasharray properties use durationAnsis Brammanis2015-02-041-1/+7
* rename FadedFunction to PiecewiseConstant functionAnsis Brammanis2015-02-041-1/+1
* Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-041-1/+3
|\
| * Add functions for layout properties.Lauren Budorick2015-02-031-1/+3
* | implement functions for patternsAnsis Brammanis2015-02-021-0/+4
|/
* remove unusedAnsis Brammanis2015-01-151-2/+0
* remove unused codeAnsis Brammanis2015-01-141-4/+0
* make most headers privateKonstantin Käfer2014-12-041-0/+113