summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-0/+20
* [core, node] Implement setPaintProperty for color properties (#5380)John Firebaugh2016-06-161-1/+5
* [core] Prepare Filter and FilterEvaluator for extraction (#5366)John Firebaugh2016-06-151-0/+7
* [core] Add a few conveniences to ColorJohn Firebaugh2016-06-151-3/+15
* [core] Added mbgl::util::convert helper functionBruno de Oliveira Abinader2016-06-151-0/+17
* Color class (#5361)Young Hahn2016-06-151-1/+15
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-141-0/+25
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-38/+22
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
* [test] Added Projection testsBruno de Oliveira Abinader2016-06-132-5/+11
* [core] mbgl::Image is now movable, noncopyableBruno de Oliveira Abinader2016-06-071-1/+15
* [core] Naive atomic type for ARMv5Thiago Marcos P. Santos2016-06-061-5/+5
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-022-0/+27
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-0/+10
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-0/+37
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2518-72/+18
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-181-0/+14
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-1/+1
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-0/+2
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-0/+2
* [core] Remove unusedJohn Firebaugh2016-05-131-13/+0
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-132-7/+10
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-3/+5
* [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-061-2/+2
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-2/+4
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+4
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-051-2/+0
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-054-287/+2
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-044-142/+0
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-0/+19
* [core] Replace boost::lexical_cast with std::to_stringJohn Firebaugh2016-05-021-25/+7
* [core] Remove duplicate copy of utf.hppJohn Firebaugh2016-05-021-25/+0
* [core] Remove unusedJohn Firebaugh2016-05-021-24/+0
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+17
* [core] Added mbgl::underlying_typeBruno de Oliveira Abinader2016-04-281-0/+15
* [core] Fix compilation warningBruno de Oliveira Abinader2016-04-201-2/+2
* [android] Introduce RunLoop based on LooperThiago Marcos P. Santos2016-04-061-1/+2
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-0/+6
|\
| * [core] Assert and guard against null std::exception_ptr in toStringJohn Firebaugh2016-03-161-0/+6
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-243-5/+17
* | [test] remove crc64 and compare imagesKonstantin Käfer2016-03-221-0/+7
* | [glfw] Main loop integrationThiago Marcos P. Santos2016-03-211-0/+29
* | [core] Default fade duration is now a constantBruno de Oliveira Abinader2016-03-181-0/+1
* | [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-182-20/+22
* | [core] use constexpr constantsKonstantin Käfer2016-03-161-17/+28
* | [core] Simplify LatLng::unwrapForShortestPath usageBruno de Oliveira Abinader2016-03-141-9/+8
* | [core] Implement LatLng::null()Bruno de Oliveira Abinader2016-03-131-0/+4
|/
* [core] Make vec{2,3,4} operator bool explicitBruno de Oliveira Abinader2016-03-111-6/+6
* [core] Check for NaNs in EdgeInsetsBruno de Oliveira Abinader2016-03-101-2/+3