summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-255-21/+6
* [core] move *Observers to their own filesKonstantin Käfer2016-05-232-3/+4
* [core] Avoid NaNs in TransformState unit conversionsBruno de Oliveira Abinader2016-05-201-0/+40
* [core] allow creating optional requestsKonstantin Käfer2016-05-181-0/+252
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-182-0/+56
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-185-58/+14
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-134-11/+11
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-113-14/+14
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-106-170/+504
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-104-29/+30
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-102-412/+0
* [core] add algorithm for generating clip IDs based on the new TileID classesKonstantin Käfer2016-05-102-0/+428
* [core] add algorithm for detecting whether an ordered map contains covering c...Konstantin Käfer2016-05-103-1/+64
* [core] introduce three distinct TileID typesKonstantin Käfer2016-05-102-0/+297
* [core] Implement has/!has filters (#4952)John Firebaugh2016-05-051-0/+22
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-4/+1
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-053-8/+28
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-041-7/+10
* [core] port to protozero (#4906)Dane Springmeyer2016-05-033-2/+3
* [core] Use gyp's direct_dependent_settings to propagate variant cflagsJohn Firebaugh2016-05-021-1/+3
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-24/+24
* [core] port outlinepattern for fill-pattern anti-aliasing from gl-js to nativeMolly Lloyd2016-04-282-1/+2
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-283-480/+23
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-0/+34
* [tests] Rationalize test fixtures (#4834)John Firebaugh2016-04-2522-241/+160
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-251-37/+41
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-225-27/+27
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-7/+7
* Revert "[core] Do not clear custom layers upon style switch"Bruno de Oliveira Abinader2016-04-211-4/+0
* [core] Do not clear custom layers upon style switchBruno de Oliveira Abinader2016-04-211-0/+4
* [tests] Accept [C|c]onnect as error messageThiago Marcos P. Santos2016-04-201-1/+1
* [ios, osx] Fixed project upgrade warningsMinh Nguyễn2016-04-161-1/+1
* [ios] Don't try to launch test server (#4719)John Firebaugh2016-04-151-0/+3
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-152-14/+12
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-153-27/+14
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-159-36/+14
* [tests] Use StubFileSource where a real FileSource is not requiredJohn Firebaugh2016-04-145-22/+22
* [tests] Rationalize storage testsJohn Firebaugh2016-04-1419-912/+645
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-0/+3
* [core] Render from the main threadJohn Firebaugh2016-04-1410-69/+82
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-6/+2
* [darwin] use CFRunLoopSourceInvalidate() to also cancel any pending AsyncTask...Konstantin Käfer2016-04-121-0/+27
* [test] This "very unlikely" condition in fact happens regularly in CI (#4679)John Firebaugh2016-04-111-1/+1
* [ios] Run core unit tests in CIJohn Firebaugh2016-04-1115-88/+100
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-074-65/+8
* [core] make sprite metrics checking stricterAnsis Brammanis2016-03-311-30/+13
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-303-4/+96
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+8