summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gyp] Use variant compiler flags when neededBruno de Oliveira Abinader2016-02-219-2/+8
* [gyp] Coverage only if BUILDTYPE=Debug and ENABLE_COVERAGE=1Bruno de Oliveira Abinader2016-02-215-71/+70
* [node] Not all tests were calling `map.release()`Thiago Marcos P. Santos2016-02-201-3/+8
* [node] Destroy the RunLoop with the last Map objectThiago Marcos P. Santos2016-02-204-10/+18
* [core] libuv unref() not really neededThiago Marcos P. Santos2016-02-203-30/+1
* [tests] Upload coverage reports to coveralls.ioBruno de Oliveira Abinader2016-02-206-1/+66
* [node] Fix handling of response callback with no arguments; add testJohn Firebaugh2016-02-192-1/+30
* [build] make clean shouldn't delete Xcode projectsJohn Firebaugh2016-02-191-1/+1
* [build] Remove obsolete directories from make cleanJohn Firebaugh2016-02-191-6/+1
* [android] #3889 - Adding detection of Scroll / Pan for DragEnd analyticBrad Leege2016-02-191-0/+12
* [android] #3889 - Adding Pitch StartBrad Leege2016-02-191-2/+1
* [android] #3889 - Adding Rotation Start.Brad Leege2016-02-191-0/+1
* [android] #3889 - Adding Pinch Start. Refactoring trackGestureEvent to accep...Brad Leege2016-02-191-9/+10
* [android] #3889 - Adding Pan Start / Fling eventBrad Leege2016-02-191-0/+1
* [android] #3889 - Adding Quick Zoom eventBrad Leege2016-02-191-0/+1
* [android] #3889 - Adding Double Tap and Two Finger Tap gesture trackingBrad Leege2016-02-191-19/+25
* [android] #3889 - Building trackGestureEvent() method and using it initially ...Brad Leege2016-02-191-2/+22
* [ios, osx] Don't delete a mutex with an active lockJohn Firebaugh2016-02-191-2/+9
* [tests] Use ENABLE_COVERAGE=1 envvar to enable coverageBruno de Oliveira Abinader2016-02-196-9/+36
* [android] #4040 - disable resource prefixTobrun2016-02-191-1/+1
* Hit missed lines in equality testsTom MacWright2016-02-194-0/+24
* [android] #4018 - migrated max/min zoom to UiSettings + added tests + update ...Tobrun2016-02-196-90/+130
* [android] #4017 - update unit test for MapboxMapTobrun2016-02-193-11/+130
* [android] #4015 - added unit test for CameraPositionTobrun2016-02-191-0/+80
* [osx] Set default polyline and polygon color to the selected menu item colorJason Wray2016-02-184-16/+56
* [ios] Set default polyline and polygon color to the map view tint colorJason Wray2016-02-183-4/+6
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-1866-321/+313
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-1823-80/+79
* Revert "[gl] Updated CustomLayer tests"John Firebaugh2016-02-181-24/+30
* [ios] Clarified manual installation instructionsMinh Nguyễn2016-02-181-2/+2
* [osx] Typo in readmeMinh Nguyễn2016-02-181-1/+1
* [android] #3119 - Updating mapbox_access_token Name in developer-config.xmlBrad Leege2016-02-181-1/+1
* [android] #3119 - Updating mapbox_access_token Name in developer-config.xmlBrad Leege2016-02-181-1/+1
* [android] #3897 - Refactoring check that determines when to send turnstile eventBrad Leege2016-02-182-3/+4
* [android] #3897 - Updating TestApp versionCode and versionName to make testin...Brad Leege2016-02-181-2/+2
* [android] #3897 - Changing initial flush delay time to 10 secondsBrad Leege2016-02-181-1/+2
* [android] #3897 - Initial Map Load eventBrad Leege2016-02-183-7/+17
* [android] #3897 - Initial Turnstile event with when to push logic infrastructureBrad Leege2016-02-182-5/+42
* [android] #4009 - add tests for tracking settings, optimise architecture to m...Tobrun2016-02-185-62/+92
* [tests] Fix 'linux' debug build on OSXBruno de Oliveira Abinader2016-02-181-1/+1
* [tests] Added coverage report target 'check'Bruno de Oliveira Abinader2016-02-183-0/+67
* [osx] Enable coverage support for debug buildBruno de Oliveira Abinader2016-02-184-2/+20
* [linux] Enable coverage support for debug buildBruno de Oliveira Abinader2016-02-181-1/+12
* [tests] Bumped KIF hashBruno de Oliveira Abinader2016-02-181-0/+0
* [android] #4007 - improve coverage geometry packageTobrun2016-02-184-3/+61
* [core] Use RVO in PremultipliedImage::decodeJPEGBruno de Oliveira Abinader2016-02-181-1/+1
* [gl] Refactor texture pool cleanupBruno de Oliveira Abinader2016-02-183-25/+47
* [gl] Updated CustomLayer testsBruno de Oliveira Abinader2016-02-181-26/+24
* [gl] Added mbgl::gl::VAOHolderBruno de Oliveira Abinader2016-02-184-31/+38
* [gl] Added mbgl::gl::Texture{,Pool}HolderBruno de Oliveira Abinader2016-02-1812-62/+98