summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-024-3/+43
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-10/+0
* [core] Runtime style layer APIJohn Firebaugh2016-06-022-4/+4
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-37/+0
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-0/+3
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-012-6/+6
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2535-140/+35
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-181-0/+3
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-182-0/+119
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-172-38/+23
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-132-25/+21
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-133-13/+9
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-112-33/+0
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-102-33/+62
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-102-10/+23
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-102-169/+0
* [core] add algorithm for generating clip IDs based on the new TileID classesKonstantin Käfer2016-05-102-0/+7
* [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-061-6/+6
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-6/+6
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-057-147/+49
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-051-12/+0
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-053-1/+244
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-044-0/+142
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-9/+0
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-184/+0
* [core] Remove duplicate copy of utf.hppJohn Firebaugh2016-05-021-2/+2
* [core] Remove unusedJohn Firebaugh2016-05-021-11/+0
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-292-0/+124
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-298-24/+210
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-291-6/+1
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-0/+9
* [core] Eliminate interpolate special cases (#4882)John Firebaugh2016-04-281-42/+49
* [core] Define mbgl::variant (#4833)John Firebaugh2016-04-252-1/+14
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-251-0/+1
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-0/+1
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-211-1/+1
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-1/+1
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-211-1/+1
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-154-81/+6
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-142-0/+11
* [core] Render from the main threadJohn Firebaugh2016-04-141-1/+1
* [core] fix various compilation issuesKonstantin Käfer2016-04-041-3/+7
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-245-10/+10
* [core] Allow the use of special characters in property field namesJohn Firebaugh2016-03-231-1/+1
* [glfw] Main loop integrationThiago Marcos P. Santos2016-03-211-29/+0
* [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-2/+3
* [core] use constexpr constantsKonstantin Käfer2016-03-161-33/+0
* [core] Set mapbox::DEFAULT_OFFLINE_TILE_COUNT_LIMIT to 6000John Firebaugh2016-03-111-1/+1
* [core] Coordinate wrapping fixesBruno de Oliveira Abinader2016-03-101-1/+1