summaryrefslogtreecommitdiff
path: root/test/util
Commit message (Collapse)AuthorAgeFilesLines
* [tidy] Check modernize-use-autoBruno de Oliveira Abinader2016-06-131-2/+2
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-133-11/+11
|
* [test] Added Projection testsBruno de Oliveira Abinader2016-06-131-0/+68
|
* [core] remove unused codeKonstantin Käfer2016-06-071-9/+0
|
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-181-0/+55
|
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-3/+1
|
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-1/+1
| | | | | | Satisfies embedding platforms that requires the viewport coordinate systems to be set according to its standards e.g. viewport mirrored vertically.
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-89/+56
|
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-8/+8
|
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-411/+0
|
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-42/+0
|
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
| | | | Pull less dependencies.
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-24/+24
|
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-154-24/+12
|
* [darwin] use CFRunLoopSourceInvalidate() to also cancel any pending ↵Konstantin Käfer2016-04-121-0/+27
| | | | AsyncTask invocations
* [test] This "very unlikely" condition in fact happens regularly in CI (#4679)John Firebaugh2016-04-111-1/+1
|
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-242-3/+3
|
* [core] Allow the use of special characters in property field namesJohn Firebaugh2016-03-231-4/+4
| | | | Fixes #4336
* [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-222-9/+9
|
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-2215-15/+15
|
* [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-0/+42
|
* [core] Make vec{2,3,4} operator bool explicitBruno de Oliveira Abinader2016-03-111-3/+3
|
* [core] Coordinate wrapping fixesBruno de Oliveira Abinader2016-03-101-0/+28
| | | | | | | | | | | | | | | - Make returning LatLngs unwrapped by default. - PointAnnotation and ShapeAnnotation are always wrapped so they can be selected via intersection from the visible tile boundaries. - Fixes LatLng::wrap() calculation. - Fixes LatLng::unwrapForShortestPath() calculation. The new unwrapForShortestPath algorithm unwraps the start coordinate either forwards or backwards depending on the end coordinate value, so we can always cross the antimeridian when needed and still obtain a wrapped end coordinate in the end. Fixes #4214.
* [core] Fix RunLoop::run() behavior when called a second timeJohn Firebaugh2016-03-081-0/+21
|
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-15/+16
| | | | | Use 'LATITUDE_MAX', 'LONGITUDE_MAX', 'DEG2RAD' and 'RAD2DEG' whenever possible.
* [core] Remove RunLoop::{ref,unref}John Firebaugh2016-02-161-44/+0
|
* [tests] Fix buildJohn Firebaugh2016-02-111-1/+1
|
* Allow using tileSize: 512 as a switch to trade retina support for 512px ↵Young Hahn2016-02-111-16/+34
| | | | raster tiles
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-101-95/+63
|
* [core] Refactor tileCoverJohn Firebaugh2016-02-101-0/+118
|
* [core] compute the actual clipping masks that we have to draw with getStencils()Konstantin Käfer2016-02-101-20/+180
|
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-19/+97
| | | | | | | * Use "named constructors": empty, world, hull * Make the two-argument constructor lenient (i.e., it is a hull operation) * Add various accessors * Enforce a single empty representation
* [tests] Reorganize tests to match src structureJohn Firebaugh2016-02-0214-0/+1485